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

structure holding Object Dependency value in CS02 transaction

karthik_rajaspic
Participant
0 Likes
804

hi,

my requirement is to perform a item validation for CS02 transaction.

when the user is within the CS02 transaction (item details), and hits ENTER or SAVE, i need to validate the items.

i have written the validation in the standard program LCSDIFAX. here, i am able to get all the values for a particular line item except the Object Dependency.

there is a field RC29P-KZBEZ which is set when an OD exist for that particular line item. but, i am not able to find how it is set during the debugging.

can you please help me with the structure name which will have the value of OD when the control is in LCSDIFAX?

thanks.

you can't maintain a bom object dependency similar to bom items. you need to delete the existing one and create the new one using CSAP_BOM_ITEM_MAINTAIN.

hence closing.

2 REPLIES 2
Read only

karthik_rajaspic
Participant
0 Likes
627

you can't maintain a bom object dependency similar to bom items. you need to delete the existing one and create the new one using CSAP_BOM_ITEM_MAINTAIN.

hence closing.

Read only

0 Likes
627

sorry. the above one is not the answer for this.

you can't get the OD value unless you navigate to that particular sub screen where OD is maintained.

from item list, you can get an 'X' value at RC29P-KZBEZ if the OD is maintained.

this comes from the table control used in the SAP program.

this is the correct answer.