Answer Posted / sreenivasa rao yarru
we can enter the value of field in list and can print it
by using -format input on command
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different function modules used in sapscript?
What are domains and data element? : abap hr
What is the diff between database view and maintenance view?
What is an update task?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
what is call back in alv?
How to write a bdc – how do you go about it?
In which time constraint does the infotype records depend on the subtype ? : abap hr
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.
What does a lock object involve?
How did you test the form you developed? How did you taken print?
Why cant we use Normal function module for data transfer?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What primary key and foreign key relationship
What is the difference between field-group header and other field groups? : abap modularization