‎2016 Nov 06 7:47 PM
Hello Friends,
I have created a BDC salary upload for jv transactions. but when i pass data from excel to tcode fb50 company code is assigned but i am getting error in date format and amount in document currency that is waers is left with and error like "FORMATTING ERROR and AMOUNT IN DOCUMENT CURRENCY LEFT BLANK " please help me to resolve this issue i m stuck in this from 2 days ....
Please do the needfull...
‎2016 Nov 07 7:05 AM
‎2016 Nov 07 7:05 AM
‎2016 Nov 07 9:53 AM
Additional info: if the OP is really talking about a batch input session (SM35), it may be recorded with a fixed date/number formats, so that any user can run the session, whatever its date/number formats are. For more information, see SAP note 634956 (Batch input: Starting sessions indep.)|https://service.sap.com/sap/support/notes/634956
‎2016 Nov 07 12:04 PM
thank you sir for your precious answers but my problem is solved by just adding wrbtr field to character format
‎2016 Nov 07 12:15 PM
‎2016 Nov 07 12:26 PM
thank you sir looking forward to get some more knowledge by you in future.. 🙂
‎2016 Nov 07 11:45 AM
HI,
Sometimes we need a auxiliar to write the data.
Like: WRITE sy-datum TO v_datum(type char10) DDMMYYYY
Or
WRITE currency TO v_curr(type char20) CURRENCY cur.
BR
Renato Parise