How to make changes in standard script for sales order
header data?
Answer Posted / bandivenkateswarlu
By using the perform statement
syntax: perform (form name) in program (program name)
using &in var&
changing 7out var&
endperform.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What is a development class? : abap data dictionary
What are the two levels in defining a match code? : abap data dictionary
What does an exec sql statement do in abap? What is the disadvantage of using it?
What are the advantages and disadvantages of different types of bdc's?
What is payroll driver
What are the relational operations that can be performed on view in sap? : abap data dictionary
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
Difference between call by value and call by reference? : abap data dictionary
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
What are the functional areas?
How to create any functions?
What are authorization objects and what statement is used to perform an authorization check in an abap program?