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

dialog program and function module

Former Member
0 Likes
370

hi experts,

i am new to ABAP.

can anyone help me with this?

both r different scenarios.

1st requirement:

i created a ztable with 4 fields having some data in it.

my requirement is:

create a screen with 4 fields from ur ztable with SAVE and CANCEL as push buttons.

if i enter some data in my fields and select SAVE, a pop-up-box should appear saying whether u want to save the data or not?

if i click 'yes' in my pop-up data should be saved in my ztable

saying 'data is saved successfully'.else if i click 'no' it should come out of the txion.

if i select CANCEL it should be in the same screen.

@@@@@@@@@@@@@@@@@@@@@@@@

2nd requirement:

create a function module step by step for adding two numbers without using the SE38 screen.

for example the import parameters itself should be

n1,n2,+(for addition)

@@@@@@@@@@@@@@@@@@@@@@

points will be rewarded if helpful..

1 REPLY 1
Read only

Former Member
0 Likes
303

Hi,

You can refer the standard program demo_dynpro_dictionary to learn that. In addition, for the pop up option you can use the POPUP_TO_CONFIRM function module.

Regards,

Renjith Michael.