if u write a write statement after end of selection ,will
that be triggered?
Answer Posted / satya
yes.
try this code.
start-of-selection.
stop.
end-of-selection.
write : / 'endofselection'
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How would you define the exponents for a type âfâ field?
How do you find out whether a file exits on the presentation server?
What is the significance of the screen number â0â?
Can i Have Some Realtime Examples On Modulepool programming.
How to select valid lines for secondary list?
What is the difference between native sql & open sql? : abap data dictionary
What is the bitwise operator in the sap abap?
What are the names of the function modules that will be generated upon activation of a lock object?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
Does every abap/4 have a modular structure? : abap modularization
How many types of size categories and data classes are there?
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.
Where can you find error log for call transaction? : abap bdc
Explain what is the difference between primary key and unique key?
How are the function code handles in flow logic?