Answer Posted / venkatesh
For script it is not possible but in smartfroms we can dp it.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
How many types of tables exist and what are they in data dictionary?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
Can matchcode object contain ids with different update types? : abap data dictionary
What are the sequences of event block?
Explain get pernr concept when we use logical data base? : abap hr
What are the domains and data elements?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What is Transactional based Application & Role based Application?
What are the update types possible?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What will you code in start-of-selection & end-of-selecton & why?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What is append structure?
When will the current screen processing terminates?