cancel
Showing results for 
Search instead for 
Did you mean: 

What is 'CurrentInternalProje' key field in 'BAPI_PROJECTDEF_GETDETAIL'.

Former Member
0 Kudos

Hi,

I am working on retrieving the project information from SAP using 'BAPI_PROJECTDEF_GETDETAIL'.

The GetDetail Method has two key fields

1. CurrentExternalProje

2. CurrentInternalProje

What are these key fields and what kind of value need to be passed in these fields while retrieving information from SAP.

Thanks for your suggestions.

Regards,

Vikas Khandpur

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1. CurrentExternalProje

2. CurrentInternalProje

Both are cross checked with PROJ table but <b>CurrentExternalProje </b> is cross checked with PROJ table, PSPID is the field (this is the one which shows up on the SAP screen, in other words this is the external representation ) on the other hand <b>CurrentInternalProje</b> is cross checked with PROJ table, PSPNR is the field (this is the one which SAP uses for selection ).

SAP did this weird thing with PROJ table, when you try to select the data in SE16 for PROJ and do the drop down on PSPNR, the help shows the PSPID rather than the PSPNR.

regards

Shravan

Former Member
0 Kudos

Hi Shravan

Thanks for the reply.

Can you please tell me how can I get the PSPNR (CurrentInternalProje) value (to be passed in BAPI_PROJECTDEF_GETDETAIL') while retrieving information about Project.

Regards,

Vikas Khandpur

Former Member
0 Kudos

Vikas,

Go to SE16 for table PROJ, and list the entries. Use one of them.

regards

Shravan

Answers (0)