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

Periodic Appointment

Former Member
0 Likes
494

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

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
Read only

Former Member
0 Likes
445

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.