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

Need to understand standard BAPI execution

Jitendra_Kansal78
Product and Topic Expert
Product and Topic Expert
0 Likes
1,067

Hi Experts,

Need a clarification.

I am executing one standard BAPI  in BAPI_PROJECTDEF_GETDETAIL in ECC system.


I got one test data: I/3009 for both input fields. When i  pass the same data for both input fields i am getting the output.

My question is:

When i look at Import parameter>Associated types, i find that there are two component types for associated type of  CURRENTEXTERNALPROJE (CHAR, NUMC) but only one component type for associated type of  CURRENTINTERNALPROJE(NUMC)

Why value (I/3009) which has a symbol parameter ("/") is being accepted by CURRENTINTERNALPROJE ? It shouldn't right?

Rgrds,

Jitendra

Regards, Jitendra
1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,025

Hi Jitendra

Just for your information the SAP stores the data of Project definition as follow.  One contains the external representation which is character stuff and other is internal number generation which is NUMC

Check the below screen shot. PSPNR has the conversion exit attached to it.

Nabheet

3 REPLIES 3
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,026

Hi Jitendra

Just for your information the SAP stores the data of Project definition as follow.  One contains the external representation which is character stuff and other is internal number generation which is NUMC

Check the below screen shot. PSPNR has the conversion exit attached to it.

Nabheet

Read only

Former Member
0 Likes
1,025

Hi, look at domain PS_PSPNR  for field PROJ-PSPNR

Read only

Jitendra_Kansal78
Product and Topic Expert
Product and Topic Expert
0 Likes
1,025

Thanks Nabheet and Maxim,

I understood it now. Let me try it.

Rgrds,

Jitendra

Regards, Jitendra