cancel
Showing results for 
Search instead for 
Did you mean: 

Subcontracting challan reconciliation

Former Member
0 Kudos

Hi Friends,

While reconciling Subcontracting challan i am getting ABAP dump error as follows

The call to the function module "J_1I7_USEREXIT_STATUPD_CHALLAN" is incorrect:

In the function module interface, you can specify only

fields of a specific type and length under "ITAB_EXCDTL".

Although the currently specified field

"WA_EXCHDR" is the correct type, its length is incorrect.

When i checked this functional module in SE37 Following is the source code mentioned there

FUNCTION J_1I7_USEREXIT_STATUPD_CHALLAN.

*"----


""Local Interface:

*" IMPORTING

*" REFERENCE(ITAB_EXCHDR) LIKE J_1IEXCHDR STRUCTURE J_1IEXCHDR

*" CHANGING

*" REFERENCE(ITAB_EXCDTL) LIKE J_1IEXCDTL STRUCTURE J_1IEXCDTL

*"----


Need your valuable inputs

Regards

Vive

Accepted Solutions (1)

Accepted Solutions (1)

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

Check the SAP note : 1103537. You will get some idea from this note.

Former Member
0 Kudos

Hi Alpesh,

Thanks for your help.Actually this note states if this Exit is not existing in system.Whereas in my case its existing but it is giving above mentioned error.

If anybody faced similar problem, Please Share

Regards

Vivek

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

Goto SE37 > Give function module name "J_1I7_USEREXIT_STATUPD_CHALLAN" > select 'Where used List(CtrlShiftF3)' option > select Programs only > it will take you to the program from where it is called. Can you send that portion of code from where it is called.

Former Member
0 Kudos

Hi Alpesh,

Thanks for your reply well i clicked on where used list and selected only program but there is no program attahced.

FUNCTION J_1I7_USEREXIT_STATUPD_CHALLAN.

*"----


""Local Interface:

*" IMPORTING

*" REFERENCE(ITAB_EXCHDR) LIKE J_1IEXCHDR STRUCTURE J_1IEXCHDR

*" CHANGING

*" REFERENCE(ITAB_EXCDTL) LIKE J_1IEXCDTL STRUCTURE J_1IEXCDTL

*"----


ENDFUNCTION.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Friends,

Waiting for your reponse !!

Regards

Vivek

Former Member
0 Kudos

Is there anyone who ever faced this kind of problem

Regards

Vivek