PO wrt contrct --PR no is not flowing in PO

Hi friends,
1) I created PR
2) created contract wrt PR 
3) Assignment of contract in PR
4) creating PO wrt to contract
When I am creating PO wrt to contract PR no is not automatically fetched in PO
Please suggest why the PR No is not flowing in PO
Regards
Sujit

This is the Standard System bhevaiour.
In your scenario contract is created with ref to PR therefoer the link ends. And PO is created with ref to contract. And sytem considers contract as the ref doc.
Alternate, just create the PO with ref to PR and the system will pick up the contract automatically.
Thanks & regards
AHP

Similar Messages

  • Excise Values Not Flowing in J1IIN-(export Excise Invoice)

    Hai ALL,
         I have gone through the previous threads,
    with those replies, my purpose hasnt solved.
    req: -
    " I am creating Export Excise invoice - J1IIN ( wrt : Export Invoice-VF01), Maintained "Subtransaction type- EX Exports"-
    did the rel config: specify G/L accounts for ETT.
    - Excise values flowing from VF01- J1IIN for domestic sales, but the same is not flowing into Export Excise Invoice-" -
    my doubt is: Do the Excise Values flow to Export Excise Invoice from Comm.Invoice. ( As in Exp.Exc.Invoice, system will not generate any accounting entries).

    IN export sales,
               I have maintained ED cond types as "Statistical" so that the values should not considered in Net value calculation. - which is working fine & Accounting documents for ED wont generate.
    I have created Exp.Exc Invoice-J1IIN (with ref to- Comm.Invoice & Sub transaction type - EX_exports)- ED values in Comm Inv- flowing to Exp Exc Invoice. - In utilization tab- when change "Exc.Invoice type" - LoU, values become Zero- ( as MBS said, will take help of ABAPer to write the code "Suppress_calculation - "X"- )
    But, can you confirm, that when we save Exp Exc Invoice- will accounting doc's generated or not-
    ( I expect, A/c'g docs will not generate- am i rite?)
    after this, I have updated RG1-J1i5 (with Classification - IWE, RMA is done when GR from Production), Extract/print-RG1 - J2I5/J2I6.
    Now create ARE-1 - J1IA101 ( wrt : Exp Exc Invoice) - mark the "Print ARE document"- Entered the "Bond" details in "BOND UT-1" tab.  & save.
    next, Post ARE-1 , Update ARE-1 & finally Close ARE-1.
    "When we close ARE-1"?
    is my understading above is rite??
    pls suggest
    Edited by: SAP Consultant- on Jan 28, 2009 4:31 PM

  • Base value not flowing in J1IEX

    Hi All,
    The Excise Base Value is not flowing in J1IEX. I am doing an STO. The other duties like BED, AED are flowing while capturing  excise invoice, but not the Base value.
    PLease let me know the settings to ensure the Base value flows in J1IEX.
    Thanks.
    Manish

    Hi Chintu,
    Please find the process for STO.
    > > -2 Plants - 1 Supplying and 1 receiving
    > > -Receving plant is created as customer in XD01
    > >-Material is created in both the plants
    > >-All the IMG settings are done both at MM and SD parts
    > >-STO PO is created with doc.type "UB" in ME21n
    > >-In VL10B OBD is created wrt PO number & PGI is also done here
    > >-In VF01 commercial invoice is created (Here all the excise duties like BED, AED, SED are calculated and PR00 is statistical)
    > >-Excise invoice is created wrt Commercial invoice
    > >-Now in J1IEX I have to give both STO PO number and excise invoice number. When I give the excise invoice number, all the duties are flowing but when I give the STO PO number the BASE VALUE is not flowing.
    Let me know if you require any more details from my end.
    Regards
    Ayyallas
    Edited by: ayyallas on Nov 13, 2009 5:41 AM

  • PS: WBS is not flowing for a Material, while creating delivery from Project

    Hi,
    While creating delivery from Project thro CNS0, WBS is not flowing for a Material in delivery, in turn WBS is not flowing in Billing document for same material, in turn not allowing to Post the Billing document to Accounting.
    Error while releasing Billing to the Accounting: Accounting Entry is not generated. Error Message:Assign Condition type
    YMRG in COPA.
    Pls let me know, what can be the reason ?
    Thanks.
    Amit.

    Hi Kuldeep,
    Check this note,
    Note 159387 - Message BP603: incorrect line item is displayed
    Its valid only till 4.6. Might give you some idea but.
    Regards,
    Gokul

  • SAP Note 1486147 - TDS line item details not flowing in Form 16 A Samrtform

    1.     Old Form 16 certificate is printed before 01.04.2010 and new certificate after 01.04.2010. (its correct SAP has written code in such a manner Old one is SAP script and new on is Smartform.)
    Old FORM 16 A gets Acknowledgement No details correctly.
    2.     Acknowledgment No details are not flowing in the NEW Smart Form of Form 16 A.
    When I debug the program I can see PARTNER No details are copied in PAN NO field in TABLE : IT_LFA11[]
    BUT PARTNER NO details are copied to PARTNERNO field  in TABLE IT_LAFA1[].
    TDS line item details on Smart Form is printed based on Partner no. here partner no. is blank as IT_LFA11 table is passed to smartform..
    Program name : J_1IEWT_CERT
    Include name : J_1IEWT_CERT_F01.
    Code:
    FORM CALL_FORM .
      DATA: h_formname TYPE tdsfname,
              h_fmname TYPE rs38l_fnam,
              h_output_info  TYPE  ssfcrescl,
              h_spoolids TYPE LINE OF ssfcrescl-spoolids,
              h_output_options TYPE ssfcompop,
               spoolno(10) TYPE c.
      DATA : it_lfa11 TYPE STANDARD TABLE OF J_1I_LFA1 INITIAL SIZE 0,
             it_printtab TYPE STANDARD TABLE OF J_1I_PRINTTAB INITIAL SIZE 0,
             it_deduc TYPE STANDARD TABLE OF J_1I_DEDUCTEE INITIAL SIZE 0,
             it_qrtrtab TYPE STANDARD TABLE OF J_1I_QRTRTAB INITIAL SIZE 0,
             it_challan TYPE STANDARD TABLE OF J_1I_CHALLANDETAB INITIAL SIZE 0.
      SORT challandetab BY j_1iextchdt DESCENDING.
      it_lfa11[] = it_lfa1[].
      it_printtab[] = printtab[].
      it_deduc[] = it_deductor[].
      it_qrtrtab[] = qrtrtab[].
      it_challan[] = challandetab[].
      h_output_options-tdnewid    = 'X'.
      h_formname = layout.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname                 = h_formname
    *   VARIANT                  = ' '
    *   DIRECT_CALL              = ' '
       IMPORTING
         fm_name                  = h_fmname
    * EXCEPTIONS
    *   NO_FORM                  = 1
    *   NO_FUNCTION_MODULE       = 2
    *   OTHERS                   = 3
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION h_fmname
    EXPORTING
    *   ARCHIVE_INDEX              =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS         =
    *   CONTROL_PARAMETERS         =
    *   MAIL_APPL_OBJ              =
    *   MAIL_RECIPIENT             =
    *   MAIL_SENDER                =
       OUTPUT_OPTIONS             = h_output_options
    *   USER_SETTINGS              = 'X'
    IMPORTING
    *   DOCUMENT_OUTPUT_INFO       =
       job_output_info            =  h_output_info
    *   JOB_OUTPUT_OPTIONS         =
        TABLES
          it_lfa1                    =   it_lfa11
          it_printtab                = it_printtab
          it_deductee                = it_deduc
          it_qrtrtab                 = it_qrtrtab
          it_challandetab            = it_challan
    * EXCEPTIONS
    *   FORMATTING_ERROR           = 1
    *   INTERNAL_ERROR             = 2
    *   SEND_ERROR                 = 3
    *   USER_CANCELED              = 4
    *   OTHERS                     = 5
      IF sy-subrc = 0.                                          "1375614
        CLEAR :spoolno,h_spoolids.
        READ TABLE h_output_info-spoolids INTO h_spoolids INDEX 1.
        IF h_spoolids IS NOT INITIAL.
          spoolno  = h_spoolids.
          CONDENSE :spoolno.
          MESSAGE i155(id_wt) WITH spoolno.
          PERFORM update_cert_tables.
        ENDIF.
      ENDIF.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.     
    Can anyone Please help me to get TDS details on the Smartform.
    Regards,
    DivyaLalwani.
    Edited by: kishan P on Feb 23, 2011 1:28 PM

    Hi,
    Achnowledgement details comes in table it_qrtrtab at run time in the smartform, you can dibug the program j_1iewt_cert and smartforms J_1iewt_cert where at run time you will able to see data avaialability, If values are not available in this internal table then check related notes given by SAP, I have already implemented this note and also faced same issue but my FI consultant has given me the related note and my issue was resolved.
    Please checkout related notes and data population in the dibugger.
    Regards,
    Umang Mehta

  • WBS, Business Area and Profit Center not flowing in GR/IR Account

    Hello Experts,
    I have come across a very strange situation. I have two MIGO documents which are showing different posting characteristics:
    1) FI Document 5000000553
    In this document, the Business area and profit center is flowing in GR/IR Clearing Account (15660000) but WBS element is not flowing to this line item.
    Screen shot is as follows:-
    As you can see from the above screen shot  that, for GR/IR Account 15660000. Only Business Area and Profit Center are flowing and WBS Element is not coming.
    2. FI Document 5000015602
    In this document, the WBS element is going in GR/IR Clearing Account (15660000) but Business area and profit center is not flowing to this line item
    Screen Shot is as follows:-
    From the above screen shot, Business Area and Profit Center are not flowing but WBS Element is coming.
    Could you please let me know what could be the possible reason for this behavior of both the documents.?
    Regards,
    Amit

    Hi Saurabh,
    Its great to see your reply. Yes, I know that currencies and posting dates are different. But that's the way it is. One document is for fiscal year 2014 and other is for 2013. There is nothing related to currency and posting date which was causing the strange behavior of the system.
    However, our team analyzed the issue and found that only for service material having a special valuation type related to services is causing the problem and still we are diagnosing the other possible root cause as well.
    Thanks for your co-operation and suggestion.
    Regards,
    Amit

  • Excise values are not flowing  in MIGO

    Dear All,
    I am facing a problem during MIGO.
    THERE IS STOCK TRANSFER BETWEEN 2 PLANTS AND 2 PLANTS ARE UNDER DIFFERENT COMPANY CODES.
    1 I have created a PO.
    2.Delivery through VL10D
    3.Picking-vl02n
    4.Created Bill-VF01
    5.Created Invoice and saved it
    When I am doing MIGO the excise values are not following.in migo SCREEN.I I want to know do i need to post EXCISE INVOICE and how to do the same.
    Pl let me know anything is missed out so that excise invoice is not flowing in MIGO screen.
    Regards
    Manash

    Hi,
    Have you miantained Tax code in STO ? if yes, then have you mainatained Settoff as 100% for that Tax Code in FV11 for which combination you are using
    SETOFF Must Be Maintained:-
    JMX1 --     IN: A/P BED setoff
    JEX1 ---      Ecess Setoff Sta
    HX1     IN: A/P SECess SOTot       
    If it is there please follow the Following steps for STO
    1.     Create Purchase Order(STO)  using ME21N
    2.     Create Outbound Delivery using VL10B
    3.     Create Billing Document using VF01
    4.     Create Excise Invoice using J1IIN
    5.                   GR with respect to Inbound delivery and in Excise Invoice give number of VF01.
    Hope Help U !
    Regards,
    Pardeep Malik

  • Excise is not flowing in the existing GR after system upgradation

    Hi Gurus,
    We have recently upgraded our system from 4.7 to ECC6 with patch level
    9. Here Tax codes are not working for the POs already existing in the
    sytem before Upgrade.At the time of Partial GR the excise is not
    flowing in MIGO. The taxes tab is also not flowing the tax details in
    the PO in invoice tab. We are unable to make those partial GR. But POs
    being made after upgradation are having no problems with any of the
    existing Tax Codes. All the Tax Codes are found working all right for
    them.
    Kindy help us how can we solve the issue immediately as it is very
    urgent to us.
    Thanks & Regards,
    Sumanta

    Edited by: Jeyakanthan A on Sep 13, 2011 3:57 PM

  • The value of JMIP ( inventory BED) and SEcess( JSEI) is not flowing in MIGO

    Dear Friends,
    The Value of JEC2 is flowing in MIGO but the value of JMIP and JSEI is not flowing in MIGO excise invoice tab.
    Please suggest me the possible reasons.
    Regards,
    Balakrishna R.V

    hii
    Your requirement is for Non deductable or deductable duties ??
    If its deductible , then u shld not maintain in NVV in conditions .
    IF its non dedcutible then u have to maintain in NVV , then it won't show any break up duty calcualtion in MIRO.
    Ther in MIRO it will show u total amount it taken into account of materials i.e , inventory account .
    Hope it'll help u .
    IF not revert with detailed process how u r doing with procurement type .
    Thanks

  • Excise Duty Base Amount not flowing into ARE -1

    Dear Friends,
    While Iam creating ARE-1 for the Exports Excise Invoice - Excise Duty Base Amount not flowing into ARE1
    thanks
    Sasi

    Dear Lakshmipathi,
    Earlier Liable to AT1 is ticked but not Indicator NCCD,I have checked after ticking the NCCD as well....
    In my pricing procedure i dont have the NCCD condition .....as its not required.
    In classify consditiontypes: I have maintained PR00 condition type as well along with Excise condition types...Do i need to maintain this PR00 anywhere else
    or
    Is there anything I need to do with the assesable value.......if so how should be the entry like in the pricing procedure?
    Can someone please provide me the solution...its very urgent
    Thanks
    Sasi

  • Excise duty values not flowing from PO to MIGO

    All SAP Gurus,
    We have created a PO and used excisable tax code in it.
    Excise duties are calculated correctly in PO.
    When we go for Goods receipt against the PO, excise tab appears, but there are no values in excise fields (fiels are blank).
    System allows us to enter the Excise duty values manually.
    Further excise entries and register updates are happening correcetly.
    We do not undersatnd why the Excise duty values are not flowing automatically from PO to GR (MIGO).
    Please help.
    Regards,

    hi
    chekc following
    path: spro>logistic general >tax on goods movements>india >basic settings>determination of excise duty >maintain excise defaults >
    here give appripriate conditions for ur procedure as per BED   cess and other
    regards
    kunal

  • PO Conditions not flowing in MIRO

    Hi,
    This is a case of Import Purchasing where Invoice Verification (for Custom/CVD) is done before goods receipt.
    It is observed that in the screen MIRO the condition values (for duties of Custom/CVD) are not flowing from PO although values are maintained in PO. Amount and quantity need to be entered manually in MIRO in this case.
    Is this a standard behaviour of SAP that if IV is done before GR then condition value doesn't flow from PO and need to be entered manually in MIRO? And is there any way out / work around in order to get the condition values flown from PO to MIRO if IV is done before GR?
    Can any one assist in getting this query resolved?
    Thanks in advance

    yes, this is the standard behaviour. In import procurement we need to enter manually the value of conditions.
        No, there is no any customization through which we can get the flow of value automatically.
    But, u can drag the value and qty of conditions---
               when u will do IV against the layout of PLANNED DELIVERY COST, there u will find the right side two columns Recieved QTy and Value. from that columns, u can drag the value and qty.
    thanks

  • ADC for Domestic Purchase not flowing in MIRO for particular MIGO Document

    Hello Experts,
        We've a scenario in which we pay ADC to domestic vendor. The procedure we follow is as below:
              1. Condition record for JAOP with 0% rate maintained in FV12.
              2. PO created with JMOP 10%, 2% ECS, 1% SECS & 4% VAT.
              3. During MIGO (also excise invoice capture), AED value is maintained
              4. After J1IEX, at the time of MIRO this ADC along with other duties flows in simulation
        Now in my case, there are number of GR documents for which MIRO is performed, but for particular GR, ADC is not flowing in MIRO and also excise duty is incorrect, it's not flowing from GR.
       So what is the probable solution for this, I've already checked MIGO & excise invoice documents & found to be ok.
    Thanks in advance
            Amit

    Hi,
    Have you maintained material price including AED price??
    If yes then check whether you have maintained JAX1-100% or not?
    I think this should be treated as a dealer purchase as you are maintaining 0% amount for JAOP.
    Regards,
    Piyush

  • New field in ODS - data value does not flow after activation

    Hi,
    We have an ODS with some data in it. Now i added a new key figure to the ODS and changed the transfer and update rules accordingly.
    The value for this key figure appears in the PSA and the ODS table *40 (before activation table), but after activation the value does not flow to the activated ODS table *00.
    Any idea why this is happening?
    Pl let me know.
    Regards,
    Pradhiba

    Hi Pratibha
    I did not found anything wrong with key figure 0OI_WRBTR in BW system.
    Please check the contents of active table in *00 table using SE16 and also using tcode LISTCUBE.
    I hope you are not selecting wrong key figure while looking at active data of ODS.
    Regards
    Pradip

  • Cost of Goods Sold not flowing to CO-PA

    Dear Experts,
    I have assigned VPRS (statistical condition type) to CO-PA value field in KE4I,but when I create billing document,the COGS value is not flowing to COPA.
    Can anybody help me as WHAT is missing in configuration for not flowing COGS to CO-PA?
    Treat it very...... .
    Regards
    Su

    Hi,
    Can anybody explian the logic behind the documents triggered by the system in the following scenarios?
    At the time of PGI:
    COGS A/c Dr to FG Stock A/c (Accounting Document)
    COGS A/c (CO Document and No COPA Document)
    At the time of  Billing
    Customer A/c Dr to Sales A/c (FI Document)
    Sales A/c-PSG for Sales A/cs (CO Document)
    All the line items relating to Sales Revenue (CO-PA Document)
    So finally in FI under P&L,COGS A/c in Debit side and Sales in Credit side appears as Customer and FG Stock comes under Balance sheet.
    The above said entries are correct and Standard SAP behaves the same.
    Regards
    Su

Maybe you are looking for