cancel
Showing results for 
Search instead for 
Did you mean: 

Add SC Custom WebDynpro Form in standard process

matias_z
Participant
0 Kudos

Hi guys,

I created a custom Web Dynpro application for adding items to a SC (with extra fields not available in a standard SC creation). I will need to create a webservice to add it to the SRM portal (still didn't do that).

Once the user is inside the custom WDA he'll have a button "Add items to SC" and at that moment we need to go back to the standard SC creation with all the items he inserted in the custom WDA.

My question is, how do I go back to the standard SC creation screen and how do I send to that screen all the values entered in the custom WDA?

Do I need to use some sort of Outbound Plug from the custom view I created? Do I need to place some code at the moment the user clicks on "Add items to SC"? Is there any special FM/structure that I need to use?

I saw at one old development that was using some kind of BSP cache stuff...is there something new that can be done avoiding that?

I'm not too experienced in SRM, that's why I'm kind of lost here!

Thanks in advance!

Matias

Accepted Solutions (1)

Accepted Solutions (1)

matias_z
Participant
0 Kudos

Finally I returned the item data using the OCI structure

Answers (1)

Answers (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Matias,

try following links.

You may need to create shopping cart in the background, save it, and then navigate to it via OBN.

Regards

Konstantin

matias_z
Participant
0 Kudos

But how do I send back the infor entered in the items in my custom WDA back to the SC creation?

I was able to navigate back to the SC creation using the HOOK_URL, but I do not know how to send back the items info so that when I go back I see the items filled with the info I enetered in my custom WDA.

Thanks in advance!

Matias