Application Development 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: 

BADI for dispalying the items at a time in YMB01

Former Member
0 Kudos
66

Hi,

I have a requirement in YMB01. After entering the PO in the first screen, in the second screen after entering the delivery text, we get the item details tab in the third screen. if we select some item in that PO, i need to check the item text and have to display a pop up with a text saying that these texts only have header text in PO.

i have found out an Badi - MB_CHECK_LINE_BADI. if i select a particular item, that item is coming in MSEG structure in that BADI. but it is coming one by one. So i can print a POP up one by one. But I need to disply one pop up with the items having text in it. I dont need to disply the item without header text.

Displaying pop up is not a big deal .... But displaying a pop up with many items at a time is only my problem.

Please Help.

Elavarasu.

1 REPLY 1

nabheetscn
Active Contributor
0 Kudos
45

Have you tried adding your messgae to et_bapireturn structure in check_line method?

Nabheet

Edited by: nabheetmadan09 on Jan 12, 2012 4:57 AM