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

Process Mode or Transaction Mode

herzelhaimharel_gilor
Participant
0 Likes
642

Hi Folks ,

i'm working on transaction BP in ECC 6.00 system .

i whish to know whather there's a function module that let me knwo what is the mode of the transaction/process , means that specify if the mode is create, change , or display .

thanks all .

2 REPLIES 2
Read only

Former Member
0 Likes
595

Hi Herzel,

Could you please share the solution, as i need it too, Thanks

Read only

0 Likes
595

Hi ,

use funcion

CALL FUNCTION 'BUS_PARAMETERS_ISSTA_GET'

IMPORTING

e_aktyp = <- here you get the entire process mode which let you know if your in change, display , etc.

Cheers.