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

What are the techniques involved in using sap supplied programs?

603


What is tcode se16? For what is it used.

590


What is a table cluster? : abap data dictionary

738


How we can give authorization on the fields of table control in a dialog-programming?

1849


what is the process of creating quotation using BAPIs.

1573






where do we store all custom programs in SD module?

4895


What is a type group?

550


List some of the many different ways that the sap standard functionality can be changed by a customer?

554


What is maintenance view?

598


How can we create callable modules of program code within one abap/4 program?

622


On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?

596


Where do you use help views?

569


how to combine the transparent table with cluster table.

1109


How do you Export a session ?

1596


how do you transport lsmw data from one system to another?

664