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: 

Problem on Implementing badi ME_GUI_PO_CUST

ABAPER_P
Participant
0 Kudos
718

I have implement BADI ME_GUI_PO_CUST, to add the new tab.

I need to store the value, and some of thread said it required methods:
TRANSPORT_FROM_MODEL
TRANSPORT_TO_DYNP
TRANSPORT_FROM_DYNP
TRANSPORT_TO_MODEL
I have click on the subcreen, or enter at the field, but it will not able to trigger the Above Methods.
How do I do for the to trigger above Methods? Or Should I added some additional code at screen program? I want SAVE the data actually into EKPO.
Thanks in advance.

5 REPLIES 5

raymond_giuseppi
Active Contributor
184

You should first look at the sample provided by SAP for ME_GUI_PO_CUST

  • Class CL_EXM_IM_ME_GUI_PO_CUST for method samples
  • Function group MEPOBADIEX (with FM for data exchange and dynpro)

0 Kudos
184

Yes I have seen th example I can see one function group is implemetd and any function module are called to set and get data ? is this only way ? or I can do direclty on badi itslf ?

Do need to implement my custom Function group ?

0 Kudos
184

On which program type did you create your dynpro : module pool or function pool?

Exchange data between your dynpro handler (the program) with methods of a local defined class, FM of the group or (last) form of the program.

0 Kudos
184

in this MEPOBADIEX function-pool they have used function module to get the data and set data from and to the screen.

is this only way to do it.

my question is i dont want do it same way like creating function ground and creating function modules to get the data is they any other approach to do it?. if yes how i can achive this?

NTeunckens
Active Contributor
0 Kudos
184

I believe you are posting this question twice ...

Please go to the Blog-Link that was offered on your other thread on how to Use the BAdI's BAdI's "ME_GUI_PO_CUST" and "ME_PROCESS_PO_CUST" to enable the Screen-Processing as well as Updating the Custom-Fields ...