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 needed

Former Member
0 Likes
666

Hi ALL,

BAPI to fetch RV45A-DWERK as currently it is in structure under tcode - va02 .

What BAPI is used to fetch the information regarding the same.

Any suggestions welcome,

Regards,

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
580

You may consider BAPI_SALESORDER_CHANGE, but i'm not sure you will find DWERK in it.

I know it is in BAPISHIPTO structure used by BAPI_SALESORDER_CREATEFROMDATA and BAPI_SALESORDER_CREATEFROMDAT1.

(This value seems to be only a default value for order lines appended, not sure it is maintained in database nor actually used in BAPI.)

Regards

Read only

Former Member
0 Likes
580

Hi

Check this BAPI ->

BAPI_SALESORDER_CREATEFROMDAT1 - Create Sales Order

Strucutre ->

SHIP_TO_PARTY[BAPISHIPTO].

DLV_PLANT - Delivering Plant [component name of the DWERK]

Reward points if useful.

Read only

Former Member
0 Likes
580

use this FM'

SD_MATERIAL_DETAIL_WWW

reward if useful.

Amit Singla