cancel
Showing results for 
Search instead for 
Did you mean: 

SSP and Sourcing with PDP at same time ?

Former Member
0 Kudos

Dear Experts,

We are in SRM7, using Sourcing with PDP now, converting all the SC created in to PO' using Sourcing, shall we use SSP as well in the same client so that user can create SC and further they can be picked for Sourcing ?

please suggest

Regards,

Raghu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes that is the standard. With SSP you create and convert the SC to PO through SOCO.

With PDP the SC appears in SOCO in the same client whIch is also converted to PO.

With Regards,

Malay

Former Member
0 Kudos

Thanks Malay,

iam trying to create SC in SSP now but getting some uncaught exception dumps, any specific configuration is required to activate SSP ?

Regards,

Raghu

Former Member
0 Kudos

Please post the error log.

With Regards,

Malay

Former Member
0 Kudos

What happened?

    The exception 'CX_WD_CONTEXT' was raised, but it was not caught anywhere along

    the call hierarchy.

    Since exceptions represent error situations and this error was not

    adequately responded to, the running ABAP program

     'CL_WDR_CONTEXT_NODE===========CP' has to be

    terminated.

Line  SourceCde

    1 method _RAISE_ELEMENT_NOT_FOUND.

    2   data: l_count type I,

    3         l_node_name type string.

    4

    5   l_node_name = if_wd_context_node~get_path( ).

    6

    7   l_count = if_wd_context_node~get_element_count( ).

    8   if l_count = 0.

>>>>>     raise exception type cx_wd_context exporting textid = cx_wd_context=>NODE_EMPTY node_nam

   10   elseif element_index = if_wd_context_node=>use_lead_selection.

   11     raise exception type cx_wd_context exporting textid = cx_wd_context=>NO_LEAD_SELECTION n

   12   else.

   13     raise exception type cx_wd_context exporting textid = cx_wd_context=>ELEMENT_NOT_FOUND n

   14   endif.

   15 endmethod.

Former Member
0 Kudos

Please check the below thread. The detailed ST22 dump in the link looks similar to that of yours.

Hope you get some clue.

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

With Regards,

Malay

Answers (0)