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

REG: Status change

Former Member
0 Likes
359

Hi can somebody help me with the below scenario...

In Transaction VF02 in menu Header –>output, i need to change the status of the particular lets say as ZSED provided the condition as given below.

IN Transaction XD03 , sales area data , goto extras->texts.

If the textid ‘Routed Export Transaction’ is present for the given Customer in transaction XD03, then in the above screen shot ,the status in the traffic light signal should be of Processing status (green signal) , if the textid is not present for the given customer then it should show ‘Not Processed’ status (i.e.) red signal.

Hi can somebody help me with the below scenario...

In Transaction VF02 in menu Header –>output, i need to change the status of the particular lets say as ZSED provided the condition as given below.

IN Transaction XD03 , sales area data , goto extras->texts.

If the textid ‘Routed Export Transaction’ is present for the given Customer in transaction XD03, then in the above screen shot ,the status in the traffic light signal should be of Processing status (green signal) , if the textid is not present for the given customer then it should show ‘Not Processed’ status (i.e.) red signal.

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
327

I've never done this myself but I know that instead of assigning, for example, a Smartform to the output you can actually assign a custom program (or an FM) to it. Then this program will be executed at the output determination and you may set any "light" in it. The light is driven by the status in the NAST table, I believe.