cancel
Showing results for 
Search instead for 
Did you mean: 

Backend error : enter plant

Former Member
0 Kudos

Hello Experts,

We are running on SRM 7.0 SP12, We have an issue while ordering the PO after all the approval's and when the system tries to transfer the PO to ECC

we have an error "Backend error : enter plant"

When we switch off the change badi we don't have this issue and the PO is transferred to ECC. When we checked the implementation there is no logic related to plant and even in the exporting parameter's item table(et_item) we don't have the field for plant, so technically we cannot change the plant data inside the badi.

Please advice.

Thanks&Regards,

Praveen

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI

do u assigned plant in ppoma_bbp?

Regards

Elham

YayatiEkbote
Contributor
0 Kudos

Hello,

No, plants are assigned through location. Partner function '00000075'. These locations for plants are mapped through table BBP_LOCMAP.

Regards,

Yayati

YayatiEkbote
Contributor
0 Kudos

PO is transferred to backend using META_PO_TRANSFER. Put a break point in this FM and check value of input parameters of RFC FM which is called inside META_PO_TRANSFER. In our case it is BAPI - BAPI_PO_CREATE1. Also if you are using extended classic scenario, check with backend if plant is mandatory in ME21n. Maybe it is a default one.

laurent_burtaire
Active Contributor
0 Kudos

Hello Praveen,

field concerned is BE_PLANT. Maybe it is erased in your BAdI implementation.

Regards.

Laurent.