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
What is an Open Item in SAP? How will you find an Open Item in SAP?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What are the Control levels in internal tables?
What is sequence of event triggered in report?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What are the two levels in defining a match code? : abap data dictionary
What is difference between check table and value table ?
What is the difference between synchronous and asynchronous update?
What is the meaning of table buffer? This buffer is used by which type oftable?
How is the command suppress-dialog useful?
What is a table attribute? : abap data dictionary
What are the system fields? Explain?
Work most on which module: name a few tables?
Is the basic list deleted when the new list is created?