‎2007 Dec 24 6:27 AM
hi experts,
My program is Batch session and the batch session is for posting fi documents(FB01). and iam doing by using rfbibl00 program. Actually there r 3 types of currencies while updation and one of them is company code currency(dmbe2). My requirement is i should not pass the value for company code currency dmbe2 when the currency key is equal to USD.
what they said is check in table T001 for example if the company code(BUKRS) = 1001 then check for company code currency(dmbe2) if it is equal to USD then dont pass the value dmbe2 to session.
please help me with the code.
Thanks and regards,
Ramya.
‎2007 Dec 24 6:44 AM
Hi,
Once u have the data in the internal table.
perform a read on the internal table, since the currency field is to be posted on the first screen
this value is available in the first line.
check if the value is 'USD' . if yes then nullify dmbe2 value for the record.
hope this satidfies ur req.
tc
saji