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

Header text is not getting added while creating Puchase order using bapi

Former Member
0 Likes
764

HI

can any one tell header text is not getting added while creating PO order using bapi bapi_po_create1.

Even after giving the text id its not working so please suggest wht to do,.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
675

Hi Anand,

Do you get any messages in the RETURN table?

Regards,

John.

5 REPLIES 5
Read only

Former Member
0 Likes
676

Hi Anand,

Do you get any messages in the RETURN table?

Regards,

John.

Read only

0 Likes
675

yes in that header wont be given.....only po order will be created.

Read only

0 Likes
675

Could you post the piece of coding where you fill the TABLES parameters for updating the PO header text?

John.

Read only

0 Likes
675

EVEN IF WE WANT TO EXECUTE USING SE37 AND COMMIT ITS NOT WORKING.SO COULD U TELL ME WHAT ARE THE FIELDS THAT HAS TO BE MANDITORY FOR SAVING HEADER TEXT

Read only

0 Likes
675

Hello Anand,

POTEXTHEADER-PO_NUMBER

POTEXTHEADER-PO_ITEM = 00000

POTEXTHEADER-TEXT_ID = 'F01'

POTEXTHEADER-TEXT_FORM = '*''

POTEXTHEADER-TEXT_LINE = 'YOUR TEXT'

John.