cancel
Showing results for 
Search instead for 
Did you mean: 

creating profiles in product master

Former Member
0 Kudos

I am using a bapi bapi_prdsrvaps_savemult2 for extending the product to a new location .

I have to set some default profiles for fields lot size profile, demand profile and some other similar fields. I can use constant values in the bapi structure but they want values with region in it like 'NA_LOT' , the region followed by '_LOT'. and similarly for other fields .

The problem is that the bapi structure is not taking values unless the profiles are created priorly .

Is there any function module for creating the profiles so that in the program i can call the function first and then the bapi with those profiles .

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_krishnamoorthy
Active Contributor
0 Kudos

I dont think there is any BAPI for doing the creation of profile. Atleast not to my knowledge.

However, you should be able to do updates on the profile tables (the maintenance view offers ways to create new entries which I guess you should be able to do programmatically as well). The profile tables could be tables such as /sapapo/snp11, /sapapo/snp02 etc.

Former Member
0 Kudos

I talked to functional consultant, they are going to create the profiles manually .

Answers (0)