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: 

Calling custom screen in VLo2n/VL03n

Former Member
0 Kudos

Hi

When ever user enters delivery in VL02n/VL03n, need to get one custom screen to view some information related to that particular delivery.

Is there any user exit or badi to do this?

Could anyone suggest the way?

Kumar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Following are the Project and User Exits

Enhancement/Project Name : SLLLEG01

User Exits : EXIT_SAPLSLL_LEG_CDPIR3_001

EXIT_SAPLSLL_LEG_CDPIR3_002

EXIT_SAPLSLL_LEG_CDPIR3_003

see all the exits and which one is useful to in that include Zprg. double click

and write your logic there,

I am not clear your requirement Custom Screen to view some information means

you want to display any popup message.

then you can check these Function modules.

POPUP_TO_DISPLAY_TEXT - display a two line message

POPUP_WITH_TABLE_DISPLAY - No. of lines you can display.

if any doubts reply

Regards

Ganesh

3 REPLIES 3

Former Member
0 Kudos

Hi,

Following are the Project and User Exits

Enhancement/Project Name : SLLLEG01

User Exits : EXIT_SAPLSLL_LEG_CDPIR3_001

EXIT_SAPLSLL_LEG_CDPIR3_002

EXIT_SAPLSLL_LEG_CDPIR3_003

see all the exits and which one is useful to in that include Zprg. double click

and write your logic there,

I am not clear your requirement Custom Screen to view some information means

you want to display any popup message.

then you can check these Function modules.

POPUP_TO_DISPLAY_TEXT - display a two line message

POPUP_WITH_TABLE_DISPLAY - No. of lines you can display.

if any doubts reply

Regards

Ganesh

0 Kudos

Hi Ganesh,

I am very thankful to your info.

My requirement is like below.

1. First i am creating one screen separately with some screen number. There I am displaying 3 fields. One is just Alert message. Second and third are expiry dates. OR I can use popup function modules as you suggested.

2.When ever user gives one delivery number in VL02N/VL03N and press enter then we need call custom screen which we created in point 1 with three fields just for information. They can’t edit those 3 fields and it should not show any impact to proceed further.

I can write logic in custom screen program for those 3 fields. Just I want to call that screen in to VL02n/VL03n when user gives the delivery number in initial screen.

Please suggest.

Kumar

0 Kudos

Hi,

Yes, after your validations whenever you require then you call the screen.

in the include program.

Regards

Ganesh