Customer Statement on the basis of Ship to instead of Payer?

Hi,
Can we run statements on the basis of the ship to party in the document instead of the Payers as in FBL5N currently? Any config. or user exit that can help do that? Or is there any standard pre-existing way of achieving this?
Thanks a lot.

Hi Yogesh,
I believe you should change the ship to party account group to sold to party account group.
And then attach multiple payers in the partner function for the sold to party. One payer will be the sold to party itself and other one will the current payer.
At the time of sales order creation, system will prompt the user to select the payer. User can select either the sold to party as the payer or the current payer.
Doesn't this help you? or let me know if it doesn't address ur issue..
Regards,

Similar Messages

  • Weu0092d like to get Custom reports. The base of reports is Security Audit Log

    We’d like to get Custom reports. The base of reports is Security Audit Log files. This is files for SM20.
    What does the file structure look like? What is field of it?
    Thanks!

    Hello Marina
    The data written to the security audit log correspond to the DDIC structures RSLGENTR (up to release 4.6) and RSAUENTR2 (in newer releases). DDIC structures can be viewed using TA SE11 (data type).
    As I can see you have already opened a thread regarding this. Please don't duplicate the threads, as this only widespreads the information.
    Regards,
    Désiré

  • Create custom transaction on the base of RSDMD to populate bw master data

    Hello All,
    my client is asking me if there is a possibility to create a custom transaction on the base of standard transaction RSDMD to populate the master data manually allowing the users to see only selected master data.
    we have a SAP BW and APO on the same system.
    the client ask if we can have a control level if the master data call other infoobjects for example (hierarchy market call the infoobjects LEV1, LEV2 etc)  we can do in a manner that is not possibile to insert new valus but only to combine existed values?
    Thanks for All
    Bilal

    Make all master data infoobjects authorization relevant and custom profile accordingly to the users in the standard authorizations and analysis authorizations.
    This will enable users to see only certain master data in their queries ( analysis authorizations ) and in their data display ( standard authorizations) instead of custom transaction.

  • How would you change the state to the base state?

    How would you change the state to the base state? Its not
    letting me do something like:
    currentState='<Base State>';

    Sorry about the vagueness of that last reply :)
    What I have done now in my code is this:
    viewstack1.addChildAt(loginCanvas,0);
    toggle.selectedIndex = 0;
    However nothing happens at this line of code:
    toggle.selectedIndex = 0;
    but this works:
    toggle.selectedIndex = 1; or ...
    toggle.selectedIndex = 2;
    toggle.selectedIndex = 3;
    toggle.selectedIndex = 4;
    toggle.selectedIndex = 5;
    toggle.selectedIndex = 6;
    The strange thing is that if I have a button on the screen:
    <mx:Button x="10" y="3" label="Button"
    click="toggle.selectedIndex =0"/>
    and the user clicks it the toggle.selectedIndex = 0; works.
    I'm stumped, any ideas?

  • Customer Statement (Standard Program and Scripts)

    Hi All ABAPers,
    Can anyone tell me the standard programs and their tcodes used for Customer statement with the smartform and sap script names?

    Custom statement Prog Name: RFKORD11
    Script name: F140_CUS_STAT_01 & F140_CUS_STAT_02
    Statements would be printed via FBL5N.
    Edited by: Alexander on Jul 1, 2009 12:00 PM

  • Customer statement with cheque details

    Hi
    My client requires a customer statement including the cheques deposited for collection and the post dated cheques received from the customers.  Please tell me this requirement can be met through any standard reports or should I go for a development ?

    You need to go for development. Populate check number in Reference field or Assignment field. In custom development, read line items with posting key 15 and get document number for that line item, in this document read, check number & line item with bank G/L account which has exact check amount. Amount on line item with PK 15 is not aways check amount as there may be residual due to partial payment, small difference charge off etc; amount on PK 15 is clearing amount.
    I hope this helps.

  • Conditional Formula in Customer Statements

    Hi Experts,
    I would like to be able to show various different office addresses in the header of my customer statements.
    The addresses are dependent on GroupCode of the BP.  ALL the statements are printed by the same user, so I cannot use different statements for differnent users.
    Is it possible to use an excel style IF add different text based on the hidden groupcode of the BP?
    Thanks and Regards
    Jon

    Hi,
    1. If you are referring to PLD, then you can make use of the Linked to field.
    Example:
    You create an Address field, the id is F_123
    You have another field for BP Group, id is F_124
    Then, create a Formula field F_125, with content F_124='USD', assuminh USD is the BP Code
    In properties of field F_123, at the Linked to, put in F_125
    Repeat the above steps for each address.
    2. If you are referring to Crystal, then , in the Properties of each field, you can put in formula to suppress based on BP code.

  • AC3 "The base specified is a native class..."??

    Hello, I'm having a problem with linking one of my symbols to my document class.  I went under Properties in my symbol drop-down list and put the correct base class in their (flash.display.MovieClip), however it keeps giving me this error when I click to see if it goes through: The base specified is a native class and will be defined in the player at runtime.  It cannot be edited".  When I went back to check my code, it had the correct "public class DocumentClass extends MovieClip" under "import flash.display.MovieClip".  What am I doing wrong?  I'm pretty new to Flash and AC3..
    package
        import flash.display.MovieClip;
        public class DocumentClass extends MovieClip
            public var playScreen:AvoiderGame;
            public function DocumentClass()
                playScreen = new AvoiderGame();
                addChild( playScreen );

    If your Library symbols have AvoiderGame in their base class field, then the "Class" field should automatically be filled in with the name of the symbol, unless you already filled it in with something else. If you filled it in with something else, just copy the name of the symbol and paste it into the Class field and paste your custom Class into the Base Class field (the one at the bottom). When you use the Base Class field, it allows you to use your custom Class for multiple Library Symbols, because the Class name being used to form the linkage is the other field (Class).
    To use a symbol, you'd do something like:
    public class DocumentClass extends MovieClip {
         protected var game:AvoiderGame;
         public function DocumentClass() {
              super();
              game = new YourLibrarySymbolName() as AvoiderGame;
              addChild(game);
    Note that at this point it sounds like you're totally not following the tutorial, because Michael said pretty clearly that he was using the AvoiderGame Class as his Document Class, but you know--whatever. It's just not really possible to give you very good help, because it's impossible to determine if you've diverged from the tutorial on purpose, because you know what you're doing, on purpose, because you think you know what you're doing, but don't, or accidentally, because you don't understand what you're reading.

  • Customer Statement using SAP Script and Standard print program RFKORD10

    Using sap script and standard print program RFKORD10 I need to create a customer statement where the main window will be as follows
    Invoice #     InvoiceDate  CustomerPO  Debit Amt  Credit Amt  Total
        6        7           8               9               10               11
        6        7           8               9               10               11
                                     Totals               12             13              14
    Where company code BKORM-KUKRS
                Invoice              BSID-BELNR
                Invoice date      BSID-BLDAT
                Customer PO    VBKD-BSTKD
    For each document number selected there will be one to many records in VBRP.  For each invoice item in VBRP:
    u2022     Select BSTKD from VBKD where
    o     VBELN = VBRP-VGBEL and
    o     POSNR = VBRP-VGPOS
    u2022     If no hits then select BSTKD from VBKD where
    o     VBELN = VBRP-VGBEL
    If there is more than one PO per invoice then list them in the Customer PO field without repeating the other fields.PO shouldnu2019t come more than once per invoice.
                 Debit Amt         if BSEG-SHKZG = S then WRBTR ELSE 0
                 Credit Amt        if BSEG-SHKZG = H then WRBTR ELSE 0
                 Total                  Debit Amt u2013 Credit Amt
                  Totals                Subtotals
    It will be of great help if some one can help me with the script and the alterations required in standard print program RFKORD10
    Points will b rewarded for sure.
    Thanks.

    Hi Suganya,
    The custom form is getting displayed properly. But the requirement is to have it as an editable PDF. So the functional team is working on configuring the settings of PDF forms with customers email address.
    But for right now, i customized the standard form F140_ACC_STAT_01 and standard print program RFKORD10_PDF and did the configuration. It is getting displayed (I tested only with the transaction FBL5N - customer open line items..)
    Please let me know any further details on this.
    Poornima

  • Customer Statement and DI API Invoices

    Hi,
    We are running SAP Business One 2007A PL5.
    We have a number of invoices that have been created by the DI API used by the Radio Beacon/SAP interface.  These invoices are not appearing on the customer statement.
    The only noticable difference in the OINV table is that these invoices have a data source of 'O'.
    It seems the statement is not recognising invoices with a data source of 'O'.
    Has anyone else experienced this issue or have a fix for it?
    Also, we have some invoices that have 'A' for Auto Summary... out of interest, what is this exactly?
    Thanks,
    Michael

    Hi Michael,
    I am not sure what the issue is, however, there has been quite some changes to the ageing and reconciliation functionality from version 2005 SP01 to 2007, the main change between these 2 versions is actually the ageing and the reconciliation functionality. So there might be something missing in the Invoices. Also, PL5 is a pretty early version of 2007.
    Question 1 - are they appearing on the Customer Account Balance as it is opened from the BP Master Data?
    For the data source 'A', I think it stands for the 'Document Generation Wizard'.
    Thanks,
    Jesper

  • Customer Statement URGENT

    Hi Guys,
    What is the stnadard T-code to generated customer statement or the program name.....
    appreciated ur reply urgently.. thx

    HI
    Customer statement if your looking for leagcy report it is not available std SAP. We need to go ABAP development the tables are BSID (open item) BSAD (cleared items)
    Thanks
    Colin thomas

  • How to send multiple customer statements by email using RFKORD11 program.

    Hi All,
    How to send multiple customer statements by email using RFKORD11 program. Is it possible?
    As of now we copied the stanadard program and sending the customer statements by email, one by one.
    if i execute the z program it will show the customer statement and send mail option.
    if i click send mail it will send that customer statement to the corresponding customer.
    then again i need to click back, it will show next customer statement and click on send mail.
    Pl guide me, if any one worked on this program.
    thanks in advance.
    Regards,
    Mahesh

    Try execute the program in the background to see if that helps.

  • How to send multiple customer statements by email using RFKORD11

    Hi All,
    How to send multiple customer statements by email using RFKORD11 program.
    As of now we copied the stanadard program and sending the customer statements by email, one by one.
    if  i execute the z program it will show the customer statement and send mail option.
    if i click send mail it will send that customer statement to the corresponding customer.
    then again i need to click back, it will show next customer statement and click on send mail.
    Pl guide me, if any one worked on this program.
    Regards,
    Mahesh

    Hi .
    You first need to copy that program to Z and make the changes in it. Can you convert sapscript to smartform?
    then you can write a logic to send mail in the loop.
    to send the pdf file
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/mailsendthroughoutputcontrols
    Regards,
    Madhuri
    Edited by: madhuri sonawane on Jun 10, 2009 4:20 PM

  • Exclude exchange rate JEs from Customer Statement layout

    Hello
    Our customer is using the Customer Statement from the Aging report. On the layout he can see manual JEs which should be excluded from the statement that is sent to the customer ; for example u2013 exchange rate JEs.
    Do you know of a way to exclude those transactions, or manual JEs from this report?
    Thanks in advance
    Revital

    Hi Revital,
    please see this EoP Wiki article:
    [Why are zero value journal entries found on a customer's account statement and how can they be excluded? |https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=110821460]
    All the best,
    Kerstin

  • Correspondance for customer statements F.27

    Dear all
    I am trying to select a standard form to print customer statements but it is not working. I think it is something not correct in customising. Can anyone send me the steps to do this please.
    Also when using F.27 I cannot print all the selected customers together but promts me to select a printer for each customer statement with the wrong form being desplayed in the spool.
    Thanks
    PRG

    Try to execute RFKORD11 for customer statement to see how it turns out.
    Go through the steps in this menu path:  IMG u2013 Fin.Acctu2019g u2013 Fin. Acctu2019g Global Settings u2013 Correspondence
    Correspondence SAP06 is used in standard program but you may need to define your own form.

Maybe you are looking for

  • Upgrade for My DV6t-3000 CTO Entertainment Laptop

    Hello All, I would like to know what I can do to upgrade the memory and vga of my laptop. I currently have 2GB Ram memory. As for the VGA, no idea what is installed in it. What I do know whenever I watch a 10GB size movie (720 or 1080p), the system c

  • ICal not showing entries in month view

    I have entered a entry that starts on the 22nd July at 0600 and ends on the 29th July at 0900. In the months view the only entry visible is on the 22nd and it just says 0600 not the title i have given the entry, in the day and week views the entry ca

  • Problem in setting Pragma Restrict References

    Dear all, I've got a question on PRAGMA RESTRICT_REFERENCES. Please help. Thanks. I've created a view "V_STUDENT" which retrieves student information. One of columns in this view "STUD_NAME" will get the student name from a function "F_STUDNAME". Thi

  • Convert one file many chapters to many files one 'book' easily??

    Hello, I work for a charity that publishes books, we've just converted 3 of our books in to Ebooks. We are used to working with all the text/chapters etc in one big file but had to split this into different files for each chapter in order for the ebo

  • Weblogic 6.0 XSL Transformation whitespace Problem

    I am having a problem with the HTML that is coming out of my XSL transformation in Weblogic 6.0, service pack 2. The problem occurs in a place where the </TD> tag is preceded by a carriage return in the HTML code that is generated. This causes an ext