2008 Jan 22 6:22 PM
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
2008 Jan 22 6:26 PM
That is called External subroutine.
this is the way you can call form routine from program1 to program 2.
Thanks
Seshu
2008 Jan 22 6:26 PM
That is called External subroutine.
this is the way you can call form routine from program1 to program 2.
Thanks
Seshu
2008 Jan 22 8:39 PM
2008 Apr 09 12:17 PM
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.
2008 Apr 28 2:59 PM
Jani,
Model code corrections for your authority routine calls after SAP note 893139.
Regards,
R.D.