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

HI: REGARDING TABLE CDHDR

Former Member
0 Likes
2,283

HI,

I WANT TO SEE CHANGES MADE TO BOM & WHAT SHOULD BE THE OBJECTCLASS IN CDHDR TABLE TO VIEW IT AS IT IS REALLY URGENT TO ME.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,788

Try OBJECTCLAS = STUE or STUE_V.

For ObjectCLAS = 'STUE', pass object id as <Client> concatenated with <BOM Category> (as 'M') and <Bill of Material> (MAST-STLNR).

Say for example the client is 800 and Bill of material is 00003108, then the objectid passed should be 800M00003108.

You can get the table name (CDPOS-TABNAME) field name from CDPOS table (CDPOS-FNAME). You can search for DD03L/ DD03T for getting the table field names (texts).

Hope this helps.

Thanks,

Balaji

HI,

I WANT TO SEE CHANGES MADE TO BOM & WHAT SHOULD BE THE OBJECTCLASS IN CDHDR TABLE TO VIEW IT AS IT IS REALLY URGENT TO ME.

4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Likes
1,789

Try OBJECTCLAS = STUE or STUE_V.

For ObjectCLAS = 'STUE', pass object id as <Client> concatenated with <BOM Category> (as 'M') and <Bill of Material> (MAST-STLNR).

Say for example the client is 800 and Bill of material is 00003108, then the objectid passed should be 800M00003108.

You can get the table name (CDPOS-TABNAME) field name from CDPOS table (CDPOS-FNAME). You can search for DD03L/ DD03T for getting the table field names (texts).

Hope this helps.

Thanks,

Balaji

Read only

0 Likes
1,788

HI BALAJI,

i have made a report in which i have already used as what u have said but now i am making a report in which i have used MATERIAL FILED in objectclas for displaying changes to material and it is giving runtime error and it is saying :-

A RAISE statement in the program "SAPLMASS_GENERAL_UTILITIES" raised the

exception

condition "NOT_FOUND".

Since the exception was not intercepted by a superior

program, processing was terminated..

as i am using FUNCTION 'GET_FIELDNAME_TEXT_1. which is basically used or should i show u code fo program.

plzz help me out by providing solution of it as help will be definately rewarded.

Edited by: ric .s on Mar 1, 2008 8:38 AM

Read only

0 Likes
1,788

Hi Ric,

Sorry for the delay in sending this reply.

Can you send the code so that i can look into it?

Thanks,

Balaji