Change display to avl grid in standard program

Hi,
My requirment is to modify the standard report for Creditors outstanding (monthly ageing - S_ALR_87012085), the output of this report is in hierarchical ALV, but I want to display it in Grid format. In the standard program there is call to subroutine to display in alv grid, but when I call the subroutine the it shows no records.
Pleace help me on this issue.
Thanks,
Sai.

HI,
1. check your internal table data, wheather they are present or not.
2. check wheather the technical setting of the columns of the  grid are compateble to the corresponding data or not.
Regards,
Anirban

Similar Messages

  • Change/Display in ALV Grid

    Hello All,
    I am using FM 'REUSE_ALV_GRID_DISPLAY'.  It is required that when the user presses a button on the screen, that a few fields toggle from display mode to changed mode.  I know that setting the input and edit fields to X for the field catalog table will allow a user to change the table but only on the initial display of the grid.  Does anyone know how I toggle between the change and display mode of the ALV grid?  Thanks for your help in advance.
    John

    Hello Ashish,
    I am setting V_SELFIELD-REFRESH = 'X' in my program.  I debugged it and found that the sy-subrc is 1 after it passes the FM REUSE_ALV_LIST_LAYOUT_INFO_GET.  Do you have any idea as to why this would be 1 and not 0?  This is my code so far:
          CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET'
           IMPORTING
             ET_FIELDCAT                      = int_fcat[]
          TABLES
            ET_OUTTAB                        = itab[]
           EXCEPTIONS
             NO_INFOS                         = 1
             PROGRAM_ERROR                    = 2
             OTHERS                           = 3
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.

  • How can I display error log of a standard program in my custom program?

    Hello Experts,
    I have a requirement where I submit a standard program from my custom module pool program as a background job. I use the TO SAP-SPOOL and thus the log is available when I go to SM37 and check the spool list. I have a requirement that I display this log in a tab within my module pool after the completion of the program. I am unable to fins a proper solution to this. I have both the spool number & the log number but I am unable to find function modules which will help me print them within my program. I found many ways to display it but as full screen and not with in my program.
    Could someone please help me with this.
    Thank You

    Hi,
    FM to read a spool request is "RSPO_RETURN_ABAP_SPOOLJOB".
    If the error log is displayed as a list output in the standard program, you can also use the syntax SUBMIT Program... and RETURN with export to memory addition.
    Then you will be able to read the list output from memory.
    Regards,
    Munesh.

  • Problem in changing the internal table contents of a standard program

    Dear All,
    I am making changes to internal table LT_PPDIT of standard program SAPLHRPT in the user exit EXIT_SAPLACC4_001 while payroll posting to accounting with tcode PC00_M99_CIPE. But though the changed value of LT_PPDIT is visible within the exit still the value of LT_PPDIT when we come outside exit is the same as what was before entering exit.
    Please suggest is there any way of modifying internal table of a standard program in the user exit.
    Regards,
    Kanupriya

    Hi,
    I think the internal table is getting refreshed or something like that after the user exit.
    Try debugging after the user exit and put breakpoints at clear and modify statements.
    Then you ll find out where its regaining the oringinal value after getting changes.
    After locating that point try finding some enhancmenent point there and including your code so that your value of internal able gets modified.
    Regards,
    Subhashini

  • Change pacakge of standard program

    Hi All
    i am changing a program which is standard program ..and wanna change
    its package..can i do ..how plz help ..

    Hi,
    U cannot change the package name of a standard program .U first copy the standard program to a Z program and then change the package of your own.
    Regards,
    Nagaraj

  • How to change the display in standard program.."SAPLCKML_MR11_ALV"

    hi.... 
    one of the report of finance (SAPRCKMR11)  is calling this program SAPLCKML_MR11_ALV ..for the display...
    i had to add three more fields in the display...
    1) PO quantity    ekpo-menge
    2) PO value         ekpo-netwr
    3) INCOTERM     ekpo-inco1.
    i had try to modify the standard program by copying it...but didnt getting the result.
    please help me .... how to meet the requirement.....  if u can tell please also tell me where in the program i have to do the changes...
    any suggestion is appreciable..
    thanks

    Purchase Order Quantity and price......If you get an answer please advise.
    Thanks
    Justin

  • Change Output format of standard program RFSZIS00

    Hi All,
    I want to change output format of standard program RFSZIS00 for this i copied this into Z program but i am not able to
    find out where final output table is populating because that program is not using any final internal table it's using EXRACT and
    another thing is all discription for field has given in German Language.
    It's a clasical report not an ALV.
    Edited by: Raj Singh on Jul 3, 2009 11:03 AM

    Dear Raj,
    as per the report mentioned by you, it is calling some subroutine to display the details.
    Just try to trace the WRITE statements and check if you can add your own include in this report to display the output as per your requirement.
    Regds,
    Anil

  • Need to supress a ALV display for a standard program  while submiting

    Hi ,
    I am trying to suppress an ALV display from a standard program which I am submitting though my Z program .
    Please kindly help me on the same.
    Thanks and Regards,
    Sankha

    Hmmmm... I suggest copying the code of RM08RELEASE to your program, if cannot then copy the program to a Z program without copying the includes.
    Now in the copied code comment
      PERFORM alv_list USING    release_auto
                       CHANGING tab_arbkp
                                tab_arseg
                                tab_released_arbkp.
    and u can use the 3 tables :
                                tab_arbkp
                                tab_arseg
                                tab_released_arbkp
    in your code.

  • Re:   Modified Standard Program into Not Change mode without SSCR

    Hi
    We Have Changed Standard Program with help of SSCR key.Now that Program is in Change mode We want to put that program in to SAP standard Program mode(i.e.Display mode ).Is there any Procedure For this
    Thanks & Regards

    Hi
    Generally we do this using program
    RS_TRANSTRU_ACTIVATE_ALL
    Programe to activate Transfer Rules in BW
    use program RSDS_DATASOURCE_ACTIVATE_ALL to activate the data sources
    Regards,
    Venkatesh

  • How to know changes in Standard program of SAP

    hi
       suppose some one has made some manual changes in SAP standard code with the help of access key. The another person wants to know what changes has been made by him?

    Hi,
    To find out modifications in a standard SAP program, check out modification overview. It is a part of modification assistant. When you open a SAP standard program, you will see some extra buttons on the tool bar i.e.Insert, Replace etc., just besides them there is a button for modification overview. Click on that and it will give you the list of modifications done on the program.
    If you just want to check out when modifications are done & their request nos, go to the version management and you will get the whole list of requests that the program has.
    Reward points if the answer is helpful.
    Regards,
    Mukul

  • Reversal of Changes to Standard program HAP_DOCUMENT_BODY

    Hi there,
    Yesterday we made changes to HAP_DOCUMENT_BODY web dynpro component.
    We have added one Interface method which will be called from one of the method in HAP_MAIN_DOCUMENT component controller.
    This change served our purpose. The purpose is to change page dynamically when there is a new page element. Now we don't want that through standard program change. We have decided to do by enhancement. We also did some enhancement before we have modified the standard program.
    I have tried to reset to original through SE95 transaction code and activated. But when I go and check HAP_DOCUMENT_BOY, Method still exist. 
    Actions at SE95
    Can anybody help on this ?
    Regards
    Venkat.O

    Use Leave Program after sending mail

  • Help neede in changing standard program CN41

    Dear all,
    I am working on a requirement in PS module.
    The requirement is I need to copy the standard program RCNST000 of CN41 and I need to add some extra fields.
    Here in initial display project object, project object.
    when I select duration and Order cost plan 000 from the list It will display duration and order cost plan in the report.
    My requirement is when they select that I need to display cost per day and cost for currect month.
    Can anybody help me.
    Thnaks and regards
    Anil

    Dear all,
    I am working on a requirement in PS module.
    The requirement is I need to copy the standard program RCNST000 of CN41 and I need to add some extra fields.
    Here in initial display project object, project object.
    when I select duration and Order cost plan 000 from the list It will display duration and order cost plan in the report.
    My requirement is when they select that I need to display cost per day and cost for currect month.
    Can anybody help me.
    Thnaks and regards
    Anil

  • Standard program to display which tables are used by Webdynpro ABAP program

    Hi Gurus,
    I am working on a couple of enhancements in SAP Promotion Management for Retail (SAP PMR) which works on the principle of Floor Plan Management.
    I was wondering if anyone would know of a standard program to display the tables used by Webdynpro ABAP?
    (or)
    Where can I get info of SAP Tables associated to SAP PMR?

    Hi,
    I am not aware of any standard reports that displays the tables.
    If I have to view the tables, I would go to se80, give the package and view all the tables in the package.
    Regards,
    Daz.

  • How to change call to the function module in the standard program

    Hi Guru,
    My requairment is to create the new Z function module  ZJ_1B_IM_NF_DOCUMENT_FUNCTION in the MM07MFJ1 program.
    I have created the Z Funtion module,
    plz provide me the info how to change the call to the new custom FM from the standard program.
    Points will be given to the ans.

    You use SE38 to change out the code.  When you try and change it you will get a popup asking you for a Key, since you are changing SAP Code.  If you have a Developers key you have to go to the SAP Service Marketplace and tell SAP that you are changing this code in order to get they key.  After this every time you do support packs you run the risk of this getting overlaid and you will have to change it back, also if you have a problem and SAP sees that you customized this code they probably won't spend any time on your problem.

  • Change/display dialog program

    Hello all,
    I am using dialog program to display the records on the screen. On screen layout i declared all fields as output fields only. Now I want to add a button (change/display) on to screen so that when ever i press the button the screen has to change from display to change mode(just like the normal display/change button in se38) and vice versa so that i can edit the fields and save it again.
    I would like to know if there exists any function module to do so or can some one please help me with a code.
    Thanks to all in advance.

    Hi Madhu,
    Define your fields as input/output fields. In the PBO, you can either turn them on or off by applying the logic below.
    LOOP AT SCREEN.
      IF SCREEN-NAME   = 'ABC' OR
        SCREEN-GROUP1 = 'TEST'.
        SCREEN-INPUT = 1. " Make it editable field
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
    If you do SCREEN-ACTIVE = 1 or 0, you are actually showing or hiding the field itself, but if you do SCREEN-INPUT = 1 or 0, you are just making the field editable or display only.
    Srinivas

Maybe you are looking for

  • Project not working after adding tomawahk components...

    I added the tomahawk componend library to jdeveloper yesterday - which in itself was not a problem free experience, but after I get the tag library going, and my minor errors resloved, there didn't seem to be any problem... until I ran my application

  • How to insert ABAP PROXY in customized ABAP program

    Hello experts, I am a ABAP developer and I am developing a program to send XML strings to a legacy system using an ABAP PROXY but I have run into a roadblock as follows: My PI colleagues who know PI but not ABAP have created a ABAP PROXY data type wi

  • Sharing Video - BBM or Text must be addressed

    Long time user.  Very happy with the new phone and software. I would like to make a suggestion.  As a loyal BB user and fan, I get frustrated when another device can do something my BB cannot....something that makes sense and is needed (I don't care

  • Flash CS6 - Play MP3 In iOS Native Player?

    Hello, In my Flash CS6-based iPhone app, I'm trying to play an MP3 using the iPhone's native player, showing all the controls.  But, I cannot get it to play right in the iPhone's native player. Problem 1: I'm playing the MP3 directly in a WebStageVie

  • Startup log Error message

    Hi there, Can someone take a look at my error message occurred when the server start? (the startWeblogic.cmd) It seema problem with SSL and jdbc. I think this jdbc problem may be the reason why my connection pooling not working. Thank you -----------