Quantcast
Channel: SCN: Message List
Viewing all 8594 articles
Browse latest View live

Re: sap.m.DatePicker rendering bug in Internet Explorer

$
0
0

It seems like the problem is the way how the Internet Explorer renders the DatePicker:

IE:

dprenderie.PNG

 

Chrome:

dprenderchrome.PNG

 

So as you can see, the IE renders it as an own label but Chrome uses the placeholder attribute of the DatePicker.


Re: Custom field not reflected on screen after transmit?

$
0
0

Hello Karan,

 

I am testing my application on Agentry client.

 

Also I added all the screen sets here and also in all screen set I have added my field also.rather than agentry client I test my application on Android tablet.

 

Thanks and Regards

Prajakta

Re: Documents can be archived in SAP BPC NW 10.0 ?

$
0
0

Still not clear!

You can also store BPC documents on the generic file server, with generic backup procedures... What's the issue?

 

"but that would be on specific machine" - you can use generic file server to store downloaded documents!

 

Vadim

7.4 Migration - Build error: cannot find symbol

$
0
0

Hi,

We are upgrading our portal from 7.0 to 7.4. In this process i am migrating custom Web Dynpro Java DCs to 7.4. While i successfully migrated some of the applications, i am stuck with couple of DCs resulting with build time errors. I see no errors in the design time but when i try to build DC it fails.

Please refer the build log below:

 

Package com.sap.tc.webdynpro.progmodel.context.ContextException in the build log, is already added in the dependency.

 

[javac] Compiling 104 source files to D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\classes

[javac] ERROR: D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:554: cannot find symbol

     [javac] ERROR: symbol  : variable NO_FACTORY_NODE

     [javac] ERROR: location: class com.sap.tc.webdynpro.progmodel.context.ContextException

     [javac] ERROR:         throw new ContextException(ContextException.NO_FACTORY_NODE, this, "T_Email_Help_Out");

     [javac] ERROR:                                                    ^

     [javac] ERROR: D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:565: cannot find symbol

     [javac] ERROR: symbol  : variable NO_FACTORY_NODE

     [javac] ERROR: location: class com.sap.tc.webdynpro.progmodel.context.ContextException

     [javac] ERROR:         throw new ContextException(ContextException.NO_FACTORY_NODE, this, "T_Email_Help_Out");

     [javac] ERROR:                                                    ^

     [javac] ERROR: D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:566: cannot find symbol

     [javac] ERROR: symbol  : method createAndAddElement()

     [javac] ERROR: location: class com.ab.itr.mm.rolemnt.wdp.IPrivateAddDeleteRecordView.IT_Email_Help_OutNode

     [javac] ERROR:       return (IPrivateAddDeleteRecordView.IT_Email_Help_OutElement) node.createAndAddElement();

     [javac] ERROR:

MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:1102: cannot find symbol

     [javac] ERROR: symbol  : method gciSetBoolean(int,boolean)

     [javac] ERROR: location: class com.ab.itr.mm.rolemnt.wdp.IPrivateAddDeleteRecordView.IContextElement

     [javac] ERROR:       gciSetBoolean(1, value);

     [javac] ERROR:       ^

     [javac] ERROR: D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:1112: cannot find symbol

     [javac] ERROR: symbol  : method gciGetString(int)

     [javac] ERROR: location: class com.ab.itr.mm.rolemnt.wdp.IPrivateAddDeleteRecordView.IContextElement

     [javac] ERROR:       return gciGetString(2);

     [javac] ERROR:              ^

     [javac] ERROR: D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:1120: cannot find symbol

     [javac] ERROR: symbol  : method gciSetString(int,java.lang.String)

     [javac] ERROR: location: class com.ab.itr.mm.rolemnt.wdp.IPrivateAddDeleteRecordView.IContextElement

     [javac] ERROR:       gciSetString(2, value);

     [javac] ERROR:       ^

     [javac] ERROR: D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:1130: cannot find symbol

     [javac] ERROR: symbol  : method gciGetString(int)

     [javac] ERROR: location: class com.ab.itr.mm.rolemnt.wdp.IPrivateAddDeleteRecordView.IContextElement

     [javac] ERROR:       return gciGetString(3);

     [javac] ERROR:              ^

     [javac] ERROR: D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:1138: cannot find symbol

     [javac] ERROR: symbol  : method gciSetString(int,java.lang.String)

     [javac] ERROR: location: class com.ab.itr.mm.rolemnt.wdp.IPrivateAddDeleteRecordView.IContextElement

     [javac] ERROR:       gciSetString(3, value);

     [javac] ERROR:       ^

     [javac] ERROR: D:\7.4 MigrationWorkspace.jdi\0\t\AC08E6F47C847549A6E5F8E294606323\gen_wdp\packages\com\ab\itr\mm\rolemnt\wdp\IPrivateAddDeleteRecordView.java:1148: cannot find symbol

     [javac] ERROR: symbol  : method gciGetString(int)

     [javac] ERROR: location: class com.ab.itr.mm.rolemnt.wdp.IPrivateAddDeleteRecordView.IContextElement

     [javac] ERROR:       return gciGetString(4);

 

 

Really appreciate any help on this.

 

Thanks,

Saurabh

Reuse of openSAP course material (presentations)

$
0
0

Hi,

 

I attended some openSAP courses and would like to show extracts of the presented presentations to my customers in some workshops. Am I allowed to do this and if yes under what conditions?

 

Thanks in advance

Helmut

Re: No entry in table T510 for the key 060101 on 2013.01.01

$
0
0

Hi Seif,

 

Press F4 on Group Field and let me know what it shows.

 

Thanks

Sriram

Re: QAS server refresh ( Production System to Quality System )

$
0
0

Thanks you Sadiq for reply.

 

I have some doubt regarding space, please find the provided screen short.

 

If possible please suggest your view regarding space, i can go for PRD to QAS system copy ?

 

Re: Delta extraction "CUBE" with Before and after images

$
0
0

Hi Thomas,

 

When data is loaded from DSO-> Cube then data moves from active table at first time. Changelog table is used to maintain record history and or delta loading to the cube. As cube has additive property so data will be added.

Initially the value in DSO active table is 1. so this 1 will be loaded from DSO to infocube.

As data source is of ADD type so Final value is 0 so in change log table -1  will be there as additive image.

Now delta will be loaded from chanelog table so -1 will be loaded to cube. But at query level you can find that 0 will be output.

 

 

 

Thanks,

Swapna Jain


Re: manual scheduling for mrp generated pr's

$
0
0

Hi,

 

Change the same in ME52n if you want to do it manually. Else mention your requirement clearly.

 

Regards

Rahul

Re: Why do create two billing documents? [billing// sales district]

$
0
0

This is just because of your invoice split rule.

Chek your copy control settings - item level - field name  - Data VBRK/VBRP routine.

Know the workflow id from event

$
0
0

Hello Expert,

 

we have created one custom Business object and link with some custom workflow.

 

We have now the BO name and event name but don't remember the cutom wf whcih are linked with it.

 

Can you please provide me the way to find it out.

 

Thanks

Mahesh

Re: COOIS-Customize "profile for classical object overview"

$
0
0

Hi Rahul,

Thanks for the reply. I had tried that. The issue is that, it takes me to the same config node for all the objects viz. order headers, components, operations, etc. I would put your suggestion in other words as below-

Create custom profile under the menu path Production->Shop Floor Control->Information System->Define Profiles for Picking Lists.

 

So if I do this, would it be applicable for all object types?

Re: Crystal Instalação

Re: Which Certification I need to go for SAP BI 7.0 or SAP HANA

$
0
0

Hi Loed,

 

I am from sales background, was willing to go for SAP SD certification.

 

But after discussion with one of the senior consultants I started inquiring about SAP BI ( reason being market is now flooded with functional consultants, SAP BI will give me an upper hand )


When inquired with Genovate, they confirmed SAP BI is phased out.

 

My query: Can SAP HANA certified consultant be hired for SAP BI role ( considering very few companies implementing HANA)

 

Hi Rajesh: I have inquired today itself with Genovate.

 

Can you please advise where from you are getting SAP BI certification?

 

Regards,

Abhijit Goswami

Re: When starting sap b1 in client system it was not showing data base names , there when right click and run as administrator it will ask for administrator password when it will give then only connecting

$
0
0

Hi

 

type Component services in start menu .

 

then go to DCOM Config

 

select SAP and right clieck and go to properties then go to security and give permission to that user for this application.

 

 

Thanks

Mohammad Imran

Administrative Right to sap.png


Re: Inspection plan and routing

$
0
0

Here you can find screenshot in QM, both inspection plan and routings exist

routing.jpg

Re: SAP HCM -Indian Payroll

$
0
0

Hi,

 

You would like display in the payslip of two loans recovery amount in together or in master data you would like to.

 

If you want to go for master data then its not possible.

but for 1st case you create a loan repayment custom wage type which will be stored the two loan types /lrp value which you can display in the payslips.

 

 

Check and tell me.

 

Regards,

Sankarsan

Re: not getting correct data when running the Query

$
0
0

Hi Shahan,

It may due to where condition in first sub query.

 

"where A.IsRemoved = 'N'"

 

Please comment this area and try   eg:     --where A.IsRemoved = 'N'

 

 

Regards

Unnikrishnan

Re: Help with VL02N

$
0
0

is there anyway in VL02N to close this off before "posting goods issue" ?

Re: Defaulting Reminder Date in Infotype 0019

$
0
0

You should not need the second 'I' with COP, 0019.  Try this:

0016                                       06           10           P             T001P-MOLGA='32'

0016                                       06           12           P             P0016-CTTYP='02'

0016                                       06           14           I               INS,0019,01/D

0016                                       06           16           W            P0019-TERMN=P0016-CTEDT

0016                                       06           18           W            P0019-VTRAN='15'

0016                                       06           20           W            P0019-VTRZH='010'

0016                                       06           22           W            P0019-VTROP='-'

Viewing all 8594 articles
Browse latest View live




Latest Images