Answer Posted / gokul patil
form get_cust_name table in_tab structure itcsy
out-tab structure itcsy
...
endform
Perform get_cust_name using &cust_no& changing &cust_name
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Explain the advantages of logical databases?
What is an abap data dictionary? : abap data dictionary
What are the functional modules used in sequence in bdc? : abap hr
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What are null values?
What is difference between inner join and outer join?
What was the requirement of IDoc in your project? How it was working?
What are the Synchronous and asynchronous methods in bdc ?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
wat is the default file name of BAPI trace?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
Why do we use Abstract classes give an example from your project?