What is the use of CHAIN and ENDCHAIN statement?
Answer Posted / hafeez
We can validate without chain endchain also but the thing is to avoid editable mode to input fields.
If I have 5 fields at input level if one of the field entered is error then renaming fields turn to edible mode to avoid this we are using chai endchain
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a function group? : abap modularization
In what ways we can get the context sensitive f1 help on a field?
Explain what are extracts?
What is the function of a data element?
Describe the difference between macro and subroutine?
What is meant by a schema? : sap abap hr
What is the function of a data element? : abap data dictionary
What is modularization and its benefits? : abap modularization
How to insert a line into abap internal tables?
What are table clusters?
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 is buffering in abap?
What is meant by hotspots?
Why we are using Macros instead of Function Modules
What are the page headers for secondary lists?