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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anil sahu
We have TO "Append Structure" OF The Custom Date Field To the Reruired Table And Enhance that Table.
Is This Answer Correct ? | 2 Yes | 0 No |
Can u give some master data in MM and SD
2 Answers Cap Gemini, SAP Labs,
What is the Process to transfer IDOC from Outbound System to Inbound system.
Name the special commands of list?
How can we create Search Help, without using table field? for example I have two fields in one table and I required one more field in search help how?
1 Answers Accenture, Maples, Patni, TCS,
when do you need to create an internal table with header line ? and with out a header line?
1 must be expert in JAVA to learn SAP-ABAP?
What are domains and data element? : abap hr
How to implement a program (batch input) which reads a external text file with inventory data, and write these data in sap?
if take one table with max no of records,in that i transfer only three records to quality r production r anywhere how it is possible?
Static and instance variable and method with live example. Why and when to use
What are the different types of mode (run code) in call transaction method?
How manny master idocs 10 recievers of same data?