2014 Feb 17 6:32 AM
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
2014 Feb 17 6:48 AM
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
2014 Feb 17 6:48 AM
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
2014 Feb 17 6:57 AM
2014 Feb 17 7:18 AM