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
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
How do you connect to the remote server if you are working from the office for the client in remote place?
What are datasets in abap?
What is a function group? : abap modularization
Do we have to migrate all sapscript forms to smart forms?
What are the three hierarchical levels of data types and objects?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is Field group?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
Explain the call transaction method? : abap bdc
What is generic area buffering in abap?
What is abap?
What is the use of dequeue function module? : sap abap data dictionary