Show customer's remaining balance in PLD report?

Dear Experts,
I'm created the A/R invoice in PLD report and I have no idea how to bring the remaining balance on that customer to the bottom of this report?
- I would like them to show the list of all remaining balance of that specific customer
- It may show as 'date', 'inv number', 'amount' in each separate line
- And it is even better if it could sum the total amount of the current invoice and all remaining balance.
Your help would be very much appreciated,  Thank you very much.

Hi Mickey......
You can either go for the Customised Report for BP wise Balance report or you can refer SAP's Standard Aging Report.
It is in Financial Reports> Accounting> Aging--> Customer Receivable/Vendor Liability Aging.........
Regards,
Rahul

Similar Messages

  • How to show custom header in pdf generated from report

    Hi,
    I  have created a report that is used to display Leave record of employees in an organization. After which it creates a pdf file and send it to respective HOD.
    In this case I am trimming generated output and sendinf only required fields to the pdf.
    When pdf is getting generated it shows program name as Title of that report.
    I want to change this header to my own header along with some variable but not sure how I can do so.
    I have also tried TOP-OF_PAGE but problem in this case is that I am still getting program name along with it.
    To generate pdf I have used function :
      call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
        exporting
          src_spoolid   = spoolid
          no_dialog     = ' '
        importing
          pdf_bytecount = l_no_of_bytes
          pdf_spoolid   = l_pdf_spoolid
          btc_jobname   = l_jobname
          btc_jobcount  = l_jobcount
        tables
          pdf           = l_pdfdata.
    Then I had converted this pdf to Binary
    call function 'QCE1_CONVERT'
        tables
          t_source_tab         = l_pdfdata
          t_target_tab         = lit_record
        exceptions
          convert_not_possible = 1
          others               = 2.
    Then I had created subject matter and used FM : SO_NEW_DOCUMENT_ATT_SEND_API1: to send mail to respective HODs.
    I tried dubbing it but couldn't get any variable which is holding program name.
    Sorry for putting in wrong forum.
    so Closing it from this forum and raising the same in ABAp-General forum.
    How to change header of pdf in generated report
    Edited by: gaur.yagyesh on Apr 16, 2010 4:03 PM

    To make it more clear to my question.
    I am using sun one webserver 6.0 sp6.
    I need to enable custom header on the webserver so that any request having a custom http header coming to webserver should be captured by the webserver.
    Thanks,

  • Need show Customized heading on Bex analyzer

    Hi All,
    I need show Customized heading on Bex analyzer or report selections. ex: i selected company code
    1000 to 4000.  It has to show as heading.
    I know this is possible only through workbook.
    May i know the steps. How to do it.
    Thanks,
    KN

    you have create a text variable with replace ment path on com code

  • PLD report customer statment not showing Customer Ref No

    I am having an issue with PLD report Customer Statment,
    there is a box for the customer reference number but it comes up blank each time.
    i tried multiple times to solve this issue with each time getting closer but never successfully solving the issue.
    This is a system report and when i look for the inner value instead of seeing database i see FREE TEXT
    i am guessing because the value is hardcoded.
    I have tried to call the OINV.NUMATCARD directly on the field, and saw that  field was not available.
    This report was fine in 2005 now that we are in 2007 the field is left blank.
    before posting to sap i wanted to know if any of you have had this issue.
    Relevant Answers will be awarded points.
    Thanks.
    Edited by: Sebastiano Todaro on Jan 13, 2009 4:04 PM

    Hi,
    Are you trying to Print Preview using the template Customer Aging Report (One page per customer) and find that the BP reference Number is empty?
    Have you tried to check the Print Preview by double clicking on the customer row, open the Customer Receivables Aging - Details window, and preview the report using the same
    template?
    You can refer to Note No. : [1248669|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1248669]
    Regards,
    Jitin
    SAP Business One Forum Team

  • PLD Report does not show data from Query

    Hello,
    SAP b1 9.0 PL08 on MSSQL 2008 and I get data on the query, but when the PLD prints, it shows nothing. Is there a way to filter the data that the PLD shows? Does PLD have its own SQL script it uses b/c its not showing data from the query.
    Thanks,
    Nick

    Hi Nicholas,
    Please check below links.
    query based print layout design
    Print Layout Designer \Custom Reports
    How to Make a Print Layout (PLD) Report from a SBO Query | SBOnotes.com
    http://www.tegrous.com/wp-content/uploads/2011/07/HowTo_QPrintLs_88.pdf
    Hope this help
    Regards::::
    Atul Chakraborty

  • Report to show customer without sales rep

    Dear Experts.
    Is there anyway or any report to show customer that don't have sales rep tag to it in Partner Function?

    Hi Nehemiah -
    I know this is very painful but if volume of customer is less then use following method -
    1.Extract all Sold to Party's and their sales area in separate sheet
    2.Create a query joining KNA1 and KNVP where partner function (PARVW) = PE ( or partner function of  Sales Rep).Download Sold to and its sales area in another sheet.
    3.Now using excel compare both sheets by Vlookup and extract the customers from Step 1 which are not present in Step 2.
    If the volume of customer is very large,then we can also use MS Access Queries otherwise we can simply write an ABAP Program.
    Let us know, if you need more explanation on any of the method explained above.
    Thanks & Regards
    Amit Gupta

  • Diff in customer balance in the report S_ALR_87012172 & fbl5n

    Dear Experts,
    I have a problem where I am getting difference in customer balance in the report S_ALR_87012172 & fbl5n. I have completed f.07 for the required year, but the problem still exists for some customers.
    Kindly help.
    regards

    Hello,
    Refer SAP Note
    Note 716640 - Balance display: Drilldown: Total of open items <> balance
    Note 323813 - FV60/FB60: document created without secondary index
    Note 327139 - Balance display FI: drilldown perfrmnce for balncs
    Regards,
    Ravi

  • Not able to pick Opening Balance in Ageing Report

    Hi
    I have made an query for customer ageing report based on our requirement, but am not able to fetch the OB (Opening Balance) in that.  If i generate Customer ageing report from B1, its showing the OB in the first line, then it showing the open invoices on the corresponding ageing days.
    Can anyone help me to fetch the opening balance in ageing report.  Below is the query i have given for ageing.
    SELECT     NNM1.Remark AS Branch, OINV.DocNum, OINV.NumAtCard AS VendorRef, OINV.DocType AS Type, OINV.DocStatus AS Status, OINV.DocDate,
                          OINV.DocDueDate, OINV.CardCode, OINV.CardName, OINV.DocTotal, OINV.PaidToDate AS [Paid/Credited],
                          OINV.DocTotal - OINV.PaidToDate AS [Balance Due], (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN - 120 AND
                          0 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS 'Less then Due Date', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 0 AND
                          30 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '0 - 30', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 31 AND
                          45 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '30 - 45', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 46 AND
                          60 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '45 - 60', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 61 AND
                          90 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '60-90', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 91 AND
                          120 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '90-120', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate())
                          > 120 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '120 +', OSLP.SlpName, OUBR.Name
    FROM         OINV AS OINV INNER JOIN
                          NNM1 AS NNM1 ON OINV.Series = NNM1.Series INNER JOIN
                          OSLP ON OINV.SlpCode = OSLP.SlpCode INNER JOIN
                          OHEM ON OSLP.SlpCode = OHEM.salesPrson INNER JOIN
                          OUBR ON OHEM.branch = OUBR.Code
    WHERE     (OINV.DocStatus = 'O') AND (OUBR.Code IN (@Branch)) AND (OSLP.SlpCode IN (@SalesEmployee))
    ORDER BY OINV.CardName, OSLP.SlpName
    How to add the OB in the above query.

    Check note 1023083 and for information about the expected release date of the patch please view note 578944.this problem is related to the new  SAP GUI 7 patch-level 0. There is something wrong with  the GUI function to get information from the local registry (CL_GUI_FRONTEND_SERVICES=>REGISTRY_GET_VALUE).
    We had the same issue sometime back and we applied the patch. I have the patch but it will be a huge file to send over internet. See the above notes and you should be able to apply the required patch.
    Also check Note
    Note 696069 below:
    Summary
    Symptom
    No Data is displayed when View is changed from ALV to Excel Inplace on
    ALV Grid. This Happens with Office XP/2003/2007.
    Other terms
    Excel inplace, Excel, ALV, Office 2003, Office XP, office 2007
    Reason and Prerequisites
    With newer release of MS Office (XP/2003/2007) Microsoft added new security settings/options for Visual Basic project and Macros. Excel Inplace uses Visual Basic Project and macro functionality of MS Office. If the setting for Macro security is High (which automatically disables macro or if access to Visual Basic Project is suppressed then Excel Inplace doesn't show any Data in Excel.
    Solution
    Required settings in MS office XP and MS Office 2003:
    To use the Excel Inplace functionality make sure the security settings for Macro is set to Medium and the option "Trust access to Visual Basic Project" must be checked on Tools->Macro->Security->Trusted Sources tab.
    Required settings in Office 2007:
    Please see the video file in attachments of this note.
    This is required with MS Office XP, MS Office 2003, MS Office 2007.
    Header Data
    Release Status: Released for Customer
    Released on: 22.12.2006  14:47:01
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BC-FES-OFFI SAP Desktop Office Integration
    Secondary Components: BC-FES-XXL XXL List Viewer/Lotus Connections
    Reward points if this help
    Sanghamitra
    Message was edited by:
            Sanghamitra11

  • Setting system variable in the Detailed Aging PLD report

    Does anyone know which variable I can use to get the FC value displayed on the Aged Debtors PLD detailed form?
    The current aging layout (in SBO) either shows it all in LC or in the currency you choose, but if you have a Business Partner who trades in different currencies and you have invoices raised in those different currencies you cannot see the value for each currency seperately, which is causing some distress.
    I was hoping that by some miraculous twist of fate I can include the FC value in the PLD report thereby saving the hassle of having to re-write the report. (I have checked the System Variable Excel spreadsheet but cannot find it in there.)
    Many thanks
    Hayden

    Hi Julie
    I wondered if you are able to help me get the foreign currency Code and Value into this query you did from a previous post.
    I'm getting odd results and I cant work out where I'm going wrong
    Many thanks
    Hayden
    /* SELECT FROM OINV T0 / declare @AgingDate DateTime / WHERE */ SELECT @AgingDate = GetDate()
    /* SELECT FROM OCRD T1 / declare @CustomerFrom nvarchar(20) / WHERE */ set @CustomerFrom  = ''
    /* SELECT FROM OCRD T2 / declare @CustomerTo nvarchar(20) / WHERE */ set @CustomerTo = ''
    /* SELECT FROM OCRD T3 / declare @OnHold nvarchar(20) / WHERE */ set @OnHold = 'N'
    /* SELECT FROM OSLP T4 / declare @SalesRep nvarchar(30) / WHERE */ set @SalesRep = ''
    IF @AgingDate = CONVERT(datetime, '', 112) set @AgingDate = GetDate()
    select
         JD.FCCurrency [Foreign Currency],
         ocrd.CardCode [BP Code],
         ocrd.CardName [BP Name],
         ocrd.FrozenFor [On Hold],
         @AgingDate [Aging Date],
         isnull(T7.[BalanceDue],0) [Balance],
         isnull(T7.[Current],0) [Current],
         isnull(T7.[30Days],0) [1 Month],
         isnull(T7.[60Days],0) [2 Months],
         isnull(T7.[90Days],0) [3+ Months],
         ocrd.CreateDate,
         T8.[Last Payment Date],
              (SELECT
                   SUM(T1.DocTotal)
              FROM ORCT T1
              WHERE T1.CardCode = T8.CardCode AND
                        T1.DocDate = T8.[Last Payment Date]) [Total Last Payment],
         oslp.SlpName [Sales Rep],
         ocrd.CntctPrsn [Key Contact],
         ISNULL(ocpr.Tel1, ISNULL(ocpr.Cellolar, ocrd.Phone1)) [Contact Phone]
    from ocrd left outer join
         ocpr on ocpr.Name = ocrd.CntctPrsn and
         ocpr.CardCode = ocrd.CardCode left outer join
         oslp on oslp.SlpCode = ocrd.SlpCode left outer join
              SELECT
                   T0.CardCode,
                   SUM(T1.Original-T1.Cleared) [BalanceDue],
                   SUM(CASE
                             WHEN T1.AgeDays < 0 THEN T1.Original+T1.Cleared
                             ELSE 0
                        END) [Current],
                   SUM(CASE
                             WHEN T1.AgeDays BETWEEN 0 AND 30 THEN T1.Original+T1.Cleared
                             ELSE 0
                        END) [30Days],
                   SUM(CASE
                             WHEN T1.AgeDays BETWEEN 31 AND 60 THEN T1.Original+T1.Cleared
                             ELSE 0
                        END) [60Days],
                   SUM(CASE
                             WHEN T1.AgeDays > 60 THEN T1.Original+T1.Cleared
                             ELSE 0
                        END) [90Days],
                   SUM(CASE
                             WHEN T1.AgeDays > 30 THEN T1.Original+T1.Cleared
                             ELSE 0
                        END) [Overdue]
              FROM ocrd T0 LEFT OUTER JOIN
                   (SELECT
                        T1.CardCode,
                        T0.TransId,
                        T0.Line_ID,
                        DateDiff(m, T0.DueDate, @AgingDate) [AgeMonths],
                        DateDiff(d, T0.DueDate, @AgingDate) [AgeDays],
                        --Get standar Debit/Credit Col OR FCCredit/FCDebit columns for
                        --caluculations in outer query
                        ( CASE WHEN T0.FCCurrency IS NULL THEN T0.Debit Else T0.FCDebit END )
                        ( CASE WHEN T0.FCCurrency IS NULL THEN T0.Credit Else T0.FCCredit END ) [Original],
                        --T0.Debit-T0.Credit [Original],
                        SUM(ISNULL(T2.ReconSum,0)*     CASE T2.IsCredit WHEN N'C' THEN 1 ELSE -1 END) [Cleared],
                             ( CASE WHEN T0.FCCurrency IS NULL THEN T0.Debit Else T0.FCDebit END )
                             ( CASE WHEN T0.FCCurrency IS NULL THEN T0.Credit Else T0.FCCredit END )
                        + SUM(ISNULL(T2.ReconSum,0)* CASE T2.IsCredit WHEN N'C' THEN 1 ELSE -1 END) [Balance]
                        --(T0.Debit-T0.Credit) + SUM(ISNULL(T2.ReconSum,0)* CASE T2.IsCredit WHEN N'C' THEN 1 ELSE -1 END) [Balance]
                   FROM jdt1 T0 inner join
                        ocrd T1 on T1.CardCode = T0.ShortName left outer join
                        itr1 T2 on T2.TransId = T0.TransId and
                        T2.TransRowId = T0.Line_ID and
                        T2.ReconNum = (     select
                                                 T3.ReconNum
                                            from oitr T3
                                            where     T3.ReconNum = T2.ReconNum and
                                                      T3.Canceled = N'N' and
                                                      T3.ReconType = 7 and
                                                      T3.ReconDate <= @AgingDate)
                   WHERE     T0.RefDate <= @AgingDate and
                             T1.CardType = 'C' and
                             (T1.CardCode >= @CustomerFrom OR @CustomerFrom = '') and
                             (T1.CardCode <= @CustomerTo OR @CustomerTo = '')
                   GROUP BY T1.CardCode, T0.TransId, T0.Line_ID, T0.DueDate, T0.Debit, T0.FCDebit, T0.Credit, T0.FCCredit, T0.FCCurrency
    --                    ( CASE WHEN T0.FCCurrency IS NULL THEN T0.Debit Else T0.FCDebit END )
    --                    ( CASE WHEN T0.FCCurrency IS NULL THEN T0.Credit Else T0.FCCredit END ), T0.FCCurrency
                        --T0.Debit-T0.Credit
                   ) T1 on T1.CardCode = T0.CardCode
              WHERE T0.CardType = N'C'
              GROUP BY T0.CardCode ) T7 on T7.CardCode = ocrd.CardCode left outer join
                   (SELECT
                        T1.CardCode,
                        Max(T1.DocDate) [Last Payment Date]
                   FROM ORCT T1
                   WHERE     (T1.CardCode >= @CustomerFrom OR @CustomerFrom = '') and
                             (T1.CardCode <= @CustomerTo OR @CustomerTo = '')
                   GROUP BY T1.CardCode ) T8 on T8.CardCode = ocrd.CardCode
    --put this join to get the
    --currency symbol from Journal Row table
    Left Outer join JDT1 JD On OCRD.CardCode = JD.ShortName
    where ocrd.CardType = 'C' and
         --(oslp.SlpName = @SalesRep OR @SalesRep = '') and
         (ocrd.CardCode >= @CustomerFrom OR @CustomerFrom = '') and
         (ocrd.CardCode <= @CustomerTo OR @CustomerTo = '') and
         (ocrd.ValidFor <>'Y') and
         ( (ocrd.FrozenFor = @OnHold and (GetDate() Between isnull(ocrd.FrozenFrom, DateAdd(d,-1,GetDate())) and isnull(ocrd.FrozenTo, DateAdd(d,1,GetDate())))))
    order by ocrd.CardCode

  • Foreign Trade: Balance of payment report for Belgium RFIDITSR00

    Hi,
    I have done customizing settings for the balance of payment report of Belgium (report RFIDITSR00)
    according to OSS note 928316.
    When I want to create a file with file name "ITSR_BE_BOP2006" and extension CSV, I get following message:
    Format tree ITSR_BE_BOP2006_XML does not exist for tree type ITSR
    Message no. DMEE_ABA003
    In table IDITSR_DMEE_V I have defined:
    Reporting cat: S03CCR
    Format tree: ITSR_BE_BOP2006_CSV
    What else do I need to customize to get the file created?
    Thank you for your advice.
    Kind regards,
    Linda

    Hi,
    in the copy control between order and invoice you need to set the 'determine export data' to 'B' so that it will be redetermined in the invoice. After that the relevant foreign trade userexits will work as well.
    Balazs

  • Text type to PLD report ??

    Anyone know how to bring the information from the row text detail from the form to the PLD report? Cannot find the help anywhere.
    For example,
    I open the new Sale order and create as the following..
    Item1
    Item2
    Text
    Item3
    Text
    Item4
    When I print, it has shown
    Item1
    Item2
    (blank)
    Item3
    (blank)
    Item4
    I don't know why it did not show up and it's blank.. plz let me know if you have any idea to help.
    Edited by: MickeySAPB1 on Aug 12, 2011 5:13 PM

    Hi,
    You must add a DB type field in your PLD to retrieve the Text row.
    Just follow these steps:
    1. Add DB field into repetitive area of PLD
    2. Select the new field
    3. In the Field Properties form, select the Content tab
    4. Source Type: Database (should already be selected)
    5. Table: AR Invoices - Rows
    6. Column: Text - Text
    Save PLD and try it.
    Regards,
    Vítor

  • Profit Center : Reflect - Vendor, Customer, Bank/Cash Balance

    Dear Experts,
    Ref. : Reflect - Vendor, Customer, Bank/Cash Balance, Balance Sheet GL Accounts - Profit Center wise.
    When we do postings to P&L Items, we assign a CO / Cost Object. Such Cost objects may be Orders, Cost Centers, etc., which has a Profit Center assigned to it.
    Now, we wish to view Balance Profit Center wise.
    My Concerns :
    1.  Can Vendor, Customer, Bank/Cash Balance, Balance Sheet GL Accounts - Profit Center wise. Since we do not assign CO objects to such line items, but the correspondense line items (P&L GL) has a CO object.
    2.  If yes, how do we move balance of such items, to Profit Center / profit Center wise.
    Experts, please help me to understand the concept.
    Regards,
    Hussein.

    Hi,
    Are you in ECC activated new G/L? If yes, then you can define Profit Center as Document Splitting Characteristic for General Ledger and profit center will be in the AR/AP line item as well in ledger view (though you don't enter profit center during document entry).
    You cannot give the Profit center in line item level to the Subledger accounts like vendor and customers.Vendor and customer accounts take the profit center from the offsetting entry.If want to see the profit center to the particular document, open the document go to Environment field and select Balance Sheet Adjustment option.
    If you want to see the Profit center wise payables and receivables, use T.code GR55 and take report group 8A90 for Periodic Receivables and 8A91 for Payable.
    If you want to see the all payables with Profit center use Table BFOK_A for vendors BFOD_A for customers.
    Regards,
    Viswa

  • How can i import Customer/Vendor  Opening Balances - Invoice wise

    I am going on a parallel run from next week onwards and the Client want to import all Customer/Vendor Opening Balances invoice wise , so that they can get the Aging Analysis report the no of days Outstanding as well as they can enter payment invoice wise.

    Sanjay,
    To import BP Opening Invoices or Credit Memo's,
    Use the template inside DTW folder
    \Templates\oInvoices for AR Invoices
    \Templates\oPurchaseInvoices for AP Invoices
    and so on
    I presume you would want to import them as Service Invoice so
    In the Document template
    Set
    DocNum....................................DocType......................HandWritten
    original Invoice number...............dDocument_Service..............tYes
    Document_lines
    AccountCode
    Opening Balance Account Code (Opening Balance Account is generally created in the Equity drawer and is used purely for all Opening trasactions and will balance out to zero (0) once all opening data from legacy system has been brought over)
    Let me know if you need further direction
    Suda

  • Customer & vendoar Trial balance under Business Area Wise

    Dear Experts,
                          Pls tell me the T.code for Customer & vendor Trial balance under Business Area wise.
    I am ready to assign full points.
    Thanks & Regards
    avudaiappan

    Once again test u r patiency.. ur self...
    SAP FI Transaction Code List 2
    FG99    Flexible G/L: Report Selection
    FGI0    Execute Report
    FGI1    Create Report
    FGI2    Change Report
    FGI3    Display Report
    FGI4    Create Form
    FGI5    Change Form
    FGI6    Display Form
    FGIB    Background Processing
    FGIC    Maintain Currency Translation Type
    FGIK    Maintain Key Figures
    FGIM    Report Monitor
    FGIO    Transport Reports
    FGIP    Transport Forms
    FGIQ    Import Reports from Client 000
    FGIR    Import Forms from Client 000
    FGIT    Translation Tool - Drilldown Report.
    FGIV    Maintain Global Variable
    FGIX    Reorganize Drilldown Reports
    FGIY    Reorganize Report Data
    FGIZ    Reorganize Forms
    FGM0    Special Purpose Ledger Menu
    FGRP    Report Painter
    FGRW    Report Writer Menu
    FI01    Create Bank
    FI02    Change Bank
    FI03    Display Bank
    FI04    Display Bank Changes
    FI06    Mark Bank for Deletion
    FI07    Change Current Number Range Number
    FI12    Change House Banks/Bank Accounts
    FI12CORE   Change House Banks/Bank Accounts
    FI13    Display House Banks/Bank Accounts
    FIBB    Bank chain determination
    FIBC    Scenarios for Bank Chain Determin.
    FIBD    Allocation client
    FIBF    Maintenance transaction BTE
    FIBHS   Display bank chains for house banks
    FIBHU   Maintain bank chains for house banks
    FIBL1   Control Origin Indicator
    FIBL2   Assign Origin
    FIBL3   Group of House Bank Accounts
    FIBPS   Display bank chians for partners
    FIBPU   Maintain bank chains for partner
    FIBTS   Dis. bank chains for acct carry over
    FIBTU   Main. bank chains for acctCarry over
    FIHC    Create Inhouse Cash Center
    FILAUF_WF_CUST  Store Order: Workflow Customizing
    FILE    Cross-Client File Names/Paths
    FILINV_WF_CUST  Store Inventory:Workflow Customizing
    FINA    Branch to Financial Accounting
    FINF    Info System Events
    FINP    Info System Processes
    FITP_RESPO      Contact Partner Responsibilities
    FITP_SETTINGS   Settings for Travel Planning
    FITP_SETTINGS_TREE      Tree Maintenance Current Settings
    FITVFELD        Tree
    FJA1    Inflation Adjustment of G/L Accounts
    FJA2    Reset Transaction Data G/L Acc.Infl.
    FJA3    Balance Sheet/P&L with Inflation
    FJA4    Infl. Adjustment of Open Items (FC)
    FJA5    Infl. Adj. of Open Receivables (LC)
    FJA6    Infl. Adj. of Open Payables (LC)
    FJEE    Exercise Subscription Right
    FK01    Create Vendor (Accounting)
    FK02    Change Vendor (Accounting)
    FK02CORE   Maintain vendor
    FK03    Display Vendor (Accounting)
    FK04    Vendor Changes (Accounting)
    FK05    Block Vendor (Accounting)
    FK06    Mark Vendor for Deletion (Acctng)
    FK08    Confirm Vendor Individually (Acctng)
    FK09    Confirm Vendor List (Accounting)
    FK10    Vendor Account Balance
    FK10N   Vendor Balance Display
    FK10NA  Vendor Balance Display
    FK15    Transfer vendor changes: receive
    FK16    Transfer vendor changes: receive
    FKI0    Execute Report
    FKI1    Create Report
    FKI2    Change Report
    FKI3    Display Report
    FKI4    Create Form
    FKI5    Change Form
    FKI6    Display Form
    FKIB    Background Processing
    FKIC    Maintain Currency Translation Type
    FKIK    Maintain Key Figures
    FKIM    Report Monitor
    FKIO    Transport Reports
    FKIP    Transport Forms
    FKIQ    Import Reports from Client 000
    FKIR    Import Forms from Client 000
    FKIT    Translation Tool - Drilldown Report.
    FKIV    Maintain Global Variable
    FKIX    Reorganize Drilldown Reports
    FKIY    Reorganize Report Data
    FKIZ    Reorganize Forms
    FKMN   
    FKMT    FI Acct Assignment Model Management
    FLB1    Postprocessing Lockbox Data
    FLB2    Import Lockbox File
    FLBP    Post Lockbox Data
    FLCV    Create/Edit Document Template WF
    FM+0    Display FM Main Role Definition
    FM+1    Maintain FM Main Role Definition
    FM+2    Display FM Amount Groups
    FM+3    Maintain FM Amount Groups
    FM+4    Display FM Budget Line Groups
    FM+5    Maintain FM Budget Line Groups
    FM+6    Display FM Document Classes
    FM+7    Maintain FM Document Classes
    FM+8    Display FM Activity Categories
    FM+9    Maintain FM Activity Categories
    FM+A    Display Doc.Class->Doc.Cat. Assgmt
    FM+B    Maintain Doc.Clase->Doc.Cat.Assgmt
    FM03    Display FM Document
    FM21    Change Original Budget
    FM22    Display Original Budget
    FM25    Change Supplement
    FM26    Display Supplement
    FM27    Change Return
    FM28    Transfer Budget
    FM29    Display Return
    FM2D    Display Funds Center Hierarchy
    FM2E    Change Budget Document
    FM2F    Display Budget Document
    FM2G    Funds Center Hierarchy
    FM2H    Maintain Funds Center Hierarchy
    FM2I    Create Funds Center
    FM2S    Display Funds Center
    FM2T    Change Releases
    FM2U    Change Funds Center
    FM2V    Display Releases
    FM3D    Display Commitment Item Hierarchy
    FM3G    Commitment Item Hierarchy
    FM3H    Maintain Commitment Item Hierarchy
    FM3I    Create Commitment Item
    FM3N    Commitment Items for G/L Accounts
    FM3S    Display Commitment Item
    FM3U    Change Commitment Item
    FM48    Change Financial Budget: Initial Scn
    FM48_1  PS-CM: Create Planning Layout
    FM48_2  PS-CM: Change Planning Layout
    FM48_3  PS-CM: Display Planning Layout
    FM49    Display Financial Budget: Init.Scrn
    FM4G    Budget Structure Element Hierarchy
    FM5I    Create Fund
    FM5S    Display Fund
    FM5U    Change Fund
    FM5_DEL    Delete fund preselection
    FM5_DISP   Display fund preselection
    FM5_SEL    Preselection Fund
    FM6I    Create Application of Funds
    FM6S    Display Application of Funds
    FM6U    Change Application of Funds
    FM71    Maintain Cover Pools
    FM72    Assign FM Acct Asst to Cover Pool
    FM78    Charact.Groups for Cover Pools
    FM79    Grouping Chars for Cover Pool
    FM7A    Display Cover Eligibility Rules
    FM7I    Create Attributes for FM Acct Asst
    FM7P    Maintain Cover Eligibility Rules
    FM7S    Display Cover Eligibility Rules
    FM7U    Maintain Cover Eligibility Rules
    FM9B    Copy Budget Version
    FM9C    Plan Data Transfer from CO
    FM9D    Lock Budget Version
    FM9E    Unlock Budget Version
    FM9F    Delete Budget Version
    FM9G    Roll Up Supplement
    FM9H    Roll up Original Budget
    FM9I    Roll Up Return
    FM9J    Roll Up Releases
    FM9K    Change Budget Structure
    FM9L    Display Budget Structure
    FM9M    Delete Budget Structure
    FM9N    Generate Budget Object
    FM9P    Reconstruct Budget Distrbtd Values
    FM9Q    Total Up Budget
    FM9W    Adjust Funds Management Budget
    FMA1    Matching: Totals and Balances (CBM)
    FMA2    Matching: CBM Line Items and Totals
    FMA3    Matching: FI Line Items (CBM)
    FMA4    Matching: FI Bank Line Items (CBM)
    FMAA    Matching: Line Items and Totals (FM)
    FMAB    Matching: FI FM Line Items
    FMAC    Leveling: FM Commitment Line Items
    FMAD    Leveling: FI-FM Totals Records
    FMAE    Display Change Documents
    FMAF    Level Line Items and Totals Items
    FMB0    CO Document Transfer
    FMB1    Display Security Prices-Collect.
    FMBI    Use Revenues to Increase Expend.Bdgt
    FMBUD005   FIFM Budget Data Export
    FMBUD006   FIFM Budget Data Import
    FMBV    Activate Availability Control
    FMC2    Customizing in Day-to-Day Business
    FMCB    Reassignment: Document Selection
    FMCC    Reassignment: FM-CO Assignment
    FMCD    Reassignment: Delete Work List
    FMCG    Reassignment: Overall Assignment
    FMCN    Reassignment: Supplement.Acct Assgt
    FMCR    Reassignment: Display Work List
    FMCT    Reassignment: Transfer
    FMD1    Change Carryforward Rules
    FMD2    Display Carryforward Rules
    FMDM    Monitor Closing Operations
    FMDS    Copy Carryforward Rules
    FMDT    Display Carryforward Rules
    FME1    Import Forms from Client 000
    FME2    Import Reports from Client 000
    FME3    Transport Forms
    FME4    Transport Reports
    FME5    Reorganize Forms
    FME6    Reorganize Drilldown Reports
    FME7    Reorganize Report Data
    FME8    Maintain Batch Variants
    FME9    Translation Tool - Drilldown
    FMEB    Structure Report Backgrnd Processing
    FMEH    SAP-EIS: Hierarchy Maintenance
    FMEK    FMCA: Create Drilldown Report
    FMEL    FMCA: Change Drilldown Report
    FMEM    FMCA: Display Drilldown Report
    FMEN    FMCA: Create Form
    FMEO    FMCA: Change Form
    FMEP    FMCA: Display Form
    FMEQ    FMCA: Run Drilldown Report
    FMER    FMCA: Drilldown Tool Test Monitor
    FMEURO1 Create Euro FM Area
    FMEURO2 Refresh Euro Master Data
    FMEURO3 Display Euro FM Areas
    FMEURO4 Deactivate Euro FM Areas
    FMEV    Maintain Global Variable
    FMF0    Payment Selection
    FMF1    Revenue Transfer
    FMG1    FM: Create Commitment Item Group
    FMG2    FM: Change Commitment Item Group
    FMG3    FM: Display Commitment Item Group
    FMG4    FM: Delete Commitment Item Group
    FMG5    Generate BS Objects fr.Cmmt Item Grp
    FMHC    Check Bdgt Structure Elements in HR
    FMHG    Generate Bdgt Struc Elements in HR
    FMHGG   Generate BS Elements f. Several Fnds
    FMHH    Master Data Check
    FMHIST  Apportion Document in FM
    FMHV    Budget Memo Texts
    FMIA    Display Rules for Revs.Incr.Budget
    FMIB    Increase Budget by Revenues
    FMIC    Generate Additional Budget Incr.Data
    FMIL    Delete Rules for Revs Incr. Budget
    FMIP    Maintain Rules for Revs.Incr.Budget
    FMIS    Display Rules for Revs.Incr.Budget
    FMIU    Maintain Rules for Revs.Incr.Budget
    FMJ1    Fiscal Year Close: Select Commitment
    FMJ1_TR Settlement: Select Commitment
    FMJ2    Fiscal Year Close: Carr.Fwd Commts
    FMJ2_TR Settlement: Transfer Commitment
    FMJ3    Reverse Commitments Carryforward
    FMJA    Budget Fiscal Year Close: Prepare
    FMJA_TR Budget Settlement: Prepare
    FMJB    Determine Budget Year-End Closing
    FMJB_TR Budget Settlement: Determine
    FMJC    Budget Fiscal-Year Close: Carry Fwd
    FMJC_TR Budget Settlement: Transfer
    FMJD    Reverse Fiscal Year Close: Budget
    FMLD    Ledger Deletion
    FMLF    Classify Movement Types
    FMN0    Subsequent Posting of FI Documents
    FMN1    Subsequent Posting of MM Documents
    FMN2    Subsequent Posting of Billing Docs
    FMN3    Transfer Purchase Req. Documents
    FMN4    Transfer Purchase Order Documents
    FMN5    Transfer Funds Reservation Documents
    FMN8    Simulation Lists Debit Position
    FMN8_OLD   Simulation Lists Debit Position
    FMN9    Posted Debit Position List
    FMN9_OLD   Posted Debit Position List
    FMNA    Display CBA Rules
    FMNP    Maintain CBA Rules
    FMNR    Assign SN-BUSTL to CBA
    FMNS    Display CBA Rules
    FMNU    Maintain CBA Rules
    FMP0    Maintain Financial Budget
    FMP1    Display Financial Budget
    FMP2    Delete Financial Budget Version
    FMR0    Reconstruct Parked Documents
    FMR1    Actual/Commitment Report
    FMR2    Actual/Commitment per Company Code
    FMR3    Plan/Actual/Commitment Report
    FMR4    Plan/Commitment Report w.Hierarchy
    FMR5A   12 Period Forecast: Actual and Plan
    FMR6A   Three Period Display: Plan/Actual
    FMRA    Access Report Tree
    FMRB    Access Report Tree
    FMRE_ARCH    Archive Earmarked Funds
    FMRE_EWU01   Earmarked Funds: Euro Preprocessing
    FMRE_EWU02   Earmarked Funds: Euro Postprocessing
    FMRE_SERLK   Close Earmarked Funds
    FMRP18  Clear Subsequent Postings
    FMSS    Display Status Assignment
    FMSU    Change Assigned Status
    FMU0    Display Funds Reservation Doc.Types
    FMU1    Maintain Funds Reservation Doc.Types
    FMU2    Display Funds Reservtn Fld Variants
    FMU3    Maintain Funds Resvtn Field Variants
    FMU4    Display Funds Reservation Fld Groups
    FMU5    Maintain Funds Reservatn Fld Groups
    FMU6    Display Funds Reservtn Field Selctn
    FMU7    Maintain Funds Resvtn Field Selctn
    FMU8    Display Template Type for Fds Resvtn
    FMU9    Maintain Template Type for Fds Resvn
    FMUA    Dispay Fds Res.Template Type Fields
    FMUB    Maintain Fds Res.Template Type Flds
    FMUC    Display Funds Res. Reference Type
    FMUD    Maintain Funds Res.Reference Type
    FMUE    Display Funds Res.Ref.Type Fields
    FMUF    Maintaine Fds Rsvtn Ref.Type Fields
    FMUG    Display Reasons for Decision
    FMUH    Maintain Reasons for Decisions
    FMUI    Display Groups for Workflow Fields
    FMUJ    Maintain Groups for Workflow Fields
    FMUK    Display Fields in Groups for WF
    FMUL    Maintain Fields in Groups for WF
    FMUM    Display Field Selctn ->Variant/Group
    FMUN    Display Field Seln->Variant/Group
    FMUV    Funds Resvtn Field Status Var.Asst
    FMV1    Create Forecast of Revenue
    FMV2    Change Forecast of Revenue
    FMV3    Display Forecast of Revenue
    FMV4    Approve Forecast of Revenue
    FMV5    Change FM Acct Asst in Fcst of Rev.
    FMV6    Reduce Forecast of Revenue Manually
    FMVI    Create Summarization Item
    FMVO    Fund Balance Carryforward
    FMVS    Display Summarization Item
    FMVT    Carry Forward Fund Balance
    FMVU    Change Summarization Item
    FMW1    Create Funds Blocking
    FMW2    Change Funds Blocking
    FMW3    Display Funds Blocking
    FMW4    Approve Funds Blocking
    FMW5    Change FM Acct Asst in Funds Blkg
    FMWA    Create Funds Transfer
    FMWAZ   Payment Transfer
    FMWB    Change Funds Transfer
    FMWC    Display Funds Transfer
    FMWD    Approve Funds Transfer
    FMWE    Change FM Acct Asst in Funds Trsfr
    FMX1    Create Funds Reservation
    FMX2    Change Funds Reservation
    FMX3    Display Funds Reservation
    FMX4    Approve Funds Reservation
    FMX5    Change FM Acct Asst in Funds Resvn
    FMX6    Funds Reservation: Manual Reduction
    FMY1    Create Funds Commitment
    FMY2    Change Funds Commitment
    FMY3    Display Funds Precommitment
    FMY4    Approve Funds Precommitment
    FMY5    Change FM Acct Asst in Funds Prcmmt
    FMY6    Reduce Funds Precommitment Manually
    FMZ1    Create Funds Commitment
    FMZ2    Change Funds Commitment
    FMZ3    Display Funds Commitment
    FMZ4    Approve Funds Commitment
    FMZ5    Change FM Acct Asst in Funds Commt
    FMZ6    Reduce Funds Commitment Manually
    FMZBVT  Carry Forward Balance
    FMZZ    Revalue Funds Commitments
    FM_DL07    Delete Worklist
    FM_DLFI    Deletes FI Documnts Transferred from
    FM_DLFM    Deletes all FM Data (fast)
    FM_DLOI    Deletes Cmmts Transferred from FM
    FM_EURO_M  Parameter maintenance for euro conv.
    FM_RC06    Reconcile FI Paymts-> FM Totals Itms
    FM_RC07    Reconcile FI Paymts-> FM Line Items
    FM_RC08    Reconcile FM Paymts -> FM Line Items
    FM_RC11    Select Old Payments
    FM_S123    GR/IR: Post OIs to FM Again
    FM_S201    Post Payments on Account to FIFM
    FM_SD07    Display Worklist
    FN-1    No.range: FVVD_RANL (Loan number)
    FN-4    Number range maintenance: FVVD_PNNR
    FN-5    Number range maintenance: FVVD_SNBNR
    FN-6    Number range maintenance: FVVD_RPNR
    FN09    Create Borrower's Note Order
    FN11    Change borrower's note order
    FN12    Display borrower's note order
    FN13    Delete borrower's note order
    FN15    Create borrower's note contract
    FN16    Change borrower's note contract
    FN17    Display borrower's note contract
    FN18    Payoff borrower's note contract
    FN19    Reverse borrower's note contract
    FN1A    Create other loan contract
    FN1V    Create other loan contract
    FN20    Create borrower's note offer
    FN21    Change borrower's note offer
    FN22    Display borrower's note offer
    FN23    Delete borrower's note offer
    FN24    Activate borrower's note offer
    FN2A    Change other loan application
    FN2V    Change other loan contract
    FN30    Create policy interested party
    FN31    Change policy interested party
    FN32    Display policy interested party
    FN33    Delete policy interested party
    FN34    Policy interested party in applic.
    FN35    Policy interested party in contract
    FN37    Loan Reversal Chain
    FN3A    Display other loan application
    FN3V    Display other loan contract
    FN40    Create other loan interested party
    FN41    Change other loan interested party
    FN42    Display other loan interested party
    FN43    Delete other loan interested party
    FN44    Other loan interest.party in applic.
    FN45    Other loan interested prty in cntrct
    FN4A    Delete other loan application
    FN4V    Delete other loan contract
    FN5A    Other loan application in contract
    FN5V    Payoff other loan contract
    FN61    Create collateral value
    FN62    Change collateral value
    FN63    Display collateral value
    FN70    List 25
    FN72    List 54
    FN80    Enter manual debit position
    FN81    Change manual debit position
    FN82    Display manual debit position
    FN83    Create waiver
    FN84    Change waiver
    FN85    Display waiver
    FN86    Enter debit position depreciation
    FN87    Change debit position depreciation
    FN88    Display debit position depreciation
    FN8A    Manual Entry: Unsched. Repayment
    FN8B    Manual Entry: Other Bus. Operations
    FN8C    Manual Entry: Charges
    FN8D    Post Planned Records
    FNA0    Policy application in contract
    FNA1    Create mortgage application
    FNA2    Change mortgage application
    FNA3    Display mortgage application
    FNA4    Complete mortgage application
    FNA5    Mortgage application in contract
    FNA6    Create policy application
    FNA7    Change policy application
    FNA8    Display policy application
    FNA9    Delete policy application
    FNAA    Reactivate deleted mortgage applic.
    FNAB    Reactivate deleted mortg. int.party
    FNAC    Reactivate deleted mortgage contract
    FNAD    Reactivate deleted policy applicat.
    FNAE    Reactivate deleted policy contract
    FNAG    Reactivate deleted other loan applic
    FNAH    Reactivate del. other loan int.party
    FNAI    Reactivate deleted other loan cntrct
    FNAK    Select file character
    FNAL    Reactivate deleted BNL contract
    FNAM    Reactivate deleted policy contract
    FNASL   Loans: Account Analysis
    FNB1    Transfer to a Loan
    FNB2    Transfer from a Loan
    FNB3    Document Reversal - Loans
    FNB8    BAV Information
    FNB9    BAV transfer
    FNBD    Loans-Automatic bal.sheet transfer
    FNBG    Guarantee charges list
    FNBU    DARWIN- Loans accounting menu
    FNCD    Transfer Customizing for Dunning
    FNCW1   Maintain Standard Role
    FNCW2   Transaction Release: Adjust Workflow
    FNDD    Convert Dunning Data in Dunn.History
    FNEN    Create Loan
    FNENALG   Create General Loan
    FNENHYP   Create Mortgage Loan
    FNENPOL   Create Policy Loan
    FNENSSD   Create Borrower's Note Loan
    FNF1    Rollover: Create file
    FNF2    Rollover: Change file
    FNF3    Rollover: Display file
    FNF4    Rollover: Fill file
    FNF9    Rollover: Evaluations
    FNFO    ISIS: Create file
    FNFP    ISIS: Change file
    FNFQ    ISIS: Display file
    FNFR    ISIS: Fill file
    FNFT    Rollover: File evaluation
    FNFU    Rollover: Update file
    FNG2    Total Loan Commitment
    FNG3    Total Commitment
    FNI0   
    FNI1    Create mortgage application
    FNI2    Change mortgage application
    FNI3    Display mortgage application
    FNI4    Delete mortgage application
    FNI5    Mortgage application to offer
    FNI6    Mortgage application in contract
    FNIA    Create interested party
    FNIB    Change interested party
    FNIC    Display interested party
    FNID    Delete interested party
    FNIE    Reactivate interested party
    FNIH    Decision-making
    FNIJ    Create credit standing
    FNIK    Change credit standing
    FNIL    Display credit standing
    FNIN    Create collateral value
    FNIO    Change collateral value
    FNIP    Display collateral value
    FNK0    Multimillion Loan Display (GBA14)
    FNK1    Loans to Managers (GBA15)
    FNKO    Cond.types - Cond.groups allocation
    FNL1    Rollover: Create Main File
    FNL2    Rollover: Change Main File
    FNL3    Rollover: Displ. Main File Structure
    FNL4    New business
    FNL5    New business
    FNL6    New business
    FNM1    Automatic Posting
    FNM1S   Automatic Posting - Single
    FNM2    Balance sheet transfer
    FNM3    Loans reversal module
    FNM4    Undisclosed assignment
    FNM5    Automatic debit position simulation
    FNM6    Post dunning charges/int.on arrears
    FNM7    Loan reversal chain
    FNMA    Partner data: Settings menu
    FNMD    Submenu General Loans
    FNME    Loans management menu
    FNMEC   Loans Management Menu
    FNMH    Loans management menu
    FNMI    Loans information system
    FNMO    Loans Menu Policy Loans
    FNMP    Rollover
    FNMS    Loans Menu Borrower's Notes
    FNN4    Display general file
    FNN5    Edit general file
    FNN6    Display general main file
    FNN7    Edit general main file
    FNN8    Display general main file
    FNN9    Edit general overall file
    FNO1    Create Object
    FNO2    Change Object
    FNO3    Display Object
    FNO5    Create collateral
    FNO6    Change collateral
    FNO7    Display collateral
    FNO8    Create Objects from File
    FNO9    Create Collateral from File
    FNP0    Edit rollover manually
    FNP4    Rollover: Display file
    FNP5    Rollover: Edit File
    FNP6    Rollover: Display main file
    FNP7    Rollover: Edit main file
    FNP8    Rollover: Display overall file
    FNP9    Rollover: Edit overall file
    FNQ2    New Business Statistics
    FNQ3    Postprocessing IP rejection
    FNQ4    Customer Inc. Payment Postprocessing
    FNQ5    Transact.type - Acct determinat.adj.
    FNQ6    Compare Flow Type/Account Determin.
    FNQ7    Generate flow type
    FNQ8    Automatic Clearing for Overpayments
    FNQ9    Int. adjustment run
    FNQF    Swiss interest adjustment run
    FNQG    Swiss special interest run
    FNR0    Loans: Posting Journal
    FNR6    Insur.prtfolio trends - NEW
    FNR7    Totals and Balance List
    FNR8    Account statement
    FNR9    Planning list
    FNRA    Other accruals/deferrals
    FNRB    Memo record update
    FNRC    Accruals/deferrals reset
    FNRD    Display incoming payments
    FNRE    Reverse incoming payments
    FNRI    Portfolio Analysis Discount/Premium
    FNRS    Reversal Accrual/Deferral
    FNS1    Collateral number range
    FNS4    Cust. list parameters for loan order
    FNS6    Installation parameter lists
    FNS7    Loan Portfolio Trend Customizing
    FNSA    Foreign currency valuation
    FNSB    Master data summary
    FNSL    Balance reconciliation list
    FNT0    Loan correspondence (Switzerland)
    FNT1    Autom. deadline monitoring
    FNT2    Copy text modules to client
    FNUB    Treasury transfer
    FNV0    Payoff policy contract
    FNV1    Create mortgage contract
    FNV2    Change mortgage contract
    FNV3    Display mortgage contract
    FNV4    Delete mortgage contract
    FNV5    Payoff mortgage contract
    FNV6    Create policy contract
    FNV7    Change policy contract
    FNV8    Display policy contract
    FNV9    Delete policy contract
    FNVA    Create paid off contracts
    FNVCOMPRESSION  Loans: Document Data Summarization
    FNVD    Disburse Contract
    FNVI    Loans: General Overview
    FNVM    Change Contract
    FNVR    Reactivate Contract
    FNVS    Display Contract
    FNVW    Waive Contract
    FNWF    WF Loans Release: List of Work Items
    FNWF_REP   Release Workflow: Synchronization
    FNWO    Loans: Fast Processing
    FNWS    Housing statistics
    FNX1    Rollover: Create Table
    FNX2    Rollover: Change Table
    FNX3    Rollover: Display Table
    FNX6    Rollover: Delete Table
    FNX7    Rollover: Deactivate Table
    FNX8    Rollover: Print Table
    FNXD    TR-EDT: Documentation
    FNXG    List of Bus. Partners Transferred
    FNXU    List of Imported Loans
    FNY1    New Business: Create Table
    FNY2    New Business: Change Table
    FNY3    New Business: Display Table
    FNY6    New Business: Delete Table
    FNY7    New Business: Deactivate Table
    FNY8    New Business: Print Table
    FNZ0    Rejections report
    FNZ1    Postprocessing payment transactions
    FNZA    Account Determination Customizing
    FN_1    Table maint. transferred loans
    FN_2    Table maintenance transf. partner
    FN_UPD_FELDAUSW   Update Program for Field Selection
    Dasharathi...

  • Regarding Linking Customer Name in Purchase Order PLD

    Dear Experts,
    I need to show the Customer Name in Purchase Order PLD. Purchase Order's base document is Sales Order.  Eventhough i mapped the sales order table and customer name in the Purchase PLD, the system is hanging and coming slowly like some 1234 blank pages.
    How to show the same ?
    Pl help, Thanks
    Regards
    Sundaram

    Hi Sunrag......
    If your PO is linked with SO. Then you can fetch customer name easily by FMS in PO.
    From there you ca gte the Customer Name into your PLD and it wont hang also.....
    Regards,
    Rahul

Maybe you are looking for

  • Connecting external VGA displays

    I am attempting to connect two external displays to my 15" early 2011 macbook pro. One is a Dell monitor and the other is a Hanns-G. Both are pretty old and only have VGA ports, but I know for a fact both the monitors work because I was using them on

  • Custom swatch library isn't updating in CC

    I have a big custom swatch library that I'm continually making additions and corrections to. I have it set as persistent, and the library works fine, but it doesn't update when I make changes to it. As far as I can tell, it's still stuck at the point

  • IPad smart cover ripping at sides

    My iPad smart cover at the sides is breaking and separating. I lost the receipt will apple still give me a new one if I take it back With out the receipt?

  • How to create an object within the same class???

    hi im just a newbie i v been always creating an object from the main class.. but how to create an object inside the same class?? i got main and students class the main got an array Students[] stu = new Students[] and i got stu[i] = new Students(id,na

  • Saved file reverting to unsaved status

    2010 post from another 2007 thread on a different topic than that thread (edited): The latest  anomaly with Dreamweaver (CS2) with Windows 7, is that I will save an HTML file using Ctrl-S, then use Ctrl-Shift-U to upload it. But often, when I do this