How do u write a program in session method so that it
creates the session and run the session itself without
going to sm35
Answer Posted / padma
After writing the program submit the session using the syntax
submit rsbdcsub with mappe '<session name>' [via selection
screen] [and return].
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Explain what is an rdbms?
What is the difference between get and get late?
What are the requirements a dialog program must fulfill?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
Where the payroll results are stored
What is the function of the transport system and workbench organiser?
What is modularization and its benefits? : abap modularization
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.
Can we make use of flow logic control key words in abap/4 and vice-versa?
Why are insert and append statement used in sap abap?
What are the functions of lock objects?
What are the different window types in sapscript?
Can we include customizing include or an append structure with pooled or cluster tables?
how can you display data say "your name"in sap script without print program or driver program??
How many detail lists can be created in interactive reporting?