2016 Jun 19 3:21 PM
Hello,
how can I access and use table JEST (user status) in output requirement of customer quotation (VA22)?
Or access maybe in KOMKBV1_FILL?
I need to check the user status and stop/start output depending the user status.
But when using SELECT * JEST I found out, that JEST was not saved yet, so the SELECT got the "old" values,
but not the actual ones.
Any help is welcome!
thanks
Werner
2016 Jun 19 3:31 PM
Werner
For your task you need to write your code in a suitable user-exit or BAdi while using function module STATUS_READ which gives you the run-time Status of the document (I guess it to be a Quotation) as per your requirement.
Good luck
KJogeswaraRao
2016 Jun 19 3:31 PM
Werner
For your task you need to write your code in a suitable user-exit or BAdi while using function module STATUS_READ which gives you the run-time Status of the document (I guess it to be a Quotation) as per your requirement.
Good luck
KJogeswaraRao