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

Without using Call Dialog statement

Former Member
0 Likes
613

Hi Experts,

I need to call a Dialog program from a standard program and I need the data which is processed by the dialog program. Since the CALL DIALOG statement is obsolete, could you please suggest me if there is any alternate way to achieve this?

3 REPLIES 3
Read only

Former Member
0 Likes
579

CALL TRANSACTION will work.

Read only

0 Likes
579

thanks for your reply

Could you please elaborate, because only using CALL TRANSACTION we cant get any return value.

I need to use the data which is processed by the dialog program.

Read only

matt
Active Contributor
0 Likes
579

If you need to use a dialog pool then you have to use CALL DIALOG. Obsolete isn't always obsolete in the SAP world!