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

Short Dump while executing function module "IDOC_INPUT"

Former Member
0 Likes
567

Dear Friends,

We are trying to execute the function module "IODC_INPUT" and getting a short dump.

Basically the scnario is that we are trying to change an IDOC through transaction WE19 and then we execute the same by pressing tab "STANDARD INBOUND".

But as soon as we press this button we get the short dump. whereas if I process the IDOC by pressing tab "Inbound Function Module" , there is no error and we are able to process the idoc successfully.

Request you to please guide why this problem is there and what is the resolution for the same.

Regards,

Lalit Kabra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
496

Hi,

did you change the add and idoc segments to the standard IDOC? did you use any exits to do so?

I suggest you on the debugger before pressing the "standard INBOUND"

button and check where you are getting dump.

else provide more information so that we can sort it out.

thaks,

nazeer

2 REPLIES 2
Read only

Former Member
0 Likes
497

Hi,

did you change the add and idoc segments to the standard IDOC? did you use any exits to do so?

I suggest you on the debugger before pressing the "standard INBOUND"

button and check where you are getting dump.

else provide more information so that we can sort it out.

thaks,

nazeer

Read only

0 Likes
496

Hi Nazeer,

Thanks a lot for quick response.

We are getting the dump with error ""Type "IDOC_DATA_CRYPTION" is unknown"". We just pressed the button STANDARD INBOUND and it gave us the error.

Even when I execute this FM stand alone then just after pressing F8, it gives me Dump instead of the selction screen of the Function module.

I tried running this FM on my IDES system and there I can see the selction screen and there is no dump.

To me it seems that I need to do some settings so that this fm can be executed sucessfully.

Request you to please help and guide me.

Regards,

Lalit Kabra