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: 

Periodic Appointment

Former Member
0 Kudos

Hello,

I want to send a periodic appointment from sap to outside world. I am using the class cl_appointment_rule for this. Whenever I am executing the program I am getting a screen which will contain the given rule. Ans we have to press enter for executing the program. I want to to skip this screen in my program. Please help me with the code.

Thank You.

Lijo

1 REPLY 1

Former Member
0 Kudos

Hi,

perhaps you have to do some customizing for this or you´re forgetting to pass a value to a parameter in your programme/class.

it could help if you call the programme with help of a transaction:

CALL TRANSACTION XXXX AND SKIP FIRST SCREEN.