Compliance with IAS 7 Direct Method

We have a customer who wants to comply with thdirect method of IAS 7.they have ERP and are on the latest version.
u2018  Right now they are using a multi step reporting process that they want to automate . The core part of this process basically consists on querying the line items from this IOs, obtaining their related Purchase Orders / Vendor Data and then querying FBL1n for the vendor line item report to find out which amounts have really been paid. The issue was that all of the SAP capex reports are not at a cash level (the $u2019s hit the capex I/O when the invoice is received, not paid)u2026but for magnitude / IFRS it has to be reported at a cash level (when the invoice is paid).
Does anyone know the best practise process for complying wIth this IAS and the customers requirements.

You should consider the Liquidity Planner function.
Please check note 412605 for further details.
Regards,

Similar Messages

  • Can u send me the link which describes me in about bdc with direct method

    Can u send me the link which describes me in about bdc with direct method with examples in detail

    Hi,
    http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cf7940e11d295df0000e82de14a/frameset.htm
    and
    http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7cf7940e11d295df0000e82de14a/frameset.htm
    For BDC:
    http://myweb.dal.ca/hchinni/sap/bdc_home.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.sapdevelopment.co.uk/bdc/bdchome.htm
    http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html
    Check these link:
    http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
    http://www.sap-img.com/abap/question-about-bdc-program.htm
    http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/
    http://www.planetsap.com/bdc_main_page.htm
    reward if useful
    regards,
    Anji

  • How can I add some fields with LSMW standard program(Direct methods)

    Is this possible to add some fields with LSMW standard program?I like to upload data for MM01 using LSMW direct method,but some fields are not in standard program.How can I solve this problem?kindly help me pls.....

    Hi
    I think this should be possible. While doing LSMW, when the first record is uploaded system reads the fields ans stores them.
    Regards]
    Aravind

  • ADF from JDeveloper 10.1.2 not compatible with iAS 9.0.1

    Hi,
    We developed an ADF Application with JDeveloper 10.1.2 and we use the ADF interMedia domains (e.g. oracle.ord.im.OrdDocDomain). The application runs fine in JDeveloper, but doesn't run on our iAS 9.0.4.1. We get the following exception:
    java.lang.NoClassDefFoundError: oracle/sql/DatumWithConnection
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)
    at oracle.jbo.common.JBOClass.forName(JBOClass.java:161)
    at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:203)
    at oracle.jbo.server.AttributeDefImpl.initFromXML(AttributeDefImpl.java:2061)
    at oracle.jbo.server.AttributeDefImpl.loadFromXML(AttributeDefImpl.java:2013)
    at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:2815)
    at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:2779)
    at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2362)
    at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2106)
    at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:514)
    [...rest of stacktrace omitted ...]
    The problem is that the JDBC version of the iAS 9.0.4.1 is missing the class DatumWithConnection that is indirectly referenced by the interMedia classes supplied with JDeveloper 10.1.2.
    In detail, oracle.ord.im.OrdDoc uses oracle.sql.STRUCT. The inheritance hierarchy of STRUCT is different in the JDBC versions on iAS 9.0.4.1 (oracle.sql.Datum <- oracle.sql.STRUCT) and JDeveloper 10.1.2 (oracle.sql.Datum <- oracle.sql.DatumWithConnection <- oracle.sql.STRUCT). The class file of oracle.ord.im.OrdDoc (from 10.1.2. JDeveloper) was apparently compiled the new JDBC driver version since it contains a reference to oracle.sql.DatumWithConnection. And that class cannot be found if run on iAS 9.0.4.1 with its old JDBC version.
    I think this is a very serious problem, since it means that ADF from JDeveloper 10.1.2 is not compatible with iAS 9.0.4.1, in contradiction to the support matrix (http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html).
    Upgrading the JDBC Driver on the iAS seems to be the only clean solution for this problem (we also tried using old versions of the ordim.jar etc. but that always leads to other problems). But simply exchanging the JDBC jar-files on the server breaks the Enterprise Manager on our iAS installation.
    I have two questions:
    1) Is there a recommended workaround for the compatibility issue described above?
    2) Is there a documented and supported way to upgrade the JDBC driver of iAS 9.0.4.1? I searched OTN and MetaLink and haven't found anything about this.
    Kind Regards,
    Kay
    P.S. It is surprising that this problem is rarely mentioned in the OTN forums at all. The only relevant thread is on the JHeadstart Forum:
    JHeadstart Deployment Issue
    P.S.2
    More info on what we tested:
    We have thoroughly checked that the 10.1.2. ADF runtime was correctly deployed on our iAS 9.0.4.1. We installed a OC4J 9.0.4.0.0 standalone on the same linux machine as our iAS 9.0.4.1 and deployed our application on it, getting the same error (java.lang.NoClassDefFoundError: oracle/sql/DatumWithConnection) as on the iAS. Replacing the JDBC drivers of the OC4J standalone with the version that came with JDeveloper 10.1.2 solved the problem.

    I don't think that mixing classes from different jar file is a good idea. Nevertheless, we tested this approach already. Adding the DatumWithConnection.class from the 10.1.0.3.0 JDBC version to the jar file of the original JDBC version (of the iAS 9.0.4.1.0) caused a java.lang.VerifyError to appear.
    The DatumWithConnection class is not simply added in the newer JDBC version. It is inserted into the inheritance hierarchy of oracle.sql.STRUCT and oracle.sql.Datum. Simply providing the new class next to the old JDBC driver will not work.
    To give more information about what's wrong with updating the complete JDBC driver, I justed tested it again. To update the JDBC driver I stopped the server, changed the contents of jdbc/lib, started the server. I tried it with JDBC Version 9.2.0.5 as well as 10.1.0.3.0.
    In both cases, our own application works, i.e. no more NoClassDefFoundError caused by oracle.sql.DatumWithConnection.
    The Enterprise Manager shows strange behaviour, however. Some features work as usual but, for example, when I click on the "Applications" tab for our OC4J instance, we just get the following error shown in the browser:
    An error was encountered while loading page. Failed to initialize configuration management user session.. See base exception for details.
    Root Cause: TDU
    Resolution: See base exception for details.. TDU
    In one of the server logs I found the following stacktrace:
    java.lang.NoSuchFieldError: TDU
         at oracle.net.resolver.NavDescription.navigate(Unknown Source)
         at oracle.net.resolver.NavServiceAlias.navigate(Unknown Source)
         at oracle.net.resolver.AddrResolution.resolveAddrTree(Unknown Source)
         at oracle.net.resolver.AddrResolution.resolveAndExecute(Unknown Source)
         at oracle.net.ns.NSProtocol.establishConnection(Unknown Source)
         at oracle.net.ns.NSProtocol.connect(Unknown Source)
         at oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1777)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:215)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:365)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:547)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:347)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.context.isearch.admin.users.InstanceManager.getSchemaConnection(InstanceManager.java:688)
         at test.admin__status._jspService(_admin__status.java:112)
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Kind Regards,
    Kay

  • Cash Flow (Direct Method ) Report ( T-Code S_ALR_870_12271 ) not Working

    Hi All,
             I am trying to run Cash Flow (Direct Method ) Report with T-Code S_ALR_870_12271 but it's showing Output  as following .
         No records were selected          
         Table     Financial Statement Key Figures
         Report name     0SAPRATIO-04
         Report long text     Cash Flow (Direct Method)
         Form     0SAPRATIO-04 Cash Flow (Direct)
         Report type     Form report
               General information          
         A     uthor          SAP
         Created on     06.02.1996
         Last changed by     ABAP1
         Last changed on     25.03.2009
         Last changed at     17:42:09
         Last displayed on     25.03.2009
         Number of times displayed     18
         Basic list     Detail list
               Additional selection conditions     
         C     ompany Code     101     0 HGSL INDIA
         Currency Type     10 Company code currenc
         G/L Account     60000000
         G/L Account     60000000
         Bal.sheet type     1 Standard financial s
               General data selections          
         P     lan./act. ind.          0    Actual
         Fin.Stmt Vers.     INT  Financial Statement
               Variable          
         F     iscal year          
         Fiscal year     2008 2008
               Selected characteristics ( Online sort order )     
         G     /L Account     *     
         Business Area     *
         Company Code     *
         Period     *
               Columns selected for drilldown list     
         F     iscal Yr ;2008          
         Fiscal Yr ;2007     
               Rows selected for drilldown list     
         +      Sales revenues          
         + Incr.dwn pmts rec.     
         - Incr.recvbls f.G&S     
         Sales collections     
         + Material costs     
         - Incr.in pybls G&S     
         + Incr.dwn pmts made     
         Material disbursmnts     
         + Personnel costs     
         - Incr.in pens.prov.     
         Personnel disbursmts     
         + Oth.int./sim.incme     
         - Interest expenses     
         - Increase in discnt     
         + Inc.fr.investments     
         + Due to prof.trans.     
         + Inc.f.oth.securits     
         Financial collectns     
         + Other operat.inc.     
         - Gns f.retr.sp.itms     
         + Increase in AE/DI     
         Oth.operat.collectns     
         + Oth.operat.expnses     
         - Optional add.items     
         - All.sp.itms w.res.     
         - Incr.in oth.provs     
         + Inc.prpd/defr.itms     
         Oth.operat.disbrsmts     
         + other taxes     
         - Incr.in tax.prov.     
         Income tax     
         = Cash flow (total)     
               Particular sort orders          
         G     /L Account          G/L Account Long name Ascending
         Company Code     Company Code        e Ascending Long name Ascending
    Plese Help me out ...
    Thanks
      Amit

    Hello Ajay
    It happens due to different settings mostly in FORM e.g. FSV set in the form would be INT where as you have your own FSV.  Similarly you need to check each and every item and change suitably.
    Run the report via above tcode again, then a screen will appear saying u201CNo records were selectedu201D
    In this screen you can see the FSV used in General Data Selection (4th box) which you need to change by pushing u201CFORMu201D push button on the extreme left side, > Go to edit menu>Gen data selection > make changes suitably.
    However do not make changes to the standard report / form, so copy the standard report with your own naming and make the changes where ever required.
    Hope it works!
    Ambadas

  • Cash Flow Report - Direct Method

    BW guru's, my client produces a monthly "Cash Flow" report based upon the "Direct Method".  BW delivers an "Indirect Method" cash flow report which does not meet my clients requirements.  So, I am looking for someone who has designed and implemented a "Direct Method" cash flow report in the FI and will provide a "How to" approach to this requirement.
    Thank you

    Hi,
    It supports from EHP3 and EHp4 of ECC
    which one you are using based on that you can do
    The dat low is as below.
    0figl_r20--
    0figl_c20----
    the above both s hould be moved to the 0figl_m20
    0figl_v30
    0figl_v31
    both should be moved to the 0figl_m30
    In the ehp 3
    There is a one more feild of masre data
    0ACCESSTP_ATTR
    0ACCESSTP_TEXT
    Access Method
        R :- Direct access to ERP
        C :- Access to BI
    :- Both R and C
    then there is one more feild there isa acces method , then for that acces type also will be loaded in cube , based on that you can for the acces  method either direct or BI
    Based on that you can check and try to show the report.
    but the satandard report it is beasd on different financial satament of items, as per your  orgianization financial staement of item , you should discuss with your FI consulatnat and do changes.
    Thansk & Regarsd,
    sathish
    above those should be loaded both master data

  • How to prepare cash flow statement (Direct Method)?

    Dear Master,
    I go through forums I got below the some points, this point I couldnu2019t understand.
    Please explain detail how to prepare in cash flow statement (Direct Method).
    Cash flow statement ( I Got some points)
    Create a form using FSI4 - Refer standard forms available in FSI5 and FSI6.
    Create a report by using FSI1 (assign the form that you have created FSI4) - Refer standard reports available in FSI2 and FSI3.
    Please make sure that you have completed your Financial Statement Version in all respects, before designing your cash flow statement. OB58.
    0SAPRATIO-04 Cash flow (direct) Form
    0SAPRATIO-04 Cash flow (direct method)
    You should know what format you would like to see in the cash flow statement.
    You should use the FS items accordingly copy the standard forms and changed according to your format.
    You should be conversant enough to do basic report painter.
    Thanks & Regards
    Selva

    Selva,
    The tool you are looking for is SAP Liquidity Planner. We have succesfully implemented direct cash flows in SAP ECC 6.0 with this tool and it works like a charm. Cash flow calculation is done in SAP ECC and reports in BW (optional). You may also complement your cash flow model by using BW-BPS for future cash flow planning and forecasts.
    Please refer to SAP Help Online Documentation link regarding the Liquidity Planner (LP is part of SAP Financial Supply Chain Management - FSCM):
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/47/f23d4050d89523e10000000a1550b0/frameset.htm
    Direct Cash Flow calculation had long  been a lagging issue in SAP R/3 until the arrival of the Liquidity Planner. As far as I know, before this there was no straight-forward solution for the direct method. You might be going down the wrong path by asuming that building a Direct Cash Flow is just a "reporting  issue". I strongly suggest you take a look at the Liquidity Planner before anything else.
    Let me know how it goes.
    Regards,
    Rodolfo Bermúdez Neubauer

  • Absorption&Variable(Direct)method Costing, are possible both method on SAP?

    Hello my dear Gurus:
    In our actual project; we are trying to include on SAP the Absorption and Variable (Direct) costing methods; this of course within the Controlling modules (Product costing (actual costing), CCA, IO's, etc.) In order to comply with the external (Absorption) and internal (Variable/Direct) costing requirements. So the Big question we already know that the absorption method is plain, BUT how can we include the variable (Direct) method costing with any development (i.e: Parallel Accounting costing (Alternative Valuation Run)). or configuring the Cost Components attributes that the (Fixed costs) are not included in the inventory valuation (TCODE OKTZ).
    Our first impression is that SAP it is only capable to execute the analysis under the Absorption method without the Variable(direct) costing.
    Please if you have both methods implemented, please let me know how you did it?
    Kinds regards!

    Hi,
    Yes. This Variable/direct/Marginal Costing is possible in SAP. All you have to do is to create a Profitability Report. First you need to deduct all variable costs from the Revenue to arrive at  the contribution/Gross Margin. And then, you need to deduct Fixed costs from the Contribution to get the Profit. You can also find breakeven point and breakeven volume for the business. The only challenge is to segregate the costs into variable and fixed as accurately as possible.
    Trust this helps to a large extent,
    Cheers,

  • Automatic Vendor Evaluation - Compliance with Shipping Instructions

    Hi Gurus,
    Can anybody help me for "Compliance with Shipping Instructions".
    I have maintained the shipping instructions but i need to know where the receiving person needs to enter score for Vendor's compliance for shipping instructions before posting the GR inorder to do Vendor Evaluation.
    Thanks

    hi
    u find out what is main criteria
    if  Sub criteria is Compliance with shipping instr
    u need to find out which scoring method ur foloowing
    if it is automatic u need to maintain points score for sub criteria then system automatically will do.
    for that u need maintain Compliance with shipping  at the time of GR
                      in WHERE tab page in item .
    ok
    nani

  • Aironet 1552E with 8-dBi Directional Antenna AIR-ANT2588P3M-N

    Hello everyone,
    Im building a local wireless network and im going to use the Aironet 1552E outdoor cisco access point, with 2 patch-directional Antenna 8dBi (AIR-ANT2588P3M-N) at 2,4 GHz.
    The problem im facing is that i have to cover a specific area with really thick walls (about 80cm cement and stone made). That obviously decreases my signal a lot. (i currently use an indoor cisco aironet 1130 (2dBi) and its really hard for it to have more than 3-4 signal bars inside the room).
    So i would like to know, how can i calculate the distance that the new access point with the patch antenna's going to cover?
    Or where can i find any specifications about the stength of the signal and the coverage area in real enviroment?
    Thanks in advance for your answers and comments,
    Periklis

    Dear Scott,
    I understand what you say, so to make it easier for you to provide me with a “possible” answer, I will inform you about the situation. And I hope that you will be able to help me.
    We have already placed a local wireless network using the 1130AG cisco Access points. That Cisco as you know has a 2dBi omnidirectional internal antenna.  We placed them outside of the buildings, inside of electrological boxes to protect them from the environmental changes.  The walls that the signal has to penetrate are about 80cm of cement and stone. (pretty thick walls…)
    Still, their signal differs (for ipad’s and smartphones) to 2-1  and laptops 4-5. Pretty good for an indoor AP placed outside of the buildings!
    In order to increase our signal to the maximum that we can, we decided to change the 1130AG’s with 1532 E or 1552 E  AP’s.  And combine them with the 2,4GHz external 8dBi directional PATCH antennas.
    After thinking about a way to provide better signal of wireless to our customers, we decided that  increasing the signals power from 2dBi to 8dBi as well as changing the antenna’s from omnidirectional to patch directional , we will be able to achieve better penetration of the signal inside the buildings.
    What im questioning you is, IF that thought of ours has a logic and that IF is gonna work with the current situation.
    Also, I would like to know since we will propably go for this method, in which high and distance from the 1st building it should be for better coverage?
    Hope to hear from you soon, since I really need an expert’s help on this task.
    Thank you

  • Any direct method to see what my transport request contains ?

    Hi *,
    I have 2 doubts.
    1) I have a query already existing. Now I have created a web template of it. When I transport the query, is it that the web template automatically transports along with the query or we need to explicitly assign the request to web template ?
    2) Is there any direct method(table or program) to know what are the objects contained in a transport request. I have hundreds of queries categorised into various transport requests. Some also contain web templates, InfoObjects etc. In a single shot I want to know what a particular request contains.
    If I use SE09 or SE10, the UIDs of the query elements are displayed which I need to put in the table RSZELTTXT and see the description. This is making our task cumbersome.
    Please let me know if we have any direct method so that I can assign points to the useful answers.
    Regards,
    Srinivas

    Hi Mr Kapadia,
    Appreciate your prompt reply. I have assigned you points.
    But one thing - here I can see all the UIDS in a single instance for the request, but if I need to know what that UUID refers to - a query , web template etc or what then it could have completely solved the issue.
    If you can find any table which also contains the descriptions and waht type of object it is  do let me know.
    Anyways, I guess this is a useful info for everyone.
    Regards,
    Srinivas

  • Direct method

    Hi friends
    when and why do we use direct method for loading data? and  is it better than batch input method? if so why? In what circumstances do we prefer direct method?
    Thanks

    Hi,
    Direct input method will be used when the number of records to be posted are very less and
    Batch input method is used when there is huge amount of records.
    For batch input method u need to create a session but for direct input session will not be created.
    Both the methods use same business logic for posting the data.
    Direct method means it will updates data directly to the database (fast process).
    coming to Recording method (validation happens through screens---> it is slow process)
    1) U have to know which Object, Method, Programe name u should use , and also u have to know what is the target structure(exactly in which structure the data values are reflecting ) that u have to assign u r source structure.
    Note: if u have any zfields in the tcode(which u want to upload ) then in Direct input case u cant upload those fields, at that time u have search for alternative fields, if its not there, then there is noway to upload values in those particular zfields , uhave to go for Recording method.
    so choose carefully which method u want, before starting the job.
    Among the methods of data transfer through BDC, direct input method is the one that is used, especially in case of transferring large amount of data. In order to enhance the batch input procedure, the system offers you with the direct input technique.
    There is a distinction between the batch input technique and this technique. Unlike batch input technique, this technique does not create sessions. Instead, it stores the data directly. Moreover, it does not process screens. The data has to be entered directly into the corresponding database tables. The system calls a number of function modules which execute necessary checks, if any required. In the case of errors, the direct input technique has a facility to restart the entire mechanism. However, if you want to restart the entire mechanism in case you faced an error, then direct input programs must be executed in the background only. One has to use program RBMVSHOW or Transaction BMV0 to maintain and start these programs.
    do refer this link
    Direct Input (DINP)
    With direct input, the SAP function modules execute the consistency checks. However with batch input, these consistency checks are executed with help of the screens. This means that direct input has considerable performance advantages. But there are a few programs for direct input, you can use them if it accomplishes your goal. Direct Input programs work like that they update database tables directly. As you know that it is forbidden to update SAP database tables directly, since consistency and security should be considered. Exceptions are these direct input programs. So you are not able to write custom ABAP direct input programs. But of course you can write ABAP programs to update custom database tables (Z tables), if you are sure all about consistency.
    So why SAP has created direct input programs? Because SAP wanted to enhance the batch input procedure, since batch input is slower. SAP offers the direct input technique, especially for transferring large amount of data. In contrast to batch input, this technique does not create sessions, but stores, updates, inserts data directly. To enter the data into the corresponding database tables directly, the system calls a number of function modules that execute any necessary checks. In case of errors, the direct input technique provides a restart mechanism. However, to able to activate the restart mechanism, direct input programs must be executed in the background only. To maintain and start these programs, use program RBMVSHOW or transaction BMV0.
    Examples for direct input programs are:
    RFBIBL00 - FI
    RMDATIND - MM
    RVAFSS00 - SD
    RAALTD11 - AM
    RKEVEXTO - CO-PA
    also this one
    Direct Input method is used to upload large amount of data for single application.
    While uploading data for material master, it includes lot of views, it becomes difficult to capture all the views and record the transaction code and map the data. We can use Direct Method
    Advantages
    In Session or Call Transaction method while uploading the data we do the validation by following the screen sequence and field sequence where as in Direct Input method validations can be done set of code so this make the process very fast so its advantageous to upload large amount of data. We can also use standard SAP programs..
    Direct Input method needs structure of flat file so to know the structure first of all you have to download the data for one record into the internal table with the use of the same program then with the use of that structure you have to design the flat file and upload the data.
    Re: re: direct input method
    Regrds,
    KK

  • Payment with currency GBP, payment method Q: No valid payment procedure

    Hi,
    We  have a vendor, which is coming into error in the payment run .The error is as below.
    'Payment with currency GBP, payment method Q: No valid payment procedure'
    In FBZP, for the company code XXXX Payment method Q is defined.
    in Vendor master Payment method Q is defined. Vendor exists in the company code XXXX.
    In the invoice line, the payment method Q is there .
    Then where else, we are missing eny configuration, because of which this error is occuring.
    As Q means cheque payment, no need to provide bank details in vendor master, correct me if I am wrong.
    Please let me know the reason of this error.

    Dear Rudra,
    please run FBZP --> bank determination -->and check if You customized all the steps for Your Paying Company code  like:
    ranking order, bank accounts, available amounts for Your relevant payment method Q.
    Then please delete the proposal and run it again.
    Mauri

  • How to open a ".doc" file with ms word directly with this servlet?

    Here is a servlet for opening a word or a excel or a powerpoint or a pdf file,but I don't want the "file download" dialog appear,eg:when i using this servlet to open a word file,i want open the ".doc" file with ms word directly,not in IE or save.
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    public class OpenWord extends HttpServlet {
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    doPost(request,response);
    public void doPost(HttpServletRequest req,HttpServletResponse res) throws ServletException, IOException {
    String strFileName = req.getParameter("filename");
    int len = 0;
    String strFileType1 = "application/msword";
    String strFileType2 = "application/vnd.ms-excel";
    String strFileType3 = "application/vnd.ms-powerpoint";
    String strFileType4 = "application/pdf";
    String strFileType = "";
    if(strFileName != null) {
         len = strFileName.length();
         if(strFileName.substring(len-3,len).equalsIgnoreCase("doc")) {
              strFileType = strFileType1;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("xls")) {
              strFileType = strFileType2;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("ppt")) {
              strFileType = strFileType3;
         } else if(strFileName.substring(len-3,len).equalsIgnoreCase("pdf")) {
              strFileType = strFileType4;
         } else {
              strFileType = strFileType1;
    if(strFileName != null) {
         ServletOutputStream out = res.getOutputStream();
         res.setContentType(strFileType); // MIME type for word doc
    //if uncomment below sentence,the "file download" dialog will appear twice.
         //res.setHeader("Content-disposition","attachment;filename="+strFileName);
         BufferedInputStream bis = null;
         BufferedOutputStream bos = null;
         String path = "d:\\"; //put a word or a excel file here,eg a.doc
         try {
         File f = new File(path.concat(strFileName));
         FileInputStream fis = new FileInputStream(f);
         bis = new BufferedInputStream(fis);
         bos = new BufferedOutputStream(out);
         byte[] buff = new byte[2048];
         int bytesRead;
         while(-1 != (bytesRead = bis.read(buff, 0, buff.length))) {
         bos.write(buff, 0, bytesRead);
         } catch(NullPointerException e) {
         System.out.println ( "NullPointerException." );
         throw e;
         } catch(FileNotFoundException e) {
         System.out.println ( "FileNotFoundException." );
         throw e;
         } catch(final IOException e) {
         System.out.println ( "IOException." );
         throw e;
         } finally {
         if (bis != null)
         bis.close();
         if (bos != null)
         bos.close();

    Hello!
    Does some one of you had open a MS word file (.doc) in Java search for a token like [aToken] replace it with another text and then feed it to a stream of save it?
    I want to build a servlet to open a well formatted and rich on media (images) ms word document search for tokens and replace them with information form a web form.
    Any Ideas?
    Thank you in advanced.

  • How to print a string with out using main method??

    how to print a string with out using main method??
    if we can tell me with example?
    thanks in adavance
    raja

    Hi,
    actually there's none. The UITableView class needs to "know" the tableView's height so either it can calc <number of rows> times <row height> or it has to sum the height of each single row.
    If the row which needs to be of different size always is the first or the last row you can user a tableHeader or tableFoot view.
    Regards
    Dirk

Maybe you are looking for

  • Jdeveloper 9i win9 apearance

    Hi experts I installed JDeveloper 9i 9.0.3.5 build 1453 on Win7 I get erros on the JDeveloper look (UI) the plus gifs on the "System - Navigation" pane do not apear so I can not open the Workspaces , *.jpr , *.jws . Other outlines in the Tools-> Pref

  • Setting up new users on family PC?

    Hi XP SP3. I think this is really basic stuff, but im a bit dumb... Whole family has been using the PC for several years, under the only login, as the administrator. every time i get home from work, i have to undo all the system changes my kids have

  • Consignment stock replenishment via idoc

    We are setting up a scenario, where we receive oderCreate idocs (CIDX format) into our XI system which should trigger a stock replenishment from the producing plant into the customer consignment stock. As the delivery has to be created with reference

  • Dynamic text select all function

    Hi there I want to make a dynamic text box that when i click on it to focus it, it will select all the contents of the text box rather than having the user click and drag to select the contents. Is there some actionscript to get make the textbox sele

  • New to DMVPN - Getting internet from Hub to Spoke

    Currently setting up DMVPN Between one hub and spoke.  We use all static routing.  I successfully created the tunnel and am able to get into our internal network from the spoke lan.  However, I am unable to get any internet access. Here's the static