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: 

Which Table Has Production Order Material Revision Level

acamli
Explorer
0 Kudos

Hello everyone,

I am writing a new z-report. I need production order's material revision level's. Whel I check in the CO02 component overview screen, I can see RESBD-REVLV. But RESB table table has not data in REVLV field. How to reach RESBD-REVLV field? Whih table has this data?

Example, if CO02 component overview has a RA level and when i check the RESB-REVLV field, This field is empty.

Please help me this situation.

4 REPLIES 4

FredericGirod
Active Contributor
0 Kudos

You have two options :

Check where the data element is used in table (where used button in data element screen)

Do a SQL trace using ST05 transaction

Berinath
Participant
0 Kudos

Hi acamli,

___________________________

Once Check Out This Blog For Your Question : Revision level with production order You Will find a Solution.

___________________________


I hope it helps You 🙂

Reward it if Helpful

Thanks,

Berinath Ulisi.

0 Kudos

I saw this blog post but this one explain porduction order's revision level. But I need to production orders materials revision levels. I found a function for material's revision level. If i use tihs function and filter productions orders open date maybe it will solutions.

Function name: REVISION_LEVEL_TABLE_EXPORT

raymond_giuseppi
Active Contributor
0 Kudos
  • Perform some reverse-engeeniring on FM such as CO_BC_RESBD_OF_ORDER_GET
  • Did you find table VSRESB_CN (e.g. within SE84)
  • Did you try a SQL (ST05) or Abap trace (SAT, ST12) of the transaction