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

FM error

Former Member
0 Likes
325

Hello all,

READ TABLE LT_ACTIVITIES ASSIGNING <LT_ACTIVITIES> WITH KEY ORDERID = <LT_ORDMAPS>-ORDID.

IF SY-SUBRC = 0.

CALL FUNCTION '/SAPAPO/DM_SETUP_ID_GET_ITEM'

EXPORTING

I_SETUP_ID = <LT_ACTIVITIES>-GROUP_ID

  • I_SETUP_GUID =

  • I_LANGU = SY-LANGU

IMPORTING

E_SETUP_ITEM = LV_SETUP_GROUP

  • E_LOCID =

  • E_SETUP_TEXT =

  • E_SETUP_ID =

  • E_SETUP_GUID =

  • EXCEPTIONS

  • NOT_QUALIFIED = 1

  • OTHERS = 2

.

ENDIF.

its going for a dump, " type Conflict when calling a function module ".

Johnn.

1 REPLY 1
Read only

Former Member
0 Likes
297

Please check the type definition of your field group_id and i_setup_id.

Both should be same !!