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

How to update sales order billing plan using Bapi ?

Former Member
0 Likes
2,793

screen resolution problem is coming in BDC ..more than 10 lines are coming in billing plan dates..

Please help me how to do it in BAPI(BAPI_SALESORDER_CHANGE)?

screen resolution problem is coming in BDC ..more than 10 lines are coming in billing plan dates..

Please help me how to do it in BAPI(BAPI_SALESORDER_CHANGE)?

3 REPLIES 3
Read only

vinoth_aruldass
Contributor
0 Likes
1,302

hi,

in your bapi structure fill the schdule lines

SCHEDULE_LINES LIKE BAPISCHDL

SCHEDULE_LINESX LIKE BAPISCHDLX

then your plan will be ok..

sit with the SD guy and enter it manually in se37 test data dictionary..

hope it helps,

Vinoth

Read only

0 Likes
1,302

i need to update the following fields in sales order.

Billing plan

    

Dates

FPLT-AFDAT

FPLT-TETXT

FPLT-MLBEZ

FPLT-FPROZ

Thanks

Read only

0 Likes
1,302

Hi,

It would be better if you do a Where-used List on the table FPLT and tick 'Function Module Interfaces'. You will get a list of them and you can use whichever is applicable. Hope this helps!