Application Development 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: 

Table JEST (user status) in output requirement of customer quotation VA22

Werner_Magerl
Participant
0 Kudos
306

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

1 ACCEPTED SOLUTION

jogeswararao_kavala
Active Contributor
0 Kudos
152

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

1 REPLY 1

jogeswararao_kavala
Active Contributor
0 Kudos
153

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