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 and screen create

tanju_lise3
Participant
0 Kudos


Hello All,

Thinf of a BADI and I have an implemantation starting with Z.

I want a pop-screen or something, enter mail-id.  (I can not 'call screen ' )

Did you do that ?

How can I do that ?

Thanks

Kind Regards

Tanju

 

9 REPLIES 9

former_member187748
Active Contributor
0 Kudos

Hi Tanju,

your questions are not clear, please rephrase it.

What actually you wants to do.

If you wnats to show a pop-up-message, you can use


CALL FUNCTION 'POPUP_TO_CONFIRM'


But please tell, about your exact requirements.

0 Kudos

you can call functions within your methods with call screens.

also, POPUP_GET_VALUES is handy

i have used that quite a bit to just get a few input values....without the extra hassle of creating full blown bespoke screens just grab a value or two...

0 Kudos

Hi Steve,

question is not raised by me 

former_member821147
Participant
0 Kudos

Hi,

you can use FM POPUP_TO_CONFIRM to fullfill your requirement.

GirieshM
Active Contributor
0 Kudos

Hi Tanju,

Check the FM 'POPUP_GET_VALUES_USER_CHECKED'

With Regards,

Giriesh M

atul_mohanty
Active Contributor
0 Kudos

Hi

Use function module 'POPUP_TO_GET_ONE_VALUE'.

Regards,

Atul Mohanty

tanju_lise3
Participant
0 Kudos

Dear My friends,

First of all, Many Thanks to Everyone.

All of them are very useful.

I need another help.

You know all user mail-id in the table adr6.

So I must read table adr6.

I mean, think of I used function module 'POPUP_TO_GET_ONE_VALUE' in my imp.

When I came Value Field in FM, I want to press F4 . (Because I will choose  mail-id.)

So that I must  read table adr6. but how can I read it ?

(I used Process on Value, but it did not work.)

Is it clear ?

Did you that ?

Kind Regards

Tanju

0 Kudos

Hi,

Join USR21 & ADR6 based on addrnumber and persnumber to get all the email id's .

Regards,

DPM

0 Kudos

Hi,

Try using the FM " REUSE_ALV_POPUP_TO_SELECT".

Here you will be able to pass the field-catalog and get the F4 help based on the reference table and field.

Regards,

Munesh