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: 

starttransaction for more than one user

Former Member
0 Kudos

Hi,

is there any FM, TCODE or customizing way

to set an starttransaction for more than one user?

I see the starttransaction in table ARR_DATEU under

ID = START_TCD.

Thanks.

Regards, Dieter

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Did not find one, but it should not be too difficult to write a custom function or method that updates table AGR_DATEU directly.

Thomas

2 REPLIES 2

ThomasZloch
Active Contributor
0 Kudos

Did not find one, but it should not be too difficult to write a custom function or method that updates table AGR_DATEU directly.

Thomas

0 Kudos

Hi Thomas,

thanks for your answer.

I Find (by debugging) FMs: NAVIGATION_GET_START_TCODE and NAVIGATION_SET_START_TCODE.

Regards, Dieter