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

Using interactive form to capture data from user u0096 please helpu0085.

Former Member
0 Likes
519

Hi folks,

I am trying to use an interactive form to capture some data from the user.

This is what I have planned to do

User runs a program which will have four function module calls

(FP_JOB_OPEN

FP_FUNCTION_MODULE_NAME

'Function modules which the above function module returned'

FP_JOB_CLOSE)

This will display a print box where I can click on the print preview to get the interactive form.

From here I am not sure how to go about, but following is what I can think …

Once the user enters the data in the form and he should be given some button to click(say ‘save’). This button click should trigger the program (PAI) which will read the data from the form (this data will be saved to a Z table)..

First of all, Can I do this? Please guide…

Note: I am not using WebDynpro ABAP or JAVA. Rather I am trying to use a Module pool + interactive form solution.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
485

ur doing in the correct way...do it and u will get the output....

Hi folks,

I am trying to use an interactive form to capture some data from the user.

This is what I have planned to do

User runs a program which will have four function module calls

(FP_JOB_OPEN

FP_FUNCTION_MODULE_NAME

'Function modules which the above function module returned'

FP_JOB_CLOSE)

This will display a print box where I can click on the print preview to get the interactive form.

From here I am not sure how to go about, but following is what I can think …

Once the user enters the data in the form and he should be given some button to click(say ‘save’). This button click should trigger the program (PAI) which will read the data from the form (this data will be saved to a Z table)..

First of all, Can I do this? Please guide…

Note: I am not using WebDynpro ABAP or JAVA. Rather I am trying to use a Module pool + interactive form solution.

Thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
486

ur doing in the correct way...do it and u will get the output....

Read only

0 Likes
485

could you tell me how to read data from the form ? which function module(s) to be used ?