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

Routine Conversion and batch input

Former Member
0 Likes
1,232

Hello everyone,

Just to put in context, I'm speaking french and working for a french customer.

I'm building a batch input to use with the transaction code FB01. Though, I have a problem when it comes to the MEINS field of BBSEG. I insert PCE as BBSEG-MEINS value but once the batch input is running, it is trying to fit ST in the MEINS field of the transaction code. Now I understand there are a conversion routine that linked PCE with ST but still, my batch input needs to write PCE into the dynpro and not ST.

How can I prevent PCE to be converted into ST so it keeps the PCE value in the MEINS value of the dynpro in FB01?

Thank you in advance for your help.

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
1,018

you have to be sure the user that runs the batch-input is logged in French (could be a background user)

2 REPLIES 2
Read only

franois_henrotte
Active Contributor
0 Likes
1,019

you have to be sure the user that runs the batch-input is logged in French (could be a background user)

Read only

0 Likes
1,018

Thank you for your answer. I ended up adding somewhere an output module function that comes with the conversion routines. I read about it many times but didn't understand it quite right at the beginning.

Thank you again.