what is the Currency and Quantity field in BDC?
Answer Posted / 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 |
Post New Answer View All Answers
What is meant by hot spots? : abap data dictionary
Which commands are used for interactive reports?
Is a logical database a requirement/must to write an abap/4 query?
How can we create callable modules of program code within one abap/4 program?
how can we enable hyperlink in screen painter?
What are advantages and disadvantages of logical data base
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
Where can you find error log for call transaction? : abap bdc
what is the exact code that shoud be implimented in sap note
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What is the difference between pnp and pnpce? : abap hr
What is transparent table?
How to read files and process BDC's automatically ?
From excel to abap - is batch mode possible ? : abap bdc
How can you manipulate the presentation and attributes of interactive lists?