Hi everyone,
I am facing the following issue. Hope someone can help me with it.
I have created a program to create measurement documents (PM Module) from a file. It will be an initial batch load.
For this purpose, I am using FM MEASUREM_DOCUM_CREATE_SINGLE.
Documents are being created fine.
The only problem is that I need to create such documents with a given Processing Status (field IMRG-PREST). The input file that the program uses to get all data to be created has a field which contains the corresponding Processing Status that the Measurement Document should have once created.
The FM MEASUREM_DOCUM_CREATE_SINGLE does not provide any way to update such field, and I could not find any FM (BAPI or whatever) to update this field in particular.
I really would like to avoid creating a Batch Input for this.
Does anyone knows how to achieve this? I would really apreciate your help.
Regards,
Martin