how to maintain the quantity field in bdc
Answers were Sorted based on User's Feedback
Answer / prasanthi buddepu
FVAL is the quantity field of an internal has a structure of
BDCDATA.
It is reference field to bdc_field subroutine.
fnam and fval are its reference fields.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rajender reddy
First we have pass the data into inetrnal data. The data
type of passing field should be Quan( DZMENG). Once the data
has been collected into inetrnal then we can pass Data to
DBCDATA structure using fnam and field value.
Is This Answer Correct ? | 1 Yes | 4 No |
WHAT IS THE DIFF B/W MACRO & SUBROUTINE?
How do you find out who has transported a transport request?
why we use matchcode object?without using match codes how we use search helps?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What is the function of the transport system and workbench organiser? : abap data dictionary
difference between append and collect statement?
Write the bdc table structure? : abap bdc
Difference between /N and /BEND?
as a tem leader whats tools u have used in sap
What are authorization objects and what statement is used to perform an authorization check in an abap program?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
Explain the difference between domain and data element? What are aggregate object?