cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW_PO Error

Former Member
0 Kudos

Hai Gurus,

Anybody having exposure to LSMW BAPI method for PO upload?please give me some input (Any document available).

In this method how to set identification field?how to configure to upload sequential file?

I created LSMW using following details

Business Object BUS2012

Method CREATEFROMDATA1

Message Type PORDCR1

Basic Type PORDCR101

while reading data(9th step) i am getting following error

****Identification specifications missing for source structure 'ZHDR'.

****Message no. /SAPDMC/LSMW_OBJ_070013

it is very urget pls help on this

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

explain how your source structure is in step 2 and what you did in step 4.

Former Member
0 Kudos

ZHDR HEADER

STYPE C(001) Set type

Identifing Field Content: 1

DOC_TYPE C(004) Document type

PO_NUMBER C(010) PO Number

VENDOR C(010) Vendor

DOC_DATE DMDY(008) Document Date

PURCH_ORG C(004) Purchasing Organization

PUR_GROUP C(003) Purchasing Group

PMNTTRMS C(004) Payment Terms

SALES_PERS C(030) Sales Person

INCOTERMS1 C(003) IncoTerms1

INCOTERMS2 C(028) Incoterms2

TELEPHONE C(016) Telephone

CURRENCY C(005) Currency

REF_1 C(012) Your reference

SUPPL_PLNT C(004) Supplying Plant

COMPANY_CODE C(004) Company Code

ZITM ITEM

STYPE C(001) Set type

Identifing Field Content: 2

PO_ITEM C(015) Poitem

MATERIAL C(018) Material

NET_PRICE C(025) Net Price

ITEM_CAT C(001) Item category

ACCTASSCAT C(001) Accountassignment category

PLANT C(004) Plant

TAX_CODE C(002) Taxcode

STORE_LOC C(004) Storage Location

PREQ_NAME C(012) Requestor Name

GR_IND C(001) GR Indicator

IR_IND C(001) IR Indicator

FINAL_INV C(001) Final Invoice

DEL_COMPL C(001) Delivery Completion

SHIPPING C(002) Shipping Instructions

G_L_ACCT C(010) GL account

COST_CTR C(010) Cost Center

UNIT C(003) Unit

TRACKINGNO C(010) Tracking Number

ZSCHDULE schdule line

STYPE C(001) Set type

Identifing Field Content: 3

PO_ITEM C(005) PO Item

QUANTITY C(015) Quantity

DELIV_DATE DMDY(008) Delivery Date

The above 3 structure in a hierachial way i have maintained.

During create Idoc overview i am getting somany errors.

JL23
Active Contributor
0 Kudos

the message you receive is a message that gets issued in program /SAPDMC/SAP_LSMW_READ_FORMS

this program is the READ data step, long long before you create IDOCs.

I would suggest that you debug the program.

Display your read programm, then click binocluars icon and search for message. in the hitlist search for 013

In my system the message is issued in routine between line 829 and 856 and in 1537 to 1564

JL23
Active Contributor
0 Kudos

can you give any feedback about what caused your error?

Former Member
0 Kudos

sorry i dont know.now i am not using that method