Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to create Long Text Using BAPI_BUS1240_CREATE

Former Member
0 Likes
709

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.

3 REPLIES 3
Read only

Former Member
0 Likes
660

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?

Read only

0 Likes
660

These are the parameters we are passing to the import of BAPI.

The above is the values to Tables of BAPI.

Read only

0 Likes
660

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.