cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mov. type 532 is not taking place with BAPI_GOODSMVT_CREATE

former_member242092
Active Participant
0 Kudos
954

Hi Expert,

I am trying to post movement type 532 with BAPI_GOODSMVT_CREATE with following parameters.

PSTNG_DATE = 18.06.2015

GOODSMVT_CODE = 05

MATERIAL = XXXXXXXXXXXXXX

PLAN = XXXX

STGE = XXXX

BATCH = XXXXXXXX

MOV = 532

S = E

SALES_ORD = XXXXXX

S_ORD_ = XX

ENTRY_QNT = 10

OREDRID = XXXXXXXX

As a result it is showing Enter a sales order for special stock E. I have already gone through below thread but it could not help me out in anyway.

Kindly help..

Regards,

Rampreet Jaiswal

View Entire Topic
rupesh_brahmankar
Active Contributor
0 Kudos

Hello Rampreet.

As you passing the initial numbers 0 for your sales order .

Check the sales order number in VBBE or VBAP table example 0030140001

BAPI_ITEM-SALES_ORD  =  '0030140001'.

BAPI_ITEM-S_ORD_ITEM =  '000010'.

Best Regards,

R.Brahmankar

former_member242092
Active Participant
0 Kudos

Hi Rupesh/Jurgen,

Thanks for your input.

Same has been resolved. I was passing SO/Item into SALES_ORD/S_ORD_ITEM instead of VAL_SALES_ORD/VAL_S_ORD_ITEM.

Now it is working.

Thanks... I am closing the thread.

Regards,

Rampreet Jaiswal