Hi
I have created a batch input program by generating a program via SHDB with transaction PO05.
the goal is to create an Object E and relationsheep between this object and an object P.
Input: flat file
- i have the description of the object E in this file
- i have the ID of the object P in this file.
when i test my record directly in SHDB, it's works fine, i can create the both: object "E" and relationssheep "A/025" between this object and the object P.
but my program does not work properly:
i can create the object "E" but the relationsheep has not been created because of an error message:
the message is: "please specify on abject ID"
the object ID in the message is the object ID i have created before for the object E (ID generated by the SAP via PO05) but my program can not see this ID.
any idea?
regards