Required quite opposite pgm to standard program(RFDOPR10)

Hi friends,
            There is a standard program RFDOPR10 for CUSTOMER OPEN ITEM ANALYSIS BY BALANCE OF OVERDUE ITEMS.
    Now we had a requirement for vendor open item analysis by balance of overdue items.
    Is there any standard program for this?
points will be rewarded asusual for helpful answers.

Ok, I will tell you how to find this program... try to follow the steps...
Goto SE11 and key in LFA1
Click where-used list and Tick  programs check-box
Continue,  it will display all programs... now click find and Key-in search text "OVER-DUE.... VENDOR etc'.... it will show the list of programs... check it is useful to your requirment or not....
Close the thread if your question is answered and reward if useful.
Regards,
Sairam

Similar Messages

  • 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.

  • Display Standard Program Graphic Report in Adobe Form

    Hi All,
    I'm new this field and really need you all expertise..
    I have requirement which is to display Standard Program SAP Business Graphic Report (eg: Profile Matchup) in Adobe Form.
    I also have read this blog but there is something i'm not clear...
    /people/alex.liu/blog/2009/08/12/how-to-display-a-dynamically-generated-business-chart-from-igs-in-webdynpro-for-abap-application-and-adobe-interactive-form
    What are the steps I should do:-
    Looking forward for any reply..tqvm
    Edited by: ahmad azlan on Jun 20, 2010 3:37 PM

    When you need to send a picture into the offline form:
    another image question - using Regular ABAP not web dynpro and
    Display a logo dynamically in adobe form
    When you need to send a picture into the online form:
    /people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal
    Otto
    p.s.: refine your question, please

  • I'm having trouble with My adobe Creative Suite 4 Design Standard programs opening. They will bounce to open but won't open up and eventually I will need to force quit as they aren't responding.  I'm thinking it may be a font issue but need some support A

    I'm having trouble with My adobe Creative Suite 4 Design Standard programs opening. They will bounce to open but won't open up and eventually I will need to force quit as they aren't responding.  I'm thinking it may be a font issue but need some support ASAP!

    Nobody can tell you anything without proper system info or other technical details like the crash logs.
    Mylenium

  • Urgently  required on ALV grid Standard program

    In the  standard program,
    BCALV_EDIT_04 ,
    when the  user click the  insert button, it is  triggering a method
    (get_inserted_row).   In this  method  they are  passing a exporting  parameter.
    My doudbt is :
    what is happening when the  the method is triggered and  where can  i see the  internal  program  of that  method.
    Thank you  for ur suggestion  in  ADVANCE....

    Hi,
    Run this code and look at break-points.
    <u>
    1st - On the moment of the event trigeer.
    1nd - The event was trigeered and the event handler is running.</u>
    <b>REPORT zmar.
          CLASS main DEFINITION
    CLASS main DEFINITION.
      PUBLIC SECTION.
        EVENTS evt EXPORTING value(e_data) TYPE char01.
        METHODS event_trigger.
        METHODS set_data IMPORTING i_data TYPE char01.
      PRIVATE SECTION.
        DATA v_data TYPE char01 VALUE 'X'.
    ENDCLASS.
          CLASS main IMPLEMENTATION
    CLASS main IMPLEMENTATION.
      METHOD event_trigger.
      the event is trigger
        BREAK-POINT.
        RAISE EVENT evt EXPORTING e_data = v_data.
      ENDMETHOD.
      METHOD set_data.
        MOVE i_data TO v_data.
        WRITE: / 'New v_data value ->', v_data.
      ENDMETHOD.
    ENDCLASS.
          CLASS second DEFINITION
    CLASS second DEFINITION.
      PUBLIC SECTION.
        METHODS event_handler FOR EVENT evt OF main
                                       IMPORTING e_data sender.
    ENDCLASS.
          CLASS second IMPLEMENTATION
    CLASS second  IMPLEMENTATION.
      METHOD event_handler.
    the event was triggered and this method(event handler was called)
        BREAK-POINT.
        WRITE: 'v_data value ->', e_data.
        CALL METHOD sender->set_data( i_data = 'Y' ).
      ENDMETHOD.
    ENDCLASS.
    START-OF-SELECTION.
      DATA: obj_main   TYPE REF TO main.
      DATA: obj_second TYPE REF TO second.
      CREATE OBJECT: obj_main, obj_second.
      SET HANDLER obj_second->event_handler FOR obj_main.
      CALL METHOD obj_main->event_trigger( ).</b>
    Regards.
    Marcelo Ramos

  • Will a Standard program have a  transaction?

    hi,
    Whether all the standard programs will have transactions? How to find it?
    I have tried to find using where used list.
    For Ex:- Program name is rstxpdft4.
    Regards,
    Lijo Joseph

    Hello Lijo,
    I understand your concern. There are quite a lot of programs (of special interest might be the report programs beginning with R*) in SAP which do not have a transaction code.
    Now your concern is that some of these programs are useful and the <i>user</i> may not even know that there is such a report. I shall assume that by <i>user</i>, you indeed mean the end-users of the SAP System, who do not , in general have technical expertise.
    Well I would say it is the customer who has to decide which users should be able to access which programs. And it is the technical consultant's job to find out the reports which are considered <i>useful</i> by the customer and then assign them a transaction-code within the customer name-space. Then the appropriate authorizations would have to be set up before the transaction code is given away to the users.
    As far as the technical consultant's job is concerned, he would have to be able to identify if there are any standard reports available for a particular purpose, as per the requirement of the client. To do that there are excellent search capabilities in SAP which will help you zero-in on the target.
    That is the reason you find a lot of people trying to find out if there's already a standard Function Module / Report / BAPI / Transaction which would help them achieve the requirement. Only when you are convinced that there's none available do you start off with coding your own program from the scratch.
    Hope that makes the point clear. Please revert back if not. If you're happy with it, please close the thread.
    Regards,
    Anand Mandalika.

  • Standard program to print Customer Invoice with G/L lines

    Hello All,
    Requirement is as follows : -
    1) We are trying to print the FI customer invoice through correspondence (Transaction Code F.61)
    Standard driver program RFKORD50 and SAPscript F140_DOCU_EXC_01 are provided for the invoice printing.
    2) Standard driver program currently prints either the customer line items / the vendor line items in the invoice.
    3) Requirement is that we need to print the G/L line items on the form, instead of customer or vendor line item.
    4) Client wants to go ahead with standard program only and is not ready for custom driver program or enhancments in the system.
    5) So is there any standard driver program and script which prints the G/L line items in the customer invoice.
    Thanks in advance.
    Regards,
    Rinkesh Doshi

    Hi,
    I don't know standard script for G/L line items,but your client requirement is not to change the standard one.My suggestion is to create a standard text.By Using subroutine pool ,save  the  line items data(internal table ) into standard text after that include the standard text into your sap script form.
    just go through this <link to blocked site removed by moderator>
    Thanks and regards
    Naresh Bammidi
    Edited by: Thomas Zloch on Dec 15, 2011 9:16 PM

  • Any Standard Program to upload the financial data

    Hi Team,
                 Any standard program which will upload the financial data(trail balance) into sap fi.
    The scenario is  that there are few company codes which is not in sap and we need to upload their financial data in sap like trail balance, I need to upload this company code data in sap fi, please suggest some standard program which uploads this data.
    Thanks in advance
    Kind Regards
    sridhar

    Hi,
    Standard programs are there, but those dont fit to your requirement.
    e.g. Based on the account type(D, K, S) there are different different fields should be filled up.
    If it is Vendor invoice, you have to capture Inv.no., text, leacy subledger number if required.
    All these fields are not required for GL data upload.
    Better create 3 LSMW'S for GL, Vedor & Customers.
    Rgds
    Murali. N

  • Hiding Fields in Standard Program :  RFITEMAR ,LDB : DDF

    Hi Experts,
    Am using standard program : RFITEMAR ,as per my requirement i dont need
    to display all the fields in the standard selection screen,i juss want to hide the fields which
    i dont want to dispaly in the selection, as there are some dependencies i dont want keep that code in active state.
    can anyone pls help me/suggest me with my logic/guidance would be helpful and very much appreciated.
    Regards,
    Ashok.

    Hi Marcin,
    Thnaks for your response.
    SHDO Tcode is used for Transcation Varient which is used to hide the fields
    or display additioal fields in sales order.
    According to my requirement i copied the standard program into a custom program
    thats where am tryig to implement changes.am not sure wether that would fulfill my requirement.
    do let me if know any solution /guidance would be helpful and appreciated.
    Regards,
    Ashok.

  • How  to add custom fields to the  sap standard  program ukm_bp_display

    How  to add new custom  fields to the  sap standard  program ukm_bp_display .
    could u  please any one help me on this?

    Hello Kumar,
    You have to modify below structure, as this structure is providing the field catalog for output display (ALV).
    Here you can see there are a lot of include structures, so if you want to add fields in the output display you can add those fileds as an append structure to any of the below mentioned structures (Like ukm_s_account, ukm_s_bp_cms_sgm etc as per your requiremnt and positon at which you need to dispaly your fields.)
    DATA: BEGIN OF gt_grid_alv OCCURS 0.
           partner LIKE but000-partner,
           credit_sgmnt LIKE ukmbp_cms_sgm-credit_sgmnt.
            INCLUDE STRUCTURE ukm_s_account.
            INCLUDE STRUCTURE ukm_s_bp_cms_sgm.
    DATA:   credit_sgmnt_txt LIKE ukmcred_sgm0t-credit_sgmnt_txt.
          Gruppe Vector
            INCLUDE STRUCTURE ukm_s_bp_vector.
          Gruppe OBL = Obligo
          include structure UKM_S_BP_CMS_MALUSDSP_OUT.
            INCLUDE STRUCTURE ukm_s_display_segment.
            INCLUDE STRUCTURE ukm_s_bp_cms.
            INCLUDE STRUCTURE bus000_dat.
    *DATA:   icon(4).
          Gruppe RAST (Raster)
    DATA:
             rast01 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast02 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast03 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast04 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast05 LIKE ukm_s_display_segment-AMOUNT_GRID,
             rast06 LIKE ukm_s_display_segment-AMOUNT_GRID.
    DATA:    rast2_6 LIKE ukm_s_display_segment-AMOUNT_GRID.
    "Summe raster 2 bis 6
    DATA:  END OF gt_grid_alv.
    Another way is you can  go  to SE38, and you can create implicit enhancements.One enhancement point is available here in this required area. so create an implementation and add your fileds with data types.This way is also simple.
    Hope this will solve yiour problems.
    Regards,
    Antony Thomas

  • Addition of a new column to the standard program

    Hi Friends,
    I have a requirement to add a new column Group Key to the existing report a standard program RFD0PR10 and display the fields based on the group key .
    The standard program uses methods write _header etc...
    can any one guide me in this issue.

    hai naveen,
                        For standard tables, it is possible to add new columns by using either .include or
    Append structures. but,it is not possible to change key of the existing of table .
    if useful, reward points
    bye
    G.V.K.Prasad

  • Error: While Copying Standard Program FBCJ

    Dear Experts,
                        I tried to copy the standard program because the requirement was to change the menu fuction for save and post.
    So i copied the T.Code FBCJ to ZFBCJ. It Copied Successfully and i assigned the tcode also. But While executing the T code
    the system Shows the error message
    "System error in routine FI_TAX_GET_TXJCD_STRUCTURE
    error code 1 function builder TAX2"
    Kinldy help me to resolve this issue.
    Waiting for your valuable replies.
    Kindly give some ideas.
    Thanks and Regards,
    Karthik V
    Edited by: karthikani on Nov 24, 2010 10:30 AM

    Hi,
    are the both client environments hav same version (ECC 6).
    In ECC 6 version type X is not allowed.
    To avoid this problem,
    you need to declare the field of TYPE C.
    you need to get the value from Cl_ABAP_CHAR_UTILITIES.
    Regards
    Sandeep Reddy

  • How to use standard program RSCP_CONVERT_FILE?

    Hi experts,
    I got a requirement to convert the file format from non_unicode to unicode. For that I am using the standard program RSCP_CONVERT_FILE.
    Its working fine for Local PC. But am getting problem while reading file on Application server.
    In selection screen.....in "File with list of source files" what actually i should give?
    Is there any online documentaion for RSCP_CONVERT_FILE.
    Please help me.
    Thanks,
    Shrini

    Hi sandra,
    I did not get you. Could please elaborate?
    Take your time - I'm in no rush...
    Thanks,
    Shree
    Edited by: Rob Burbank on Sep 1, 2009 11:40 AM

  • Standard program to transfer open items from one vendor to another

    Hello to you all,
    Does anyone know of a standard program to transfer open items from one vendor to another,
    Thanks
    Yoav

    Hi,
    i dont know whether there is any program but there is one t.code which is meant for one of this purpose.
    We can do the same through F-51 also. First specify the document header information. for the first line item specify the customer debit or credit posting key, vendor number, and special gl if you want (Here you have to give vendor number to whom you want to transfer) press enter
    in this screen specify the amount. and go to Choose open items new screen will come
    Specify the vendor number and in additional selections choose document number and then click enter. the one line item only appear here then go for simulate. if required specify the narration by double clicking on the line item.
    hope this is clear,
    Regards,
    Sankar

  • Multiple copies for Payment advice using standard program RFFOAVIS_FPAYM

    Hi Experts,
    I have one requirement, need to print the payment advice form twice (one for account section and other for vedor). According to the existing process it uses standard SAP print program RFFOAVIS_FPAYM OR RFFOUS_C (for cheque payment) to print the output.
    When I tried to print the output by giving number of copies, it prints test pages but not the actual output. The actual payment advice note with proper values getting printed only once. I actually need to print this actual payment advice note twice.
    Do you experts know how to achive this? is there any configuration available to get this requirement? OR how can i do this without chaning Standard SAP program?
    Thanks in advace for your help..
    Regards,
    Prashant

    Hi,
    2 times printing can be done using Sap script.however, it would call for changes to your driver prog...
    in function call CALL FUNCTION 'OPEN_FORM'....u need to add  g_ITCPO-TDCOPIES = '2' and pass g_itcpo to OPTIONS structure of the FM.With this you can ahve 2 copied of ur output. I just test printed it.
    So in your case as yours is a standard program, you could probably create a copy of the Standard program and  add the above logic in your program.
    hope this help
    Cheers,
    Varna

Maybe you are looking for

  • How to print from mac to windows 7 printer?

    I have a wireless home network with a workgroup where I share the Canon MF4150 printer with networked pc's. PC's print just fine. Just got a MacBook Pro and I cannot get the darn thing to print. I have connected the printer directly to the Mac and it

  • Could not find any content hosted eligible apps

    Hi.... my X-code version is 5.0, IOS version is 7.0 I created test user and test products in in app purchase option under my application in itunes connect. I want to display content for each test products when user buy my free products. For displayin

  • How to loop an swf a set number of times?

    I need to loop a banner animation a set number of times, then get it to gotoandstop on a final frame. I know in the past I could use: counter++; if (counter<5) { gotoAndPlay (1); } At least for the looping part (don't even know yet about the stop pon

  • UltraSearch and ACLs

    Hi @all! Does anyone know how to use the ACLHelper class? I have implemented my own CrawlerAgent and I want to protect the fetched data with ACLs, but I have no idea how it works. I have tested the addPrincipal and addDenyPrincipal methods with some

  • Adobe 9.2 and DEP errors while printing

    I recently upgraded to Adobe 9.2 from 9.1 and now have started to experience DEP errors while trying to print. I have tried to turn DEP off for 9.2 but it does not seem to be solving the problem.  I am not sure that I have turned off DEP for the righ