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

Problem in ABAP Query

Former Member
0 Likes
837

Hi,

I migrated ABAP query from 4.7 to ECC 5.0.

On executing ABAP Query in version 4.7,a list gets generated having billing document.On double clicking on billing document it calls transaction VF03 and the value of Billing document passes to VF03 transaction.A Z program is present having the code SET PARAMTER PARAMETER ID.

CALL TRANSACTION VF03 PARAMETER ID.In table TRSTI entry for ABAP Query and Z program is present.

In version 5.0 both the ABAP Query and Z program is present.On Executing the query in version 5.0 it generates list containg billing document but on double clicking the biling document it does not call transaction VF03.No table entry present for ABAP Query and Z program in Table TRSTI.

I think that by someway this ABAP Query will be getting attached to the Z program and gets an entry in the table TRSTI.Please try to solve my problem how can i achieve this.

Regards,

Mukesh Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

i think maintaining entry in table via v_tsti (in sm30) is the only option to do so..ie to assign sender to recepient ,u have to maintain this table..

3 REPLIES 3
Read only

Former Member
0 Likes
593

Go to SQ01 and regenerate the ABAP Query.

Regards,

Ravi

Read only

0 Likes
593

Hi Ravi,

I regenerated that query but still the same problem.Can anyone will give me some right clue

Read only

Former Member
0 Likes
594

i think maintaining entry in table via v_tsti (in sm30) is the only option to do so..ie to assign sender to recepient ,u have to maintain this table..