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: 

PERFORM authority_begin(rsaqexce) using zco_act_tab_access?

Former Member
0 Kudos
266

Hi all,

PERFORM authority_begin(rsaqexce) using zco_act_tab_access.

what is the significance of using rsaqexce in brackets.

thanks

goldie.

Edited by: Alvaro Tejada Galindo on Apr 28, 2008 4:39 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos
133

That is called External subroutine.

this is the way you can call form routine from program1 to program 2.

Thanks

Seshu

4 REPLIES 4

Former Member
0 Kudos
134

That is called External subroutine.

this is the way you can call form routine from program1 to program 2.

Thanks

Seshu

0 Kudos
133

Thanks seshu.

0 Kudos
133

following codd i use in 4.6 but in ECC 6.0 syntax is change so can u tell correct syntax?

PERFORM AUTHORITY_BEGIN(RSAQEXCE).

PERFORM AUTHORITY(RSAQEXCE) USING 'EKKO'.

PERFORM AUTHORITY(RSAQEXCE) USING 'LFA1'.

PERFORM AUTHORITY(RSAQEXCE) USING 'EKPO'.

PERFORM AUTHORITY(RSAQEXCE) USING 'EBAN'.

PERFORM AUTHORITY_END(RSAQEXCE).

PERFORM %COMP_LDESC.

0 Kudos
133

Jani,

Model code corrections for your authority routine calls after SAP note 893139.

Regards,

R.D.