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 are the steps in a bdc session? : abap bdc
Does the external program run in the same sap luw as the caller, or in a separate one?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
What is an “on request field” statement?
What is synchronous update?
Explain the difference between cluster tables and pool table?
What is the structure of bdcmsgcoll? : abap bdc
What is sequence number
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
Explain some essential objects in abap dictionary?
Do we create table fields with out data elements and domains?
when are objects are passed from task to the change request?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What are datasets in abap?
Which objects are independent transport objects?