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

problem using BAPI_PO_CREATE1

Former Member
0 Likes
1,069

i cant locate the following fields in function module BAPI_PO_CREATE1,

telf1, "telephone no

verkf, "sales person

bstyp, "po category

insnc "quality insP

estkz, "create ind

fixkz "scedule line fix

can any one let me know where these fields are located in the function module BAPI_PO_CREATE1,

thanks in advance.

6 REPLIES 6
Read only

Former Member
0 Likes
837

Hi,

CALL FUNCTION 'BAPI_PO_CREATE1'

EXPORTING

POHEADER = X_POHEADER

POHEADERX = X_POHEADERX

TABLES

<b> RETURN = IT_RETURN[]

POITEM = IT_POITEM[]

POITEMX = IT_POITEMX[]

POADDRDELIVERY = IT_DELIVERYADDR[].</b>

Regards

Read only

Former Member
0 Likes
837

Hi,

telf1, "telephone no - BAPIMEPOHEADER-TELEPHONE

verkf, "sales person - BAPIMEPOHEADER-SALES_PERS

bstyp, "po category - BAPIMEPOITEM-ITEM_CAT

insnc "quality insP - BAPIMEPOITEM-QUAL_INSP

Check for the relavant fields in the structure.

Hope this helps.

Best Regards, Murugesh AS

Read only

0 Likes
837

thanks murugesh, I cant find the remaining fields

estkz "create ind

fixkz, "scedule line fix

bedat, "order date for scedule line

thanks in advance,

Read only

Former Member
0 Likes
837

Hi,

All are there in the structure BAPIMEPOHEADER.

Regards,

sasi

Read only

0 Likes
837

i cant locate the below fields in function module BAPI_PO_CREATE1,

bstyp, po category

estkz "create ind

fixkz, "scedule line fix

bedat, "order date for scedule line

can any one locate these fields, plz urgent.

thanks in advance.

Read only

0 Likes
837

BAPIMEDCM_ALLVERSIONS-DOC_TYPE purchase category

BAPIMEPOSCHEDULE-PO_DATE

BAPIMEPOHEADERX-DOC_DATE

BAPIMEPOSCHEDULE,BAPIMEPOSCHEDULX contains all schedule lines data

try them

Regards,

sasi