2012 Jun 16 1:56 PM
Hello,
We've a specific program copy of RPTENT00 that contains :
- a selection screen to choose a person
- a second screen with details of the person, that we can change
- after a clic on "enter" in this second screen, an error message is displayed in the bottom if data is wrong
We want to call this program in a function module and return the message.
How should we do?
KR;
Karim
2012 Jun 16 2:19 PM
2012 Jun 16 2:23 PM
it will just run the first screen, I need to "simulate" the enter clic and get the messages
Kr
Karim
2012 Jun 16 2:43 PM
1. Fnd the Tcode for this program
2. Then use CALL TRANSACTION... by passing your parameters....
Call trasaction has the option of Skiping screens ...
2012 Jun 17 4:25 PM
Hi Karim,
You can use submit program and pass selection options in an internal table. It supports a lot of other functions. Read the help text and see what fits your requirement.
Regards,
Shravan
2012 Jun 18 3:28 AM
Hi,
This thread seems same as your requirement and was solved. Give some look. Call an executable program inside function module and pass the table values
Regards,
Jake