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

Problem with WM_ENHANCMENT implementation

sergio_atzori
Explorer
0 Likes
1,876

Hi all,

I deeply need to use throughout transaction LT04 (Create Transfer Order from TR) the BADI

WM_ENHANCMENT wich would allow me to export and record some essential data along with the saving and creation of the order,

I don't expressly use the existing user exit EXIT_SAPLL03T_001 as it doesn't work within that transaction.

Problem is I can't find a proper way to implement WM_ENHANCMENT Badi,

Sure thing it doesn't provide the classic implementation mode in SE18 (Implement.->Create) stopping message is:

"BAdI definition WM_ENHANCMENT is only provided for SAP internal use",

Beside: no way to Implementation by using enhancement spot, and/or copying interfaces, classes so on, may be I'm not taking properly the required steps, (I'm still not used to build Badi's implamentation by new way),

Please; Does anybody would provide me the true goods step by step moves to implement this perculiar Badi from SE18 or SE19, (I repeat the classic Badi impl. can't be done),

Many thanks in advance,

Sergio,

6 REPLIES 6
Read only

mvoros
Active Contributor
0 Likes
1,198

Hi,

you can't use that BADI. It's marked for SAP internal use only. You can try to switch it to normal BADI. You have to modify BADI definition in SE18. You need to uncheck field Within SAP. You will have to generate access key for your change. Anyway I am not sure if it is a good idea.

Cheers

Read only

0 Likes
1,198

I think I'm gonna try, as I'm realy out of other solution, I hope it'll work properly with transaction LT04,

Many thaks for you help Martin, by by,

Sergio,

Read only

Former Member
0 Likes
1,198

Hi,

Did you get an appropriate solution for this problem?

If yes, please do tell me know as I am facing an almost similar problem.

Thanks a lot.

Read only

0 Likes
1,198

Hi Chauxu, actually I didnu2019t try to use that BADI yet, as we ran for a temporary different solution, at present we schedule a custom program wich goes alone for all new created orders and fill in

additional data we need, anyway I think I'll give some afford to modify that badi when lu2019ll gett some moment,

Goodbye,

Sergio,

Read only

Former Member
0 Likes
1,198

Hello Sergio,

Have you tried the possibility of using BAdI LE_WM_RF_QUEUE.

This BAdI is as well called during the LT04 process.

But I am not really sure if this will serve your purpose.

Regards

Sabu

Read only

0 Likes
1,198

Thanks a lot for your advice Sabu , I'll give it a look and I'll let you know,

Sergio,