Application Development 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: 

How to call Infotype Module Program from an executable prog

Former Member
0 Kudos

Dear Gurus

I need your help and ill be very grateful if you help me out with my query.

My query is that. when we use pa30 transaction and enter the personal number and enter the infotype to create data it opens an Module Pool program with screen.

I'm trying to make a report through which i want to call that infotype module pool program.

the problem I'm facing is that I'm not able to send the parameters to that module program.

Ill be very thankful to you if you help me out.

Regards

Saad

2 REPLIES 2

Former Member
0 Kudos

use the following code.

SET PARAMETER ID 'PER' FIELD personal_number.

CALL TRANSACTION 'PA30' AND SKIP FIRST SCREEN.

pass valid pernr to personal_number.

0 Kudos

how to access the create button in pa30 through my program..

is there any parameter for that?