‎2007 Jul 02 10:20 AM
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.
‎2007 Jul 02 10:26 AM
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
‎2007 Jul 02 12:16 PM
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
‎2007 Jul 03 3:46 AM
thanks murugesh, I cant find the remaining fields
estkz "create ind
fixkz, "scedule line fix
bedat, "order date for scedule line
thanks in advance,
‎2007 Jul 02 1:57 PM
Hi,
All are there in the structure BAPIMEPOHEADER.
Regards,
sasi
‎2007 Jul 03 6:01 AM
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.
‎2007 Jul 03 6:28 AM
BAPIMEDCM_ALLVERSIONS-DOC_TYPE purchase category
BAPIMEPOSCHEDULE-PO_DATE
BAPIMEPOHEADERX-DOC_DATE
BAPIMEPOSCHEDULE,BAPIMEPOSCHEDULX contains all schedule lines data
try them
Regards,
sasi