cancel
Showing results for 
Search instead for 
Did you mean: 

MPOS access

Former Member
0 Kudos

Hi Experts,

How I can give access to the user to create and delete of their own country data in MPOS. They should not create the CVCs and DELETE of other country CVCs

we are using only one MPOS for four countries. Each country user has to access the MPOS to create the CVCs and DELETE of their own country data.

One country user should not CREATE or delete the other country CVCs.

Please help if you know something on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think that in order to give different access to different region wise users for CVC creation, you may need custom exits, as by /n/sapapo/mc62 you can create or delete CVCs alltogether.

Or you can have a look in the below given methods:

Function /SAPAPO/TS_PLOB_CREATE - Create Single characteristic combination, is a program  called internally in standard TCode: /sapapo/mc62 for CVC creation. This function is used specifically when you want to create single CVC based on the individually/interactively entered characteristics combination.

Whereas there is a similar function /SAPAPO/TS_PLOB_MAINTAIN-Create Characteristic combinations (again a part of standard TCode/SAPAPO/MC62 called internally) which is used for multiple CVC creation based on the characteristic data either from MPOS, Info provider, external file or BAdI.

-We can created a Z Table where the new characteristic combinations are entered globally -for all regions

-Based on entries in that Z table as a data source we can build a Info provider(Cube) and then

-This Info provider can be used in function /SAPAPO/TS_PLOB_MAINTAIN (as a part of scheduled jobs running with some frequency) to create multiple CVC combinations across regions.

Do let me know if this helps or else I will do some further analysis.

Thanks

Ankit

Former Member
0 Kudos

Hi Ankit,

Thanks for your information

/SAPAPO/TS_PLOB_CREATE - this is the standard program cum FM

/SAPAPO/TS_PLOB_MAINTAIN- This  is the standard program and it is not the function module

I do not think so i can restrict the users with the standard programs.

I want to give options create cvc and delete cvc of their own country. one country user should not delete or create of other country cvcs.

Please send me the code if you have something you  did in your project.