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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nitin gautam(sharma)
Do the customization in text-editor of sap-script to add
customer phone no.
try this....
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chinnu
copy that standard script and by using subroutines add the
field
Is This Answer Correct ? | 3 Yes | 2 No |
when we are entering a purchase order it goes to which table?
How we can retrieve data using secondary index. Explain with simple example?
can you create a script with out a main window?
6 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What are the data classes in abap?
What are control break statements?
19 Answers Cap Gemini, College School Exams Tests, Keane India Ltd, Wipro,
How field validations can be done in LSMW?
what is the difference between functional spec and technical spec
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
Do you need and enquiry or quotation before we start the SD process?
loop at itab. IF <cond>. Continue. Endif. Endloop. If continue triggers what will happen, it comes out of loop and endloop for further loop pass or just comes out of IF and Endif.
What is the diff b/w RFC enabled Functional Module and BAPI?
I have 100 records and 75th record contains error,if i use call transaction how many records will update the data base and if i use session method how many will update?