cancel
Showing results for 
Search instead for 
Did you mean: 

Getting DPS ID from MPOS.

Former Member
0 Kudos

Hi All,

I am pretty new to DP and I need to read CVCs inside a MPOS.

So, I have used FM  /SAPAPO/TS_PLOB_LIST_GET and got my task done.

Now, I want the same thing using class /sapapo/cl_se_dp_cvc,

For this I need to instanciate the class and the class constructor asks for DPS ID.

Will be great, if some one can help me here.

My question may be silly, but kindly excuse me.

I am pretty new here.

Thanking You All..!!

Accepted Solutions (1)

Accepted Solutions (1)

former_member187488
Active Contributor
0 Kudos

Hi,

Just not sure why you have to use class /sapapo/cl_se_dp_cvc, which is not the same functionality as the function module you mentioned ... The class is used in eSOA demand planning scenario ... Are you sure you want to use it?

What I did is, find the input parameter IV_DPS_ID in the constructor of the class, then navigate to the associate type /SAPAPO/DPSID, and then use where-used list to see in which table is this data element used. I got several tables, but I think /SAPAPO/DPSMAP may be the one you need. (Of course if not, you can check other tables found by the above way.)

Sorry that I cannot provide further information because this is really a rarely used scenario.

Best Regards,
Ada

Former Member
0 Kudos

Hi Ada,

Thanks for the reply, even thou I am done with this issue.

But would really appreciate your inputs in this and many other threads in SDN.

They have helped me a lot.

Infact I got to know about the Class and FM from the thread

I debugged the Constructor of the class and found the relevant table to be empty and so it was not possible in my case to use the class.

Finally I proceeded with the FM.

Well, thanks a lot for helping, through your multiple inputs in various posts.

I really liked your Blog

and others..!!

Thanking You All..!!

former_member187488
Active Contributor
0 Kudos

Hi Ankit,

Thanks for your warm words.
This year I'll try to write more posts

Have a nice day and enjoy APO~

Best Regards,
Ada

Answers (0)