cancel
Showing results for 
Search instead for 
Did you mean: 

Define object type for object link

Former Member
0 Kudos

Hi there;

I'd like to create an object type to link in Cproject a purchase requisition.

I'm in IMG -> CPROJECT -> STRUCTURE -> DEFINE OBJECT TYPES FOR OBJECT

LINKS, press NEW ENTRIES but after I don't know the right way to

proceed.

I tried to follow manual, check ABAP program flow but at the end no result.

Could you help me about the method to create it new object type?

Here below main steps I made (without positive result):

- Create new object type in IMG -> CPROJECT -> STRUCTURE -> DEFINE OBJECT TYPES FOR OBJECT

LINKS

- Try to define key for new obj type (by SE11)

- Define Proxy class; I use same Proxy classe used for Purchase Order Item object link

- Define R3 proxy class; I use same Proxy classe used for Purchase Order Item object link

- Open view in R3 based on table EBAN

- Set-up in IMG reference to this R3 view

Any suggestion?

Thanks so much

Bye

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For this, you need to create Key, Proxy class and search field.

Logically if you use same Proxy class and key as that of PO then the system will search for PO number rather than PR.

I hope you are clear now.

Take help of an ABAPer

Niranjan

Let me know if it helps !!!

Former Member
0 Kudos

Ok, good suggestion; I worked by ABAP on new proxy class and solve problem.

Thanks

Bye

Answers (0)