ABAP  MM: Tcode ME21N u2013 How to check PO Actual Cost (Including Taxes)

In ME21N, I am implementing an enhancement using a new CUSTOMER DATA tab. I want to check the total Gross amount of PO when I am in the CUSTOMER DATA TAB. PO is not saved yet. I can see the gross value in CONDITIONS tab.
How I can find the total gross amount. In which structure it is stored.
Please help.

Hi,
Not sure to understand very well what you're requirement.
Have you tried enhancement: MEREQ001
User Exit: EXIT_SAPMM06E_006
Regards,
Gilberto Li

Similar Messages

  • Tcode ME21N u2013 How to check PO Actual Cost (Including Taxes)

    In ME21N, I am implementing an enhancement using a new  CUSTOMER DATA tab. I want to check the total Gross amount of PO when I am in the CUSTOMER DATA TAB. PO is not saved yet. I can see the gross value in CONDITIONS tab.
    How I can find the total gross amount. In which structure it is stored.
    Please help.

    you can see at the header level condition tab of the PO.

  • ABAP MM: In ME21N which internal table holds Actual Price (Including Taxes)

    Using tcode  ME21N, while creating new PO, which internal table holds Actual price (Including Taxes) of whole PO (not by item) , assuming PO is not saved.
    In the program, I want to capture the total cost of whole PO including taxes as soon as user enter the items. So that I can make some processing according to the total amount of PO.
    Thanks,

    Check the internal table lt_mepoaccounts field netpr.

  • How to check CO actual activity allocation for a internal order?

    Hello Experts,
    I have a question about the report S_ALR_87100185. When I check this report, I found that there is a WBS actual cost value(100 USD) posted to February 2008,but its created date and posting date is in May 2008. In the table RPSCO, there are two records, please refer to below figure.
    Budget type KOAR:
       Period 4: -120 USD
       Period 5: -100 USD
    Budget type RKL:
       Period 2: 100 USD
       Peirod 4: 120 USD
    Who can tell me why the actual cost can posted to February, and how do I check it?
    Thank you so much and best wishes,
    Maria

    The values that are appearing in Feb in the report are actually values of period 2 (Fiscal month May) i.e., 100 USD.
    In the report which is based on form 3CST1- Actual Costs Period has got the column headings are hard texted as January, February etc., and the values that appear in month febraury are picked for period values of 2.
    You can go ahead and change (T Code CJE6)  the column heading description where you can start replacing January with April (Fiscal year start) and so on.
    Regards
    Sreenivas

  • How to check for transportation cost is greater then delivery cost??

    Hi all,
    My customer dont want to be billed if the cost of the delivery is lesser then the transportation cost...
    i.e if the total delivery cost is $1000..
    and transport cost is $1200
    then what check should put in the configuration???
    please reply ASAP...

    hi Deep Blue
    you need to check use the user exit of delivery save. It seems that you need check the route in delivery by that you can check the delivery cost for that route and taking reference of the sales order of the item you need to find out the billing value after comparing you cand decided on saving the delivery document.
    Just try if you require any more input please let me know

  • How to find the Actual Cost & NR of a material

    Hi experts,
      Can anybody tell me the table from which I can come to know the actual cost of the material and also the actual NR.
    Thanks in advance.

    Hi Shakeel,
    Go to Se16n transaction
    and select EKBE table, there u  will find so many field ranges, restrict it as u like
    u can get it there
    regards,
    subbu

  • Help! how to check the SQL run in Oracle?

    Hi all,
    I have a problem. the developer said the SQL written in Java code are not the one executed in Oracle DB. that mean the query is some how manipulated by some PL/SQL so the final query run in Oracle is different. So can someone teach me how to check the actual SQL run in Oracle?
    Thanks a lot.
    Regards,
    Jason

    Hi Michel Thanks. But it looks like the query stored in v$sqlarea is not the final executable SQL. for example, the code in application is "select column_A from default_table where column_A = ?" and this ? will be given some value in run time. the query stored in v$sqlarea will be like "select column_A from default_table where column_A = :1"... what is this :1?
    Also if some PL/SQL procedure appends some condition to the SQL, is it possible to view the full query from database side?
    ok, let me try trace and tkprof first.

  • How to Post Actual Costs for Overhead

    Hi All,
       Kindly let me know the steps or T-Code as to how to post the actual costs for the Overheads.

    Hi
    Use the t.code KGI2 and post the actual costs for the Overheads.
    Award points if it is useful.
    Thanks & Regards,
    A.Anandarajan.

  • How to check Integration Server Client and ABAP stack Client?

    How to check Integration Server Client and ABAP stack Client? How to check,,pls tell in detailed steps???
    Points would be awarded.
    Arnab

    hi,
    Must be the server has different clients,one declared as application server ie abap stack client and the other declared as Integration server ie XI. U might be trying to open idx5 in application server client, in which idx5  exists but you cant open the screen even, that can be achieved through we02.
    000 is the default client when  XI server is installed .We can create separate clients on the system through sccl tcode.
    As told we can find the client  on sap logon screen.
    Logon to sxmb_adm and check whether the client is declared as an application system(r/3) or Integration server(xi).Try idx5 in xi not r/3
    Edited by: NagaDurga Nannapaneni on Aug 28, 2008 11:36 AM

  • In ecatt - how to check at database level using ABAP

    Hi,
    How to check at database level using ABAP in Ecatt tool.
    say,for example I want to check a particular sales order is invoiced or not ,at the database level and if it is invoiced I have stop proceeding to invoicing of that sales order number.
    Could anybody suggest on this with an example?
    thanks.

    Hi,
    you can use the command GETTAB to access single db records.
    Full specified or partitial specified keys can be use at GETTAB. It will return always only one record, also if a couple could match your selection.
    For more advanced scenarios you can also use eCATTs Inline ABAP. In a block between the commands ABAP. ENDABAP. you can code ABAP statements, e.g. SELECT ... INTO TABLE ...
    eCATT script parameters of type 'V' defined in that script using ABAP/ENDABAP will be transfered into the ABAP block and back to script after ABAP perform.
    Best regards
    Jens

  • How to check syntax errors in ABAP Queries

    HI Guys,
    How to check syntax errors in ABAP queries, Can please provide the T-Codes.
    Advande thanks to everybody.
    Thanks,
    Gourisankar

    Hi
    with these you can check syntax errors and performance points
    Hi
    these all are doing t he same thing that is checking the program for better performance
    Tools for Performance Analysis
    Run time analysis transaction SE30
    SQL Trace transaction ST05
    Extended Program Check (SLIN)
    Code Inspector ( SCI)
    Run time analysis transaction SE30 :This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.
    SQL Trace transaction ST05: The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.
    The trace list contains different SQL statements simultaneously related to the one SELECT statement in the ABAP program. This is because the R/3 Database Interface - a sophisticated component of the R/3 Application Server - maps every Open SQL statement to one or a series of physical database calls and brings it to execution. This mapping, crucial to R/3s performance, depends on the particular call and database system. For example, the SELECT-ENDSELECT loop on a particular database table of the ABAP program would be mapped to a sequence PREPARE-OPEN-FETCH of physical calls in an Oracle environment.
    The WHERE clause in the trace list's SQL statement is different from the WHERE clause in the ABAP statement. This is because in an R/3 system, a client is a self-contained unit with separate master records and its own set of table data (in commercial, organizational, and technical terms). With ABAP, every Open SQL statement automatically executes within the correct client environment. For this reason, a condition with the actual client code is added to every WHERE clause if a client field is a component of the searched table.
    To see a statement's execution plan, just position the cursor on the PREPARE statement and choose Explain SQL. A detailed explanation of the execution plan depends on the database system in use.
    Extended Program Check
    This can be called in through transaction SE38 or through transaction SLIN. This indicates possible problems that may cause performance problems.
    Code Inspector (SCI)
    You can call the Code Inspector from the ABAP Editor (SE38), the Function Builder (SE37), the Class Builder (SE24), or as a separate transaction (SCI).
    The Code Inspector indicates possible problems. However, note that, especially with performance issues: There is no rule without exception. If a program passes an inspection, it does not necessarily mean that this program will have no performance problems.
    reward if usefull

  • How to check during logon if an SAP ECC6.0 (ABAP) user is in Microsoft ADS

    Hello
    How to check during logon if an SAP ECC6.0 (ABAP) user is in Microsoft Active Directory Services.
    I would like to prevent logon to ABAP system for users not present in Microsoft Active Directory Services
    Thank you in advance

    Have you looked at setting the SNC functionality for lookups against AD? Here's a link that might be helpful: [Secure Network Communications |http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e6/56f466e99a11d1a5b00000e835363f/frameset.htm]
    [Configuring SNC on AS ABAP  |http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e6/56f466e99a11d1a5b00000e835363f/frameset.htm]
    Hope that is helpful.
    J. Haynes

  • How to check Adobe Live Cycle Designer version in ABAP Workbench ?

    Hi,
    Please advise how to check Adobe Live Cycle Designer version in ABAP Workbench ? Currently i am using NW 7.0 SP18 (ABA,BASIS).
    Thank You and Best Regards
    Fernand Lesmana

    There are 3 ways you can check which version of ALD you have installed on your machine.
    1. Go to transaction SFP (Forms Builder) transaction and enter a form name. Select Layout and it should open Adobe LiveCycle Designer. From ALD select Help --> About section and it should give you version details.
    2. Go to SE80 and open an Interactive form application. Select the InteractiveFormUI element and click edit. This will open the ALD. From ALD select Help --> About section and it should give you version details.
    3. A more simpler way is just go to C:\Program Files\Adobe on your machine and there should be Designer folder there for e.g. Designer 7.1 / Designer 8.0 / Designer 8.1
    Chintan

  • ST06 Tcode - How to check

    This will be one of my daily monitoring. Can anyone tell me how to check all this and Why it should be like that.
    For example Why the CPU Usage should be above 60%
    Why the Free memory should be < 512mb
    Why Use of Swap should be >2gb
    And i am not sure how to check the Use of Swap
    OS collector u2013  For each application server, report occurrences of any of the following:
    CPU Usage > 60%,
    Free Memory < 512 MB
    Use of Swap > 2 GB
    Thank you so much for all your help. Thanks.

    Hi Ram,
    CPU should not exceed more than 60% for long time for any process.So that your CPU is not overloaded.
    An SAP application server shares the swap space in the host system with non-SAP processes. The maximum swap space size that an SAP application server can occupy is determined by the following factors: In SAP application server the shared memory segments uses 200 to 700MB.A work process which is running in sap takes approx 12MB.When SAP start the SAP extended memory pool takes 500 to 1500MB.Again R/3 limits for the HEAP memory for the work processes of an application server. Now you calculate the maximum sizes of the above mention area 700121500=2212MB.Again there are not only one work process in your system. Thats why its recommend that the swap space size should be greater than 2GB.
    Check the below links for more info
    http://help.sap.com/saphelp_nw04/helpdata/EN/02/962658538111d1891b0000e8322f96/frameset.htm
    http://help.sap.com/saphelp_nw04/Helpdata/EN/02/96283e538111d1891b0000e8322f96/frameset.htm
    http://help.sap.com/saphelp_nw04/Helpdata/EN/55/b5b93b5bb3493fe10000000a114084/frameset.htm

  • ABAP runtime error in tcode ME21N

    Hi all,
    We have activated IS-OIL Business Function Set in our ERP 6.0 system, after that when we execute tcode ME21N system giving short dump (Exception condition "MAX_SUBVIEWS_EXCEEDED" raised). I have search SAP Marketplace but no relevant sapnote found.
    Kindly help me to resolve the issues.
    Best Regards

    I have the same problem but i find the cause:
    FM: MEGUI_BUILD_PO_ITEM_PLUGIN
      CREATE OBJECT item_view      EXPORTING
                                   im_dynpro = '1303'
                                   im_prog = megui
                                   im_max_tabs = 35  "IS2ERP IS-OIL
                                   im_pattern = 'TABIDT%'
                                   im_model_holder    = l_multimodel_holder.
    You canno't have more than 35 subviews if you have IS-OIL implemented.

Maybe you are looking for

  • Refund request denied

    I thought I had cancelled but I was alerted that I was charged for another subscription on the 8th of November. I requested a refund and I was denied because I had made some calls with my subscription when I didn't. I even checked the useage history

  • How to convert database in 3NF to Star schema

    Hi Can anyone help me out to convert the database in 3NF to Star schema so that it can be used for Business Intelligence. Our Application will be populating the database in normal 3NF form which may be difficult for the intelligence to generate queri

  • IWeb and Downloads

    I am building a mirror website for my boat club to go live November 1 replacing a Google Pages site. I would like to have a number of club forms (expenses, membership, etc.) as PDF downloads.... so far I can't figure it out. For now, I am creating a

  • IPhoto-Photoshop question...

    I'm making an 8.5 x 11 book in iPhoto, but I want to customize my 8.5 x 11 pages. What size should I make my layout pages in photoshop? Should I make them 8.5 x 11 or does it need a bleed?

  • Updating from os x 10.5.8 to 10.6.8

    While trying to synch my new I-phone 5 to my mac air with 0s x 10.5.8 I was prompted to update to I-tunes 10.7.  After that download I was prompted to update to at least os x version 10.6.8 or later.  I downloaded 10.6.8 but wasn't able  to install w