what is exact difference between uline ad sy-uline?
Answer Posted / gayathri
no difference.
sy-uline is a system field.
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What are the difference between call screen and leave screen?
Does the external program run in the same sap luw as the caller, or in a separate one?
What are the fields in a bdc_tab table? : abap bdc
Why is pretty printer user in abap?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What is narrow casting and wide casting?
What are the types of subroutines? : abap data dictionary
Table events aNd table maintains generation
What are the events in screen programming?
In which table the material master data is stored?
What is direct input method ?
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.
How can we set the table spaces and extent sizes? : abap data dictionary
Why do we need enhancements?
Differentiate between table and template ?