Hi Siva,
Goto SE38 and do a search for variable GT_ITEM inside the RK2R1000 program (Ctrl+F).
It'll show you the line numbers where variable GT_ITEM is used, and you can set break points at those lines to trigger the debugger at runtime.
Rgds
Hi Siva,
Goto SE38 and do a search for variable GT_ITEM inside the RK2R1000 program (Ctrl+F).
It'll show you the line numbers where variable GT_ITEM is used, and you can set break points at those lines to trigger the debugger at runtime.
Rgds
Hi Adrian,
You can display ALV cell as push button.
Check this documentation on how to do it.
http://help.sap.com/saphelp_erp2004/helpdata/en/88/387f380c2f2e3ce10000009b38f8cf/content.htm
And in the user command, for the event triggered by the push button, you can give a status message displaying the long text! (The event is BUTTON_CLICK, handle it the way you handle the event hotspot_click)
the output is blank
The profile was SAP_ALL
Thank you, Atul.
But the way to counting the number of nested screens has not been covered in that discussion.
I still don't know how to get the number. I guess it maybe recorded in a table or variable.
Oracle home is 112_64
I tried same things as on thread. But nothing works.
Are you developing a native app or HWC app?
Have you configured your SUP server detail in SM59 of your SAP server?
What you found in the logs?
- Midhun VP
Hi
Try with this following function
MS_EXCEL_OLE_STANDARD_DAT
Regards,
Venkat
Thanks Mr. Pete
Yes the Planner group is defined, so do I have to involve ABAP programmer to develop a solution. Any other option to resolve this issue.
Hi mohmd,
These are LO data sources which starts with 2LIS*. you need to follow below suggestions
For full loads - You need to delete setup tables(Tx - LBWG) and refill by using respective tcodes - OLI*BW.
* - Application number
Once you filled setuptables, you can check data at RSA3, with full mode.
once you got records. you can run info pack at bwside. once you got data into bw side. move data to further by using dtp.
You can schdule V3 jobs for respective data sources at LBWE,
run init ino pack with out data transfer. after the sucess of this step, delta pointer will be enabled for your data source at RSA7.
once V3 jobs were shedueld, delta records automatically will filled at RSA7 as per the V3 update.
Later you can trigger delta info pack and further.
Thanks
Hello Prajakta,
Upgrade JVM to latest.
SAPJVM 6.1 PL53 is latest i guess.
Please upgrade JVM and try to start java.
Regards.
Surojit
Hi Sam,
OK , you are trying kind of configs in IDES and trying to customize the SAP provided standard stuffs. Right ? You are not supposed to change such things in IDES rather you do it in your SANDBOX system if available. Anyhow , if still you need to change the SAP provided demo system, you need to generate the access keys as described above like.. service market place > SCCR Keys > ....etc .
Remember , these keys you cant register only for IDES system, these are registered for the particular installation number of your product . I mean , if you are registering a developer access key for a user in ECC IDES , it is not only for the IDES, but all your ECC systems with the same installation number , it is applicable . I would recommend not to register any unneeded Objects Keys simply playing with IDES, as all the registrations are recorded .
Hello !
If the method is to be tested, it can be tested in SWO1 transaction itself by passing values in its 4 import parameters.
Still, the task with BUS2054-GETINFO should be executed in SWUS, pass valid values in its 4 import parameters.
No need to mind about _WI_OBJECT_ID for your case.
Regards,
S.Suresh.
Hi Loed,
Here is another option, I don't know how you can achieve this in same report.
Assume Current Report shows discrete values, as shown.
Discrete | ||||||||||||
Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec | |
Mat A | 1000 | 4000 | 9000 | 12000 | 10000 | 4000 | 12000 | 12000 | 10000 | 15000 | 2000 | 16000 |
Mat B | 100 | 200 | 300 | 400 | 200 | 100 | 200 | 400 | 200 | 500 | 200 | 400 |
TOTAL | 10 | 16.67 | 23.33 | 26 | 30 | 30.77 | 34.67 | 33.68 | 35.24 | 34.23 | 32.5 | 33.44 |
Currently your columns might have restricted with = particular month. example Jan = 1, Feb = 2...
Change the restriction to Jan as <=1, Feb <=2, Mar<=3... Then keep the Total Row formula is MAT A/MAT B. Then your report will show like below. i.e., show YTD values for each month.
YTD | ||||||||||||
<=Jan | <=Feb | <=Mar | <=Apr | <=May | <=Jun | <=Jul | <=Aug | <=Sep | <=Oct | <=Nov | <=Dec | |
Mat A | 1000 | 5000 | 14000 | 26000 | 36000 | 40000 | 52000 | 64000 | 74000 | 89000 | 91000 | 107000 |
Mat B | 100 | 300 | 600 | 1000 | 1200 | 1300 | 1500 | 1900 | 2100 | 2600 | 2800 | 3200 |
TOTAL | 10.00 | 16.67 | 23.33 | 26.00 | 30.00 | 30.77 | 34.67 | 33.68 | 35.24 | 34.23 | 32.50 | 33.44 |
Hope it gives an idea.
Thanks,
Umashankar
Hi Preddy,
Create LSMW (MM02) - batch input method -
For recording- T/code - MM02 - put your material - select basic data only - go to additional data- select unit of measure(here you maintain sales unit conversion)
for auto-field mapping- set contant rule X for basic data tab.
Thanks,
Biplob
Hi,
I'm facing an issue while designing my application in design studio 1.1
The scenario is that I've to restrict the memberlist of one drop down box based on the other drop down value.
For ex. if dropdown_1 is for Route_No and dropdown_2 is for all BMTC bus. Based on the Route_No selected in dropdown_1, memberlist of
dropdown_2 should be restricted.
I have tried filtering the datasource and then using getMemberlist method of data source. But it seems, getmemberList method works on the initial view
of data source and not on the intermediate filter.
Any suggestion??
Does it actually a limiltation to have this behavior??
Thanks and Regards
Deepti Chourey
Hi Kai
Could you pls share the Webdispatcher version information ? and also kindly go thru the sap note which is old one. based on this you can refer current issue Note 751873 - Problem analysis during the HTTP load distribution
Thanks & Regards
Sriram
Hi,
I would request you to create a new thread as this thread seems to be very old and its almost dead.
So it makes sense to open a new thread with your requirement.
Hope you understand.
Regards,
AL
Hello Expert,
Currently we are using form (created from SE71) to generate customer account statements.
My client has 4 bank accounts e.g.
Bank Account 1 ZAR (Local currency)
Bank Account 2 USD
Bank Account 3 EUR
Bank Account 4 GBP
Requirement is
1 when there is all/other than these currencies show all bank information
2 when there is local currency then only show ZAR bank information
3 and when there is any above combination then show only those bank information like USD, EUR and GBP
to meet above requirement I defined below if condition but I see that it is not working (specially marked in red), can anyone assist me?
also I tried various level in form Main/Footer & etc.
output I am getting
Hi Pawan,
Once you did the changes, if you feel any inconsistency at dso tables.
We can adjust them at SE14.
Go to SE14, give the object name: dso name, click on edit, you will see above screen. you can use activate andadjust data base in direct mode or background mode.
RSRV - is the place to repair any bw objects.
http://wiki.sdn.sap.com/wiki/display/stage/Inconsistency+in+the+SID+Table+for+InfoObject
Thanks
Thanks