How can we add another field to display in standard
SAPSCRIPT? Ex. we have customer address in layout, now we
have to add customer Phone no in the same.
Answer Posted / theabapconsultant
copy the standard code to custom code. and design according to our requirement. add an external subroutine in the script. and write the functionality in ex-subroutine by using itput tabs and output tabs of structure itcsy. now go to naco take standard script and replace it with custom. go to transaction and configure it. goto->messages change message type. and save it.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the differences between table controls and step loops?
What is the use of 'table index'?
How to handle error in session method? : abap bdc
Differentiate between table and template ?
What is an update task? : abap modularization
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
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.
Mention what is alv programming in abap?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What are the internal tables and work area?
How to upload data using catt ? : abap hr
How do you populate data into a multiple line field?
What are the list of screen elements?
What is Transactional based Application & Role based Application?
What are the types of windows in sap script?