2012 May 11 1:26 PM
Dear All,
Am creating Incident / Accident Log using BAPI : BAPI_BUS1240_CREATE.
Where am able to post all entries with success, But not able to Post Long Text for Description by passing entries in internal table
ACTION_LONGTEXT ..
Please Suggest how to proceed futher..
Thanks,
Bharathi.
2012 May 11 1:54 PM
The flg_action_longtext parameter is 'X' at the time of BAPI call? Have you looked at the code for the BAPI to be sure that you're meeting the conditions needed to add the text? Have you reviewed the FM documentation to be sure that you have structured your input correctly?
2012 May 14 11:03 AM
These are the parameters we are passing to the import of BAPI.
The above is the values to Tables of BAPI.
2014 Nov 25 3:14 PM
Dear Bharathipriya,
I am also facing the same problem in BAPI_BUS1240_CREATE function.
All fields are updated in Incident record except Long texts.
Did you solve this error?
Thanks.