Total Net Value is picking automatically into one G/l a/c in posting time

Hi to all,
i have one critical issuse ,
here i am doing  new pricing procedure in that i put 4 condition types
80          ZLLU     Actual user price                                        ERL
850                       Sub Total                      80         849
860          ZTCS     Tax collection              850                                   ZTS
872          ZOT1     Other charges 1                                        ZPK
880                        Grand Total              850     879
946          ZGPS     Price+ Tax + other      880                                   ZTS
955                       Total                       945     954
PR00       ERL
ZTCS      ZTS
ZOT1      ZPK
ZGPS      ERL for this 4 account keys i have assigned different G/L A/C's but while posting into account's. Total net value of billing is hitting into one G/l A/c (that is ERL). it is not hitting into different G/l A/c's
how it is possible can any clear by issuse ASAP
REgards
Murali

Hi,
Check Price procedure which key's assign to each condition.
Check/Carry out configuration in t-code VKOA.
ELSE,
Go to VF02, put invoice number
Environment >>> Account determination analysis >>> Revenue account,
Here u will get detailed analysis, which condition is hitting proper G/L.
Kapil

Similar Messages

  • Get value of two fields into one field

    Hellou,
    i need little help with javascript again
    Currently i'm using code below to get value from one field to other:
    getField("Text35").value = getField("Text1").valueAsString;
    Now i'm wondering how to change this code, so i could get values from two fields into one. For example i have field "firstname" and field "lastname", now i want to show this in field "name".
    Example, if field firstname have value John and field lastname value is Doe, i want to show it in field name like "John Doe".
    I hope that u understood what i want
    Thanks for helping me!

    getField("Text35").value = getField("Text1").valueAsString + " " +
    getField("Text2").valueAsString;

  • In J1IS system is not picking net value from PO automatically

    Dear Experts,
    I want to send rejected material to vendor back, so I have done return delivery against MIGO material document, in MIGO, in Excise Invoice Tab i have selected no exicse Entry document. At the time of J1IS sytem is not picking net value from PO. This field is editable. Our requirement is, system should pick net value from PO.
    In this case I am not makeing any RETURN PO
    Could any body guide me? Is there any configuration required?
    Thanks & Regards,
    Trupti.

    There is no link between p.o & excise inv. creation using J1IS.
    In J1IS,Enter return material document no,Ref doc. type - MATD,Doc Year,series group,excise group,series group & finally vendor in selection.
    In excise invoice automatically details like material code,qty will appear.
    You need to enter assesable value & excise duties manually.
    Note :
    Be cautious while entereing excise duties bcoz you may be returning partial quantity to vendor,
    so calculate excise duties in a seperate excel sheet before entering it in J1IS.

  • List values from different prompts into one.

    Hi All,
    We have OBIEE 11g and building Analysis out of Essbase cube. Here is our Requirement we need to build a Dashboard prompt which shows values from different tables.
    All these tables belong to one dimension and this has about 10 tables in it. So the prompt which we build should pick specific values from each table.
    I know we can build prompt for every table which we will end up with 10 prompts which doesn't look good so we need to show all the values of these ten prompts in single drop down (One Prompt)which we can use for refreshing the dashbaord.
    Say we have table names as Gen1.Organisation, Gen2.Organisation,.........Gen10.Organisation
    Thanks,
    Shashank

    are there any dependancies on the selections e.g if you pick Gen1.Organisation1 does this mean that you can only pick Gen2.OrgA or Org B?
    if there are no dependancies and you want all possible combinations across ten tables then you are looking at one huge drop down list !!

  • All values from associative array into one variable

    Hello! Please:
    I have, for example:
    DECLARE
      TYPE tb1 IS TABLE OF INTEGER INDEX BY PLS_INTEGER;
      v4 tb1;
      variable1 myType; --varray of integers
    BEGIN
      v4(1)   := 34;
      v4(2)   := 46456;
      v4(100) := 54217:
      ...  --shortly -lot of values
    END;
    /How can I get all v4(x) values into variable1?
    something like:
    FOR i IN 1..v4.COUNT
    variable1 :=...don't know
    --to have this in the variable1: variable1:= myType(34, 46456, ..., 54217, ...);
    END LOOP;Thank You for answer!

    Is this you are looking for?
    create or replace type myType is varray(500) of number;
    DECLARE
    TYPE tb1 IS TABLE OF INTEGER INDEX BY PLS_INTEGER;
    v4 tb1;
    variable1 myType:=myType(); --varray of integers
    BEGIN
    v4(1) := 34;
    v4(2) := 46456;
    v4(3) := 54217;
    FOR i IN 1..v4.COUNT loop
    variable1.extend();
    variable1(i) := v4(i);
    END LOOP;
    FOR i IN 1..variable1.COUNT loop
    dbms_output.put_line(variable1(i));
    end loop;
    END;
    /

  • How to insert values from different region into one table

    Hi everyone
    I have created a page which contains 4 html regions like region1,region 2 ...region 4
    in region 1 i created 2 text items like (emp_name,emp_id).
    in region 2 i created 2 date fields (start_date,end_date).
    In region3 i created a tabular form which contains(job , hire_date).
    in region 4 i created a textfield (%of Hike)
    So i want to create a button(submit) .when i press the button it will insert all the informations provided by the user in different regions will be inserted to a table called employee_information.
    Can i do this?
    If it is possible please tell me how to do this
    if not then tell me any alternative solution.
    Thanks,
    Regards,
    Sabyasachi

    Sabyasachi wrote:
    Hi fac586
    Can you please tell me step by step how to do it or can you please make an example in apex.oracle.com and give me the credentials so that i can know clarify my doubts.1. Create a Form using a Wizard. This will create the items and processes necessary to retrieve data from, and perform DML on, the table. The items will be contained in a single default region.
    2. Create custom HTML regions on page.
    3. Move items and buttons from the default region created by the Form Wizard by changing the Region value in the "Displayed" section of the item attributes page, or Page Items page; or reassign items to regions using the Reassign Region Items page.

  • Mapping of values in multiple nodes into one

    Folks,
    I have a message with the following structure
    <Document>
      <Item>
        <ID>1000</ID>
       <CustomerPO>128389</CustomerPO>
       <Reference>
         <Category>A</Category>
         <ReferenceID>31909031</ReferenceID>
       </Reference>
      </Item>
    <Item>
       <ID>1001</ID>
       <Reference>
         <Category>B</Category>
         <ReferenceID>707501451</ReferenceID>
       </Reference>
      </Item>
    I need to map it to message below.
    <Result>
      <Reference1>128389</Reference1>
      <Reference2>707501451</Reference2>
    </Result>
    The logic here is:
    Reference1 is populated from the first occurrence in /Document/Item/CustomerPO.
    Reference2 is taken from the first occurrence in /Document/Item/Reference/ReferenceID where /Document/Item/Reference/Category = 'B'.
    I suspect it's possible to do with either one or a combinations of (a) node and string functions, and (b) some custom function, but for the life of me cannot figure out exactly how. Any relevant advise will be appreciated!

    Try below..
    CustomerPO -> copyvalue[0] -> should return the first occurence
    Category -> map with default -> remove context -> equals-> constant[B]
                                  if without else -> target field
    ReferenceID -> map with default -> remove context

  • Net value of Credit memo must not increase, but accountingdoc must generate

    HI All
    This is my sales- return process
    Sales order has been created for
    Material : Ax001:   10 Qty : Total price : 100$   Per unit = 10$
    Sales order has been created :  for 10 units        (sales doc number:AAAAS)
    Billing has been done : 10 units for the value 100$
    Accounting documents posted : Credit :100$   Debit accout: 100$
    Returns sales order:
    This is done with reference to the sales order
    Return Sales order has been created with reference to sales order :  (sales doc number:AAAAS)
    Qty :1 Value of the product =10$   Material: Ax001
    A manual condition type is defined to reduce the value of the actual price .. The company is planning to give only 5$ for the return material
    Manual condition has been included in the Return saels order  Total net Value = 5$ qty = 1
    Credit memo has been created : for 5$
    Accounting doc: Credit account = 5$ debit account =5$
    Issue: The account team wants one more account document to be created for the original value of the product i.e 10$
    The net value in the billing document must not increase, but the account document must be created for the value=10$
    This is for nullifying the original value of the product from the book of accounts
    Solution tried : Manual condition for the original value =10$ keeping it as statically condition type : issue: account doc will not generate if it is statically . CND ref: 100% discount it did not work the net value in the order/billing is increasing
    Please let me know how to generate the Accounting document with out increasing the net value.. Using standard SAP. we can create a routine and we can do this .. but we are looking for the Standard SAP solution if any,.....
    Thanks for your help in Advance
    Chandra

    Hi Chandra,
    In your scenario create new condition type and update that condition type with accruals at control data 2 section and create relevant access sequence  and update the condition type in your return pricing procedure and create new account key one for regular posing and one for accruals and take help from FI /CO to create new two accounts one for regular updates  and one for accruals posting ,
    in your pricing procedure mark this condition as statistics relevant  it will create automatically accountancy document for reference,
    Try this and let me know if you have any questions.
    Regards
    Nishad

  • Total Amount value not displaying while executing print progrm for PO form.

    Hi All,
               I created the PO form, for this i written a print program.After executing this print program everything s displaying & populating, but only the Total Amount  not displaying r not populating.
              But, if i run the PO n tcode ME23N the Total Amount is displaying, after assigning the form n NACE.
    So help me to get the Total Amount to be displayed n main window, while executing the print program.
    Like this i declared n smartform,                    Total net value excl. tax           &is_ekko-waers& &is_pekko-netwr&......
    The print program as follows,
    report zpo.
    tables: ekko,pekko,ekpo,ekpa,eket,ekkn,ekek,komk,nast.
    data: fm_name type rs38l_fnam.
    data: is_ekko type standard table of ekko with header line.
    data: is_pekko type pekko occurs 0 with header line.
    data: it_ekpa like standard table of ekpa,
          it_ekpo like standard table of ekpo,
          it_pekpo like standard table of pekpo,
          it_eket like standard table of eket,
          it_tkomv like standard table of komv,
          it_ekkn like standard table of ekkn,
          it_ekek like standard table of ekek,
          it_komk like standard table of komk.
    selection-screen: begin of block b1 with frame title text-001.
      parameters: pr_ebeln like ekpo-ebeln obligatory.
    selection-screen: end of block b1.
    select * from ekpo into table it_ekpo where ebeln = pr_ebeln.
    select * from ekko into is_ekko where ebeln = pr_ebeln.
    endselect.

    code as follows,
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        FORMNAME                 = 'ZPURCHASE'
    *   VARIANT                  = ' '
    *   DIRECT_CALL              = ' '
    IMPORTING
        FM_NAME                  = fm_name
    CALL FUNCTION fm_name  "'/1BCDWB/SF00000060'
      EXPORTING
    *   ARCHIVE_INDEX              =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS         =
    *   CONTROL_PARAMETERS         =
    *   MAIL_APPL_OBJ              =
    *   MAIL_RECIPIENT             =
    *   MAIL_SENDER                =
    *   OUTPUT_OPTIONS             =
    *   USER_SETTINGS              = 'X'
        IS_EKKO                    = is_ekko
        IS_PEKKO                   = is_pekko
    *   IS_NAST                    =
    *   IV_FROM_MEM                =
    *   IV_DRUVO                   =
    * IMPORTING
    *   DOCUMENT_OUTPUT_INFO       =
    *   JOB_OUTPUT_INFO            =
    *   JOB_OUTPUT_OPTIONS         =
      TABLES
           it_ekpo                   = it_ekpo
           it_pekpo                  = it_pekpo
           it_ekkn                   = it_ekkn
           it_ekpa                   = it_ekpa
           it_ekek                   = it_ekek
           it_komk                   = it_komk
           it_eket                   = it_eket
           it_tkomv                  = it_tkomv.
    * EXCEPTIONS
    *   FORMATTING_ERROR           = 1
    *   INTERNAL_ERROR             = 2
    *   SEND_ERROR                 = 3
    *   USER_CANCELED              = 4
    *   OTHERS                     = 5
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • Net value in billing doc not matching as in sales order

    Hi,
    I have a scenario wherein the net value in billing document does not match as in the sales order for 2 item categories maintained in the sales order. The net value in sales order has one line item category as 10 and the other as 20 but the same is not picked in billing document.
    Any pointers?

    1. Check the copy control setting at item level for Pricing type.
    2. Check the pricing procedure in sales order type & Billing type. Is it same or different.
    3. Possibily the condition valuemay have been changed manually in Sales order or Billing Document type.
    4. Check Document Pricing procedure in sales order type & Billing type. is it same or Different. If it is blank in Billing type, then it will consider the one maintained in sales order type.
    The above are the possibilities,
    Regards,
    Rajesh Banka
    Hope it help to resolve your issue.

  • Batch Job for ME59N getting error SE133 - Net value could not be determined

    HI,
    We can convert the PO automatically when run manually tcode ME59N  successfully.
    But when We schedule a batch job to run ME59N (RM06BB30) to create AUTO Purchase order for services item Purchase requistion.
    Getting error message SE133 "Net value could not be determined".  PO canot be converted automatically.

    Hi,
    Price/ Net value not picking!
    Check  info record  based on  Material Group for your service PR which need to be converted to PO.
    Also check activation of  Automatic Purchase order creation for Service requisitions in t.code: ML91.
    Check vendor master , schema group of vendor and check MM pricing procedure, the availability of condition type for service master for service PO.
    For more please read note 635511
    Regards,
    Biju K

  • Billing Plan items invoicing full Net Value

    Milestone Bill Plan with 3 different billing dates and amounts (totalling the full net value)
    Example info:
    Sales Order Total Net Value = $100
    Bill Plan dates / Amounts
    07/11/2007    $20
    08/11/2007    $50
    09/11/2007    $30
    When I run VF04 and look at any of the individual Billing documents, each one of them is for the full $100 amount. Each one should be for the respective amount ($20, $50, $30 respectively)
    Any ideas what config I am missing here ?
    Points and praise awarded to the correct answer
    Thanks in advance
    Bill

    hi,
    go to transaction code VOV7 and check whether billing plan type is milestone billing or not.
    reward points if the answer is helpful
    Regards,
    Murali

  • Free item for total order value

    Hi experts......
    i Have a scenario.....
    in a supermarket there is an offer.. saying if you buy for a total value of 500 rs... a gift of wort 100 rs is free.......how to configure this?
    Samatha

    Hi there,
    Is your $100 free applicable on the purchase of any goods?
    Then this is what you need to do. Define a new discount condition type. Define a new table with sales org / order type & assign it to the access seq of the condition type. Maintain the condition type in your pricing procedure. In the requirement routine of the condition type, put a customized logic. For that pass the net value of the order into a subtotal. In the customized logic, read the value from the sub total. If it is >= $500, then only the new discount condition type should apply. In the condition records maintain a value of $100.
    This will ensure that if the value of the SO is >= $500, then $100 discount will be granted.
    Or if your discount is based upoon purchase of a particular item, then this is what you do.
    For this we need to define the Free goods determination procedure. We need to have a customized code in the requirement routine that we assign to the condition type NA00. Pass the net value of the order into a sub total. In the code put a logic that system reads the net value in the sub total. If the value is >= 500, then only NA00 will apply.
    When maintaining the condition records, select 'inclusive' on the top menu bar.
    Hope this helps.
    Regards,
    Sivanand

  • Net value issue in Billing document

    Hi,
    I have created a Intercompany Purchase order having total value 100 Euros.
    delivering plants create a delivery and posts goods issue.
    when they try to create Billing document with reference to this deivery in transaction VF01 , net value is appearing as Zero.
    so i am not able tp post billing document.
    I have assigend the pricinmg proceudre to respective division in OVKK.
    Can you tell me the reason behind this
    Thanks
    Akkshaya

    Hi,
    Check for the condition analysis in billing document, you will find why it is getting Zero and check for the item category too.
    Prase

  • ONLY Net Value should hit the Sales Revenue GL account

    Hi,
    My client has a requirement where he does NOT want to hit PR00 & Discount separately to different GL account. They want that the net amount (i;e PR00 - Discount) should only be hit to Sales Revenue GL account.
    I removed the Account Key from this condition types in the pricing procedure but then it is giving the account determination error.
    They dont want to have Dummy GL account also for this PR00 & Discount.
    Kindly suggest what settings can be done to hit ONLY Net Amount to the Sales Revenue account.
    Thanks in advance....
    Edited by: vk@sap on Sep 30, 2010 1:55 PM

    Hi
    Step 10 ---PR00 say Rs 100 mark it as statistical
    Step 20 ---K005 say Rs 10% mark it as statistical
    Step 30 --- No condition type --In the description maintain NETT value System will automatically bring Rs 90 here ( in step 30 )
    Important thing---Assign SUBTOTAL ---D in step 30
    Step 40 ---ZNET ---Assign Alternate calculation type 12 and account key
    Now the value of step 30 that is Rs 90 will automatically flow in step 40 which will be taken to accounts through account key
    PR00 and K005 wont hit accounts and this ZNET will hit accounts
    This will complete your requirements
    The config of ZNET in V/06  should be
    Condition class A
    Calculation type as G
    Manual entries as C
    Item condition ticked
    Plus/ minus as BLANK and rest everything untouched
    This will 200 % fulfill your requirement and configure exactly  the same  just takes  10 mins and give me feedback
    Regards
    Raja

Maybe you are looking for

  • TEXT_IO IN ORACLE FINANCIAL

    Hi I'm working in a customizing for the Oracle Inventory Module. I'm using TEXT_IO for managing some file. My problem is that when I use TEXT_IO.fclose for closing the file this one does not close. The pl/sql code into a button should work that way:

  • Fullscreen & 2 monitors

    My system has two monitors. The application allways opens and goes to full screen mode on the primary monitor. How to choose a monitor for full screen mode?

  • My Photoshop Elements 12 Editor has stopped working

    ion

  • "Upgraded" to Lion OS X 10.7.2:  Word doesn't work!

    i need help figuring out how to open my word documents now that i have upgraded to Lion OS X... If I buy "pages" will that program be able to open my word documents?

  • Syncing ipod to new pc without losing files

    I've had to do this once before and made the mistake of accepting the overwrite. I don't particularly feel like going through all that again - how can I get all my files from my ipod to somewhere safe (music, photos, etc) so I can sync and get everyt