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

Recreating a Report

Former Member
0 Likes
700

Hi all ,

A collegue in america send me these files attached in Email of a program

AGING_REPORT_abap_code.txt - that is the Main Report code

The following 2 are the includes.

ZMMPUR_ALV_REPORTING_TOP_abap_code.txt

ZMMPUR_ALV_REPORTING_LAYOUT_abap_code.txt

Aging_report_text_elements.txt looks as follows

I;001     ;Select Report to run:
I;002     ;Age Buckets:
I;010     ;Select currency for Aging buckets:
I;T01     ;Vendor Age Analysis Report
I;T02     ;Customer Age Analysis Report
I;T03     ;Vendor and Customer Age Analysis Report
R;        ;Vendor/Customer Age Analysis Report
S;P_BUKRS ;        Company code
S;P_DATE  ;        Key date for Open Items
S;P_DOC   ;        Document currency
S;P_LOC   ;        Local currency (US$)
S;R_CUS   ;        For Customers
S;R_VEN   ;        For Vendors
S;S_KUNNR ;        Customer number
S;S_LIFNR ;        Vendor number
S;S_SAKNR ;        G/L Account number
S;VARIANT ;        Custom Layout  for Output

Aging_report_GUI_interface.txt looks more like as follows (Didnt copy the whole thing,as it is a bit too long)

------------------------------------------------------------------------------------------------------------------------------------
Interface Attributes
------------------------------------------------------------------------------------------------------------------------------------
Program:             TS_FIN_AGING_REPORT
Maint. Lang.:        EN English
Output Lang.:        EN English
Created:                  07/29/2008 20:57:52
Changed:                          00/00/0000 00:00:00
Generated:                        12/02/2008 14:33:30
------------------------------------------------------------------------------------------------------------------------------------
Status List
Status               Short Documentation                                          Stat.Type
------------------------------------------------------------------------------------------------------------------------------------
RELHIST              Rel;ease History popup                                       Dialog Box
STANDARD             Standard for General List Output in Fullscreen Grid          Screen
------------------------------------------------------------------------------------------------------------------------------------
Functions with Static Texts
Function Code        T Function Text                            S
                       Icon                           Icon text
                       Info. Text
------------------------------------------------------------------------------------------------------------------------------------
%ML                    Folder                                   F

%PC                    Local file...                            L
                       ICON_EXPORT

%SC                    Find                                     F
                       ICON_SEARCH

%SC+                   Find next
                       ICON_SEARCH_NEXT

%SL                    Mail recipient                           M
                       ICON_MAIL

&ABC                   ABC analysis                             A
                       ICON_ABC

Can I Recreate a program in a test system with these things what he has send me(Especially with the Text elements & GUI_interface file ) so that I could debug it...

Thanks

P

Hi all ,

A collegue in america send me these files attached in Email of a program

AGING_REPORT_abap_code.txt - that is the Main Report code

The following 2 are the includes.

ZMMPUR_ALV_REPORTING_TOP_abap_code.txt

ZMMPUR_ALV_REPORTING_LAYOUT_abap_code.txt

Aging_report_text_elements.txt looks as follows

I;001     ;Select Report to run:
I;002     ;Age Buckets:
I;010     ;Select currency for Aging buckets:
I;T01     ;Vendor Age Analysis Report
I;T02     ;Customer Age Analysis Report
I;T03     ;Vendor and Customer Age Analysis Report
R;        ;Vendor/Customer Age Analysis Report
S;P_BUKRS ;        Company code
S;P_DATE  ;        Key date for Open Items
S;P_DOC   ;        Document currency
S;P_LOC   ;        Local currency (US$)
S;R_CUS   ;        For Customers
S;R_VEN   ;        For Vendors
S;S_KUNNR ;        Customer number
S;S_LIFNR ;        Vendor number
S;S_SAKNR ;        G/L Account number
S;VARIANT ;        Custom Layout  for Output

Aging_report_GUI_interface.txt looks more like as follows (Didnt copy the whole thing,as it is a bit too long)

------------------------------------------------------------------------------------------------------------------------------------
Interface Attributes
------------------------------------------------------------------------------------------------------------------------------------
Program:             TS_FIN_AGING_REPORT
Maint. Lang.:        EN English
Output Lang.:        EN English
Created:                  07/29/2008 20:57:52
Changed:                          00/00/0000 00:00:00
Generated:                        12/02/2008 14:33:30
------------------------------------------------------------------------------------------------------------------------------------
Status List
Status               Short Documentation                                          Stat.Type
------------------------------------------------------------------------------------------------------------------------------------
RELHIST              Rel;ease History popup                                       Dialog Box
STANDARD             Standard for General List Output in Fullscreen Grid          Screen
------------------------------------------------------------------------------------------------------------------------------------
Functions with Static Texts
Function Code        T Function Text                            S
                       Icon                           Icon text
                       Info. Text
------------------------------------------------------------------------------------------------------------------------------------
%ML                    Folder                                   F

%PC                    Local file...                            L
                       ICON_EXPORT

%SC                    Find                                     F
                       ICON_SEARCH

%SC+                   Find next
                       ICON_SEARCH_NEXT

%SL                    Mail recipient                           M
                       ICON_MAIL

&ABC                   ABC analysis                             A
                       ICON_ABC

Can I Recreate a program in a test system with these things what he has send me(Especially with the Text elements & GUI_interface file ) so that I could debug it...

Thanks

P

4 REPLIES 4
Read only

Former Member
0 Likes
670

You can upload all the files.

GUI status no idea..

Edited by: Kohinoor72 on Oct 26, 2011 10:21 AM

Read only

0 Likes
670

How can I upload the GUI Status.

Can any one help...Actually I want to upload the whole program....

Read only

0 Likes
670

no offense, but while staring on the screen awaiting this thread to update you could have done it manually as well.

Report and INCLUDE data should be copy and pasteable, manually create status and text elements. It doesnt look like a monster task.

Read only

0 Likes
670

Hi Florian,

My main point was how to upload the GUI_status file.I dont want to do it manually as it is a bit too big....