Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Write special commands of list?

1089


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

2069


What are the different abap editors? What is the used of different editors in abap?

1104


Why cant we use Normal function module for data transfer?

2273


What are indexes? : sap abap data dictionary

1235


could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance

1949


What are two different ways to add fields to sap tables?

1075


Explain the table, which contain the details of all the name of the programs and forms?

1016


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2629


A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization

1097


Events that can be used in both the classical and interactive reports

1657


What is the difference between scrolling a table horizontally and vertically?

1121


What is the difference between bdc_okcode and bdc_cursor? : abap bdc

1156


What is an on”*-input filed” statement?

1218


What are control tables? : abap data dictionary

1065