cancel
Showing results for 
Search instead for 
Did you mean: 

Got error "Internal error (-1003) occurred [Message 131-183]" while finding record in Goods Issue Form

Former Member
0 Kudos

Hi Experts ,

I am facing the below error while loading the data into matrix in FormDataLoad Event.

Internal error (-1003) occurred  [Message 131-183]

Scenario:

I added one tab in goods issue form,under that tab I added one matrix control. While adding the Goods Issue data I am adding matrix data into separate UDO in FormDataAdd Event using DIAPI General Service.

I am loading the Data into Matrix by using FormDataLoad Event while finding the goods issue record.

While I am doing this, matrix data was loading perfectly which I had written in code but Goods Issue details was showing error without loading details. For your reference I attached screen shot.

Code which I have used in FormDataLoad Event:

ObjRecDataTable = ObjForm.DataSources.DataTables.Item("PSlip")

ObjRecDataTable.ExecuteQuery(StrSql)

ObjMatrix.LoadFromDataSource()

Note:

It's working fine when we are navigating the records instead of finding the record.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What is the result of the StrSql when finding the record? Maybe the query can't retrieved any records.

Regards,

Bry

Blog: http://www.sap-tips-tricks.com/

Former Member
0 Kudos

Hi ,

Actually the Query was retrieving the records and displaying in the Matrix,you can see that in attachment and also it is not showing any exception in coding.

After doing this operation the above mentioned error was displaying in SAP.

If I find the Goods Issue records without this code means , it was not showing any error message.

Because of that only I am guessing there was some error occurring due to this code.

Thanks,

Ramkumar