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


Please Help Members By Posting Answers For Below Questions

Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?

856


What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

779


How do you connect to the remote server if you are working from the office for the client in remote place?

791


What are datasets in abap?

867


What is a function group? : abap modularization

753


Do we have to migrate all sapscript forms to smart forms?

810


What are the three hierarchical levels of data types and objects?

797


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

944


What is Field group?

840


How to load data from ms excel sheet to sap by using bdc method ? : abap bdc

944


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?

1177


Explain the call transaction method? : abap bdc

783


What is generic area buffering in abap?

734


What is abap?

793


What is the use of dequeue function module? : sap abap data dictionary

832