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

BAPI ISSUE

RKSK
Participant
0 Likes
574

Hii,

I am given the task to made BAPI for transaction CIC0, i have made it but its giving dump all data is coming in the internal table but when we call the BAPI it give shot dump. I have used the BAPI function 'BAPI_ACTIVITYCRM_CREATEMULTI'

What to do please help me as i have to complete this task within a week.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

check ST22 , u will get some idea from where this short dump occured.

Regards

Prabhu

3 REPLIES 3
Read only

Former Member
0 Likes
531

Hi Rachit,

Make sure the data type you are passing to BAPI is the same as BAPI data type. There is no conflict. Check if all Required values are passed.

Regards

Arun

Read only

0 Likes
531

Hi Arun,

I have checked and i think the data i m passing in BAPI is correct as i have taken all in the internal tables which have the same type as that of BAPI please have a look on the data type i have taken and suggest what i have to do now please help as i have to solve this issue as fast as possible. If you need any other information then please tell mee.

DATA : gt_header LIKE bapibus2000110_header_ins OCCURS 0 WITH HEADER LINE,

: gt_headerx LIKE bapibus2000110_header_insx OCCURS 0 WITH HEADER LINE,

: gt_partner LIKE bapibus20001_partner_ins OCCURS 0 WITH HEADER LINE,

: gt_partnerx LIKE bapibus20001_partner_insx OCCURS 0 WITH HEADER LINE,

: gt_organisation LIKE bapibus20001_orgman_ins OCCURS 0 WITH HEADER LINE,

: gt_organisationx LIKE bapibus20001_orgman_insx OCCURS 0 WITH HEADER LINE,

: gt_date LIKE bapibus20001_appointment_ins OCCURS 0 WITH HEADER LINE,

: gt_datex LIKE bapibus20001_appointment_insx OCCURS 0 WITH HEADER LINE,

: gt_text LIKE bapibus20001_text_ins OCCURS 0 WITH HEADER LINE,

: gt_textx LIKE bapibus20001_text_insx OCCURS 0 WITH HEADER LINE,

: gt_reason LIKE bapibus2000110_reason_ins OCCURS 0 WITH HEADER LINE,

: gt_reasonx LIKE bapibus2000110_reason_insx OCCURS 0 WITH HEADER LINE,

: gt_outcome LIKE bapibus2000110_outcome_ins OCCURS 0 WITH HEADER LINE,

: gt_outcomex LIKE bapibus2000110_outcome_insx OCCURS 0 WITH HEADER LINE,

: gt_status LIKE bapibus20001_status_ins OCCURS 0 WITH HEADER LINE,

: gt_statusx LIKE bapibus20001_status_insx OCCURS 0 WITH HEADER LINE,

: gt_location LIKE bapibus2000110_location_ins OCCURS 0 WITH HEADER LINE,

: gt_locationx LIKE bapibus2000110_location_insx OCCURS 0 WITH HEADER LINE,

: gt_input_fields LIKE bapibus20001_input_fields OCCURS 0 WITH HEADER LINE,

: gt_created_process LIKE bapibus20001_header_ins OCCURS 0 WITH HEADER LINE,

: gt_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE,

gt_return2 LIKE bapiret2 OCCURS 0 WITH HEADER LINE.

Read only

Former Member
0 Likes
532

check ST22 , u will get some idea from where this short dump occured.

Regards

Prabhu