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

Classical Report

Former Member
0 Likes
870

Hi,

Pls guide me as to how to call a pop up in a classical report.In this pop up,I have to show the list.

Helpful answers will be rewarded.

Regards,

Sipra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
838

Hi,

try using 'C14A_POPUP_LIST_DISPLAY'.

also search with terms POPUP in SE37.

Cheers

VJ

7 REPLIES 7
Read only

Former Member
0 Likes
839

Hi,

try using 'C14A_POPUP_LIST_DISPLAY'.

also search with terms POPUP in SE37.

Cheers

VJ

Read only

Former Member
0 Likes
838

Hi

You call the Function Module TH_POPUP , You can pass the message to be dispalyed on that popup

NOTE* This Will Display only the message not the POpup List .

Message was edited by:

Badarinarayan Patil

Read only

Former Member
0 Likes
838

SEARCH POPUP IN SE37.

SHIBA PRASAD DUTTA

Read only

former_member186741
Active Contributor
0 Likes
838

do you mean you want a secondary report to come up in its own window?

If so, after an 'at line-selection' event use the window command, then all writes will appear in a separate window to the primary report.

eg,

WINDOW STARTING AT 1 15

ENDING AT 79 23.

WRITE 'Text'.

Read only

former_member404244
Active Contributor
0 Likes
838

Hi Sipra,

check the below FM'S

POPUP_EXCEPTION_LIST POPUP_TO_DECIDE_LIST POPUP_NO_LIST

POPUP_GET_SELECTION_FROM_LIST

POPUP_TO_CHANGE_LIST_FIELD

POPUP_TO_CHANGE_SHOPPING_LIST

POPUP_WITH_TABLE_DISPLAY_OK

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE

Regards,

Nagaraj

Read only

abdul_hakim
Active Contributor
0 Likes
838

hi

u hv to use WINDOW STARTING AT XX ENDING AT YY option..

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
838

THNX FOR CONTRIBUTING IN SOLVING MY PROBLEM.

REGARDS,

SIPRA