cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Order IDoc Header Texts

Hi,

Im using message type

PORDCR1

and basic type

PORDCR102

to create an inbound PO IDoc. I need to populate header texts (attached) and from researching I saw the below comment 'header texts are populated in E1BPMEPOTEXTHEADER and both position and header in E1BPMEPOTEXT'.

Does anybody have an example of how these are populated? TEXT_ID TEXT_FORM and TEXT_LINE (the data). I would have expected to be populating object EKPO etc like you would when creating header texts normally

Thankspo-head-txt.png

Accepted Solutions (1)

Accepted Solutions (1)

pataselano
Active Contributor

E1BPMEPOTEXTHEADER-TEXT_ID = 'F01'.

E1BPMEPOTEXTHEADER-TEXT_FORM = '*'.

E1BPMEPOTEXTHEADER-TEXT_LINE = 'your text'.

Answers (0)