Skip to Content
0
Former Member
Jan 13, 2008 at 06:20 AM

dialog program and function module

67 Views

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..