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

BAPI_SALESORDER_CREATEFROMDAT2 get Error?

Former Member
0 Likes
636

While creating sales order through BAPI_SALESORDER_CREATEFROMDAT2 I got the following message. Can anybody help?

syntax error in program:SAPL2032

include:L2032FXX

In Line:No.1278

Description:

The data object "STATUSINFO_WWW" has no component called "BSTKD", but there are the following components with similar names: "BSTNK" and "GBSTK".

**********************************

I found the Program "SAPL2032",and view the Include "L2032FXX"

in line No.1278, the Code: move statusinfo_www-bstkd to statusinfo_bapi-purch_no_c.

statusinfo_www-bstkd defined code:

data: begin of statusinfo_www occurs 0.

include structure vbstat_www.

data: end of statusinfo_www.

the structure:vbstat_www

i couldn't find bstkd。

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
540

Hi,

Check for following note 833218 or please ensure all service packs updated properly

aRs

3 REPLIES 3
Read only

Former Member
0 Likes
540

I would check OSS for this.

Read only

former_member194669
Active Contributor
0 Likes
541

Hi,

Check for following note 833218 or please ensure all service packs updated properly

aRs

Read only

0 Likes
540

thank you