cancel
Showing results for 
Search instead for 
Did you mean: 

Table and Field name for Procurement Type in Material component

Former Member
0 Kudos

Dear Experts,

I need to make an enhancement based on the Procurement type in Material Component. While doing the enhancement using User exit, I am unable to pick the Procurement type Value in debugging screen. I am unable to find where the Procurement type in Material component is stored. I checked in Table RESB, but i could find the value. .

Accepted Solutions (0)

Answers (5)

Answers (5)

hemanth_kumar46
Explorer
0 Kudos

Procurement indicator field is available in the table RSADD but values are empty , for this i found stnadrad Perform(Debugged CN23) , if we want to fetch the Procurment type use below perform in your program and get Procurment type cndok-prctype.

   PERFORM fill_knttp_text(saplcomd) USING resbd
                                            cndok-prctype IF FOUND.
Former Member
0 Kudos

Deaaer Ken,

Procurement indicator field in available in he table mentioned but the values are empty

kenmelching
Active Contributor
0 Kudos

It's defined in config, I started there and did a where-used. It's in RSADD.

Former Member
0 Kudos

Hi Ken

I thinking you are saying about Material Master data. But while adding a material component to a network Activity , a popup screen appears which shows the Procurement types, like Reservation for Network, Reservation for WBS Element or Reservation for WBS Element like that. Based on this reservation or PR is getting generated. These reservation values are stored in RESB, but the procurement indicator that we have selected appears in the Structure of the Reservation component. But i dont know where the procurement indicator is stored.

Regards

S.Sangeeth Kumar

MTerence
Active Contributor
0 Kudos

Hi Sangeeth,

Abaper is missing terribly some thing during debugging.

When the pop-up comes, put F1 on the procurement field and find out the table name.

Regards

Terence

kenmelching
Active Contributor
0 Kudos

RESB is just the reservation table. Procurement Type is MARC-BESKZ. You will need to know the plant and material number to search MARC.