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

Program 'AQZZZGBSD=======MARGINREPORT1=' does not exist in ECC 6.0

Former Member
0 Likes
1,601

Hi Team,

We are in the process of upgrade from 4.6c to ECC6.0.

Here I am having the problem with the following programs,

1. AQZZZGBSD=======MARGINREPORT1= (Report)

2. AQZZZGBSD=======MARGINREPORT2= (Report)

3. AOBE_ADDON_BTE_MANAGER (Function module)

4. UPDATE_FEBKO_STATUS (Function module)

The above objects are present in 4.6c but not available in ECC6.0.

Could any one please suggest me the replacement of these programs in ECC 6.0.

Thanks,

Rakesh Reddy K.

1 ACCEPTED SOLUTION
Read only

former_member632458
Participant
0 Likes
1,123

Hi ,

These r SAP Queries So osme time queris r created at production system and they send T-codes ony with Programme name. Actually those programmes r not availble inDev So,That must be the reason .

warm regards,

rajesh S.

Hi Team,

We are in the process of upgrade from 4.6c to ECC6.0.

Here I am having the problem with the following programs,

1. AQZZZGBSD=======MARGINREPORT1= (Report)

2. AQZZZGBSD=======MARGINREPORT2= (Report)

3. AOBE_ADDON_BTE_MANAGER (Function module)

4. UPDATE_FEBKO_STATUS (Function module)

The above objects are present in 4.6c but not available in ECC6.0.

Could any one please suggest me the replacement of these programs in ECC 6.0.

Thanks,

Rakesh Reddy K.

5 REPLIES 5
Read only

former_member632458
Participant
0 Likes
1,124

Hi ,

These r SAP Queries So osme time queris r created at production system and they send T-codes ony with Programme name. Actually those programmes r not availble inDev So,That must be the reason .

warm regards,

rajesh S.

Read only

0 Likes
1,123

Hi Rajesh,

Thanks for giving the reply.

These programs are available in both development and production systems in 4.6c.

Thanks,

Rakesh.

Read only

0 Likes
1,123

This might help you .

[Query not transported in upgrade|https://forums.sdn.sap.com/click.jspa?searchID=25472540&messageID=3395055]

Read only

0 Likes
1,123

Hi All,

Could you please suggest me the replacement of the function module AOBE_ADDON_BTE_MANAGER in ECC 6.0.

Thanks,

Rakesh.

Read only

0 Likes
1,123

When we execute query, program is generated which is something like AQZZZ------.This name may change when execute in DEV or QA or PRD syatem. Now to get exact program name you can use function mudule 'RSAQ_REPORT_NAME'. This FM gives query report name. Then you can use FM 'RSAQ_SUBMIT_QUERY_REPORT' to execute generated report.