cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_PO_CREATE1

Former Member
0 Kudos

Dear Sapians,

We are using BAPI_PO_CREATR1 to create PO by refering a Service Contract. In the input parameter we are passing item category as 'B' But the system takes 'D' (i.e from contract).

Pl suggest me to have a PO created with Item category 'B' By referencing the service contract.

Thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You need the internal value of the service item category, i.e. '9'.

Have a look a table T163 for the internal values.

Former Member
0 Kudos

Hi Philippe,

I am passing the input as '1', but the system changes it to '9'(from contract) before posting.