cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for Assignment of Location Product - Model

Former Member
0 Kudos

Hi,

I need a BAPI / FM to Assign a Location Product - Model. Can any body give me the info regarding this.

Thanks in advance for your help.

Saisdhar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Sasi,

You can use the '/SAPAPO/DM_MODEL_ADD_PROD' function module.

Regards,

Siva.

Former Member
0 Kudos

Sasi,

Simpler would be FM /SAPAPO/DM_MODEL_POST:

CALL FUNCTION '/SAPAPO/DM_MODEL_POST'

EXPORTING

iv_vb = 'I'

TABLES

it_matmod = t_matmod.

If you have product location existing in the system, you need to read records from respective APO tables and populate into t_matmod with appropriate model and pass it to this FM.

Rgds,

Sarah.

Message was edited by:

Sarah

Former Member
0 Kudos

Hi,

I need a BAPI / FM to Assign a Location Product - Model in SCM 4.1. Can any body give me the info regarding this.

Thanks in advance for your help.

Saisdhar