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

Active status from table JEST

Former Member
0 Likes
1,297

Hi gurus,

Can anyone give me an idea on how to code for the below situation?

- If 2 system status exist in functional location, only the high priority status will be populated. For example, if CRTE and DLFL active for a specific functional location, select only DLFL value.

Thanks in advance.

Regards.

Hi gurus,

Can anyone give me an idea on how to code for the below situation?

- If 2 system status exist in functional location, only the high priority status will be populated. For example, if CRTE and DLFL active for a specific functional location, select only DLFL value.

Thanks in advance.

Regards.

4 REPLIES 4
Read only

Former Member
0 Likes
1,031

Firstly read the status through FM BAPI_FUNCLOC_GETSTATUS

Now all your system status are in a internal table . Now pick the most recent one as per your requirement

~hitesh

Read only

Former Member
0 Likes
1,031

Hi Kyra,

Do you want the output display of all the Active statuses OR

you want to change the status ?

Read only

0 Likes
1,031

Hi,

I want the output display of all the Active statuses.

Read only

0 Likes
1,031

hope my soln solves your problem

still you had any doubts you are welcome

~hitesh