Skip to Content
0
Nov 02, 2005 at 07:16 PM

External PERFORM to RQDAAM10

27 Views

Hi all,

There is a subroutine FILL_OBJECT_TAB in the SAP progarm RQDAAM10.

And in this subroutine uses a Work Area G_QDQLSEL.

I am planning to use the said Subroutine by passing values to the work Area G_QDQLSEL.

So I declared the same work area in my Z program.

And filled it with the required values.

And I went with the following stmt :

perform FILL_OBJECT_TAB in program RQDAAM10

changing G_QDQLSEL.

Problem: SAP gives a Dump.

I need ur help in sorting this issue.

Many Thanks

Kam