Skip to Content
0
Former Member
Dec 20, 2010 at 07:11 AM

Dump CONNE_IMPORT_WRONG_STRUCTURE in BAPI_TRIP_GET_DETAILS after patch

475 Views

Hi,

I am using BAPI_TRIP_GET_DETAILS BAPI in my custom report. When i try to execute BAPI in my report or standalone, its throwing a dump after patching.

According new patch. Few more fields have been added to the structure PTK03. The should be in below order :

Standardfield 1

Standardfield 2

Customer Append (Custom field was added before the patch)

Standardfield 3

But after patch it is changed to :

Standardfield 1

Standardfield 2

Standardfield 3

Customer Append (Custom field was added before the patch)

Since the order is changed in the structure because of addition of fields, the standard function module is throwing an dump.

The BAPI_TRIP_GET_DETAILS function module intern uses the include RPC1TE00. The include RPC1TE00 has the structure called BELEG.

Can anyone suggest the fix <removed by moderator>.

Thanks and Regards,

Rashmi

Edited by: Thomas Zloch on Dec 20, 2010 9:02 AM - priority lowered