Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hi

Former Member
0 Likes
283

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.

1 REPLY 1
Read only

Former Member
0 Likes
263

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