Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

process code for WMMBXY outbound required

Former Member
0 Likes
2,534

Hello All,

I want to send the storage location transfer details in Idoc. I am planning to use message type WMMBXY and basic type WMMBID02.But I didn't find any process code for this. Please help me with the process code.

In case outbound process code is not available, is there any alternative ?

Please tell me what can be the approach in case of a cusomized development.

1 ACCEPTED SOLUTION
Read only

tushar_shukla
Active Participant
0 Likes
1,338

Pawan,

I guess there is no standard outbound process code for message type WMMBXY . You can use t-code WE64 to find available process codes .

You can create a custom processing function module to fill the idoc segments of basic type WMMBID02 and then by t-code WE41 you can create a new custom process code and link it to the outbound idoc processing function module .

- Tushar Shukla

2 REPLIES 2
Read only

Former Member
0 Likes
1,338

Outbound IDOCs don't have a process code...that's INBOUND....where you want to RECEIVE and process an IDOC.

Read only

tushar_shukla
Active Participant
0 Likes
1,339

Pawan,

I guess there is no standard outbound process code for message type WMMBXY . You can use t-code WE64 to find available process codes .

You can create a custom processing function module to fill the idoc segments of basic type WMMBID02 and then by t-code WE41 you can create a new custom process code and link it to the outbound idoc processing function module .

- Tushar Shukla