‎2010 Sep 23 11:46 AM
Hi Experts,
I am using BAPI: "BAPI_BUS2001_CREATE" to create Project Definition.
I am passing all its mandate values and theres flag XSTAT(Statstical) and PLINT(Integrated Planning).
At a time we can pass only 1 ,either Statstical or Integrated Planning.
Problem:
Default values are maintain in table TCJ41.
If suppose for particular Project profile default value for PLINT = 'X' and I am passing XSTAT = 'X' then its give error
because it takes default value for PLINT = 'X' and also passed value i.e XSTAT = 'X'.
(Project definition cant have both as 'X').
please help me to overcome this issue.
Thanks in advance.
Thanks,
Ankit.
‎2010 Sep 23 11:51 AM
then explicitly use clear statement to overwrite the default value.i.e.
CLEAR <variable>.
‎2010 Sep 23 12:22 PM
‎2010 Sep 23 12:30 PM
Hi,
You can check the table TCJ41 and pass the value correctly to the BAPI. I don't understand what is the issue here?
Sujay
‎2010 Sep 23 1:20 PM
Hi Experts,
in Table TCJ41 default values are maintain.
So when i am not passing any values it will take default value-Thats Correct...
but When i am passing the value it takes both the values(Default and Passed one) and further it gives Dump.
Thanks,
Ankit.
Edited by: Ankit chheda on Sep 23, 2010 2:24 PM
Edited by: Ankit chheda on Sep 26, 2010 8:37 AM
Edited by: Ankit chheda on Sep 30, 2010 9:19 AM