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

ALE RBDMIDOC dump

Former Member
0 Likes
719

Hi All,

I am getting dump while running program RBDMIDOC for message type DEBMAS. The dump is ABAP/4 processor: DBIF_REPO_SQL_ERROR. Can any one have idea why this is occuring? Thanks in advance for your valuble suggestion

Hi All,

I am getting dump while running program RBDMIDOC for message type DEBMAS. The dump is ABAP/4 processor: DBIF_REPO_SQL_ERROR. Can any one have idea why this is occuring? Thanks in advance for your valuble suggestion

3 REPLIES 3
Read only

Former Member
0 Likes
616

Hi Jaiganesh,

You can try out folowing t-codes for error debugging

1.bd75

2.bdm2

3.sm58

4.bd87

RSEINB00 and RBAPP01 are the programs which are used to Post the IDOC to databse and process the inbound IDOC.

Also you can use following links for error debbuging

(1) /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process

(2) /people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide

(3)http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

(4)

(5)http://help.sap.com/saphelp_erp2005vp/helpdata/en/78/2178a651ce11d189570000e829fbbd/frameset.htm--

--This is for Message Control. See the Left Pane in this web page to get the ALE implementation for BAPI's also.

(6)/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment - Converson Rules Guidelines

(7) - Inbound Error Handling in ALE

Hope this solves your problem.

Note: Reward if useful

Read only

Former Member
0 Likes
616

The system is no longer linked to an ORACLE instance.

No further operations can be performed on the database.

What can you do?

You cannot eliminate this error yourself.

Please inform your database administrator.

Make a note of the actions and input which caused the error.

Read only

Former Member
0 Likes
616

Hi,

This problem is due to the changes in the DEBMAS idoc function mdouel.

Generally this problem is arised when there is changes in the function module of idoc.Every idoc FM contains different user-exits and badis.If there is any changes then it will give dump.

For this you have to go through the DEBMAS funciton module by debugging.

In BD60 you can find the function mdoule for DEBAMS.

Thanks,

shyla