‎2008 Mar 31 3:20 PM
Hi,
i have error when create project definition using BAPI_BUS2001_CREATE
i have error message Short ID has only 16 character(s) in bapi return table.
need sample code for using BAPI_BUS2001_CREATE or help regarding the error message.
thanks.
‎2008 Mar 31 5:43 PM
Hi Ihsen,
Your Object ID key requires 24 Characters. When the key contains digits only those have to be right-adjusted with leading ZERO.
Hope this solves your problem,
Heinz
‎2008 Mar 31 5:43 PM
Hi Ihsen,
Your Object ID key requires 24 Characters. When the key contains digits only those have to be right-adjusted with leading ZERO.
Hope this solves your problem,
Heinz
‎2008 Apr 02 7:55 AM
Hi,
You can use BAPI_PROJECT_MAINTAIN to create entire project structure. The BAPI mentioned by you creates Project Definition only. Would you share why only Project Defn is reqd to be created?
Regards
‎2008 Apr 02 9:01 AM