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

va03 RIPW0-SERNR

Former Member
0 Likes
2,876

Good morning

I'm not able to find a table

T-code VA03 menu ---> Extras -


>Techical objects

pop-up; I need to know the table where is written "Serial Number" with F1 I find RIPW0-SERNR but is a structure.

Somebody could help me?

Thanks a lots

2 REPLIES 2
Read only

Former Member
0 Likes
1,416

Hi,

For the sales document and line item..From the table SER02 get the object number OBKNR based on the sales document (SDAUFNR) and line item (POSNR).

Then using the object number (OBKNR) get the serial number (SERNR) from the table OBJK..

Thanks

Naren

Read only

Former Member
0 Likes
1,416

Thanks Narendran Muthu...