cancel
Showing results for 
Search instead for 
Did you mean: 

movement type in reservation

Former Member
0 Kudos

Hi

We are in a Classic Scenario environment and the requirement is for a certain type of material to create Reservations in the backend with a different Movement Type. Let’s say we have we need two movement type  201 for cost center and 241 for asset

I have assigned this value (241) for the movement type and set it up as default but it didn’t work, the reservation was still created with 201.

how can i manage two movement type in creating reservation

Regards

Elham

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

What SRM version are you using? Are you using PI?

BADI BBP_CREATE_BE_RS_NEW can be used for this requirement.

Pseudo-logic:

1. Read IS_SC_DOCUMENT-ACCOUNT.

2. Write necessary movement type to CS_RS1_DOCUMENT-MOVEMENT.

Let me know if this helps or solves your issue.

Regards,

Justine

Former Member
0 Kudos

Hi Justine

we are

We are on SRM 701

Classic Scenario. and using oneclient.

then , i need implementation BAdi to using 2 movement type?

Regards

Elham

Former Member
0 Kudos

Hi

we implement BAdi BBP_CREATE_BE_RS_NEW

but the system also want to creating asset with movement type 201

can u send me the sample of badi for reserve

is my badi confiq ok?

method IF_EX_BBP_CREATE_BE_RS_NEW~FILL_RS_INTERFACE1.

   data : account type line of BBPT_PDEXT_ACC.

   loop at  IS_SC_DOCUMENT-ACCOUNT into ACCOUNT.

     if account-ACC_CAT = 'CC'.

       CS_RS1_DOCUMENT-IS_RS_HEADER-MOVE_TYPE = '201'.

     elseif account-ACC_CAT = 'AS'.

       CS_RS1_DOCUMENT-IS_RS_HEADER-MOVE_TYPE = '241'.

     endif.

   endloop.

endmethod.

Former Member
0 Kudos

i have this error Shopping cart 0010000678 (Res. 9600000071): M7 059 No direct postings possible to G/L account 0012215001

Former Member
0 Kudos

Movement Type :281Q

Answers (2)

Answers (2)

former_member183424
Active Contributor
0 Kudos

How you are creating reservation ? I mean as you are saying reservation got created back-end. How it got created ? Is it creating via any custom development ?

Please explain your process little more.

***Edited by: Dëv Päträ

Former Member
0 Kudos

HI

i want to create follow on document as a reservation

when i create SC and approve it the reservation is created (relay on my confg in define object of product category)

i can create reservation for cost center with movement type : 201

i define 201 in ppoma_bbp

i want create reservation for asset whit movement type 241

but when i use asset's account assignment the reservation created

with 201

Regards

Elham

Former Member
0 Kudos

nobody knows?

Former Member
0 Kudos

?nobody knows?