‎2007 Nov 15 4:57 AM
Hi,
In VA02 transaction in sales tab table control there is a column 'Reason of rejection' as list box.
my requirement is when ever the reason has changes i have to trigger some code. for that i have assigned function code(REJCT) to that list box and written code. now the logic is working but in the end it is given an error message.
'Request function REJCT is not available here'.
so i cleared the function code in the end of my logic then i am getting the follwoing error.
'Flow control: entry SAPMV45B, , ,,*,is missing in T185
Can any body know how solve this.
Thanks in advance,
sudheer. A
Message was edited by:
sudheer Addepalli
‎2007 Nov 15 5:00 AM
Hi,
You can use the userexit userexit_check_vbap which is available in the include MV45AFZB...
There you can check if the Reason for rejection changed..Then trigger your code..
Ex..
if vbap-augru <> *vbap-augru. " Previous reason for rejection.
***Trigger your code..
Endif.
Thanks
Naren
‎2007 Nov 15 5:01 AM
This Table T185 contains the FLOW logic data for the screens.
You need to have the control of the SAPMV45B.
Look at the FM SCREEN_SEQUENCE_CONTROL to make control of the screen.You can also check the Tocde VFBS for more information.
Regards
Naimesh Patel