what is the Currency and Quantity field in BDC?
Answers were Sorted based on User's Feedback
Answer / anurag
In BDC, for currency, quantity, date and time fields you
need to take the data into a char variable of enough length
and use WRITE TO statement to take care of user settings.
EG: WRITE l_curr TO l_char CURRENCY 'Currency code'.
CONDENSE l_char.
Pass l_char to BDC.
It will work fine.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / gaurav patwari
Hi,
There is not such bifurcation of type of the field you have to take character fields with the same length and use it in you BDC.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / saravana
for currency and quantity fields one cannot use sap defined
fields in bdc, instead it has to be made user defined
Is This Answer Correct ? | 4 Yes | 7 No |
Answer / pankaj
if we'r having the FM for conversion of currency and
quantity fields, so it should have to upload by the domain
only..
Is This Answer Correct ? | 1 Yes | 4 No |
WHAT IS DOCUMENTATION?WHY IT IS USED?
4.why dont use start form in script?
What are the function modules used to create batch input session? : abap bdc
Tell any 2 standard Bapi function modules used for uploading sales order data ?
What is a match code? : abap data dictionary
How you prepare documentation?
What is the process to enhance the Infotype
Without writing the event start-of-selection we can execute a report program.Then what's the purpose of writing it?
What are the data types of the abap/4 layer? : abap data dictionary
What is the difference between collect and append statements?
what is the use of FOR ALL ENTRIES in an internal table?
9 Answers Keane India Ltd, PCS, Wipro,
What does the extract statement do in extract datasets?