2011 Nov 03 5:54 PM
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.
2011 Nov 04 10:23 AM
you have to be sure the user that runs the batch-input is logged in French (could be a background user)
2011 Nov 04 10:23 AM
you have to be sure the user that runs the batch-input is logged in French (could be a background user)
2011 Nov 04 12:14 PM
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.