cancel
Showing results for 
Search instead for 
Did you mean: 

Getting CVC Combination for Planning Area

Former Member
0 Kudos

Hi Folks,

   I wanted to use the FM  /SAPAPO/TS_PLOB_LIST_GET_BY_ID  to get the CVC combination which was existing in my MPOS. I am passing the parameters like below, sy-subrc is 0 only but the it_plob_values is initial.

it_group is having

MANDT PLOBID   IOBJNM                     DIMENSION

CALL FUNCTION '/SAPAPO/TS_PLOB_LIST_GET_BY_ID'
   EXPORTING
     iv_bas_plobid                = 'XXX'
     it_plobj                     = it_group
    IV_WITH_NAV_ATTRIBUTES       = 'X'
  IMPORTING
    ET_PLOB_VALUES               = it_plob_values
*   ET_PLOBS_IN_VIEW             = it_plob_values1
  EXCEPTIONS
    INVALID_INPUT                = 1
    INTERNAL_ERROR               = 2
    OTHERS                       = 3

Appreciate your help.


Thanks,

Smriti


Accepted Solutions (0)

Answers (1)

Answers (1)

satish_waghmare3
Active Contributor
0 Kudos

Hello Smriti,

I think you are doing it correctly. But I suggest you to read below two threads for additional details. These threads have details of Functional Modules and Class etc.

http://scn.sap.com/thread/3242736

http://scn.sap.com/thread/1717074

Besides there are following FMs:


/SAPAPO/TS_PSTRU_SINGLE_GET Get grouping conditions for planning object

/SAPAPO/TS_PSTRU_TAB_NAMES_GET Get structure of CVC combination of planning object

/SAPAPO/TS_PLOB_LIST_GET Get CVC combinations

Hope this will help.

Thank you

Satish Waghmare