‎2011 Sep 22 2:26 PM
Hi Friends,
I am using this FM bapi_projectdef_existencecheck to check if Projects exist in system.
In this we are using 2 parameters , 1) currentexternalproje and 2) currentinternalproje.
my reqyutrement is i am uploading the file data passing external parameter but in don't know which input i want to give for currentinternalproje to check the projects exits in the system.
kindly clarify.
regards,
kumar.
‎2011 Sep 22 2:31 PM
Hi
If you feel which is internal and which is external, then take a project and goto proj table and pass it.
try passing the internal and external which gives you entry then use the same in BAPI.
Shiva
‎2011 Sep 22 2:52 PM
Hi Siva,
my requirement is, the input file data coming from application server.
so i am passing the the external data into one parameter of currentexternalproje in bapi_projectdef_existencecheck
but my question is which parameter i want to pass to currentinternalproje parameter in BAPI??
mean i have only external parameter not having internal parameter to check the project exists in SAP.
kindly clarify.
regards,
kumar.
‎2011 Sep 22 3:10 PM
Hi,
By means one of the key fields can be initial, you can pass your value for the project to CURRENTEXTERNAL and define a variable of type CURRENTINTERNALPROJE and pass it (without any value). FM Internally handles that. You just have to pass a variable of the same type and it does not need to have any value.
Try it.
It will work.
Thanks,
Sai Ramesh
‎2011 Sep 22 4:27 PM
‎2011 Sep 22 2:40 PM
Hi Kumar,
1) Check from the table 2) Read the documentation and long text once.3) Check with your functional people and take the data and pass it.That will help you.
Regards,
Madhu
‎2011 Sep 22 2:58 PM
Hi Madhu,
I have checked the BAPI Documenation.
in documenatation... The internal and external keys for the project definition CURRENTEXTERNALPROJE and CURRENTINTERNALPROJE are obligatory import parameters; one of the two keys can remain initial.
so can we say 2 parameters are Mondatory feilds. and i am not understood what i exactly mean by " one of the two keys can remain initial".
Please clarify.
regards,
Kumar.