In the process of creating a delivery tere is a firld date
which needs to be saved, there is an userexit available but
that exit does not have that date field in it, how would
you overcome this. You have the delivery no that got
created instead
Answer Posted / yagnik
try to find that date field in structure (Local & global)
after putting break point at that user exit.
once you find the structure you can fetch data using field
symbol.
field-symbol type (type of that date field).
var(30) type c.
var = (Program/include name)date-field.
if sy-subrc = 0.
assign field symbol to var.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Write special commands of list?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
What are the different abap editors? What is the used of different editors in abap?
Why cant we use Normal function module for data transfer?
What are indexes? : sap abap data dictionary
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
What are two different ways to add fields to sap tables?
Explain the table, which contain the details of all the name of the programs and forms?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
Events that can be used in both the classical and interactive reports
What is the difference between scrolling a table horizontally and vertically?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What is an on”*-input filed” statement?
What are control tables? : abap data dictionary