‎2007 Apr 11 1:59 PM
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。
‎2007 Apr 11 2:08 PM
Hi,
Check for following note 833218 or please ensure all service packs updated properly
aRs
‎2007 Apr 11 2:02 PM
‎2007 Apr 11 2:08 PM
Hi,
Check for following note 833218 or please ensure all service packs updated properly
aRs
‎2007 Apr 12 2:33 AM