Email output of PO

Hi Gurus ,
My client wants PO to be sent to vendor by Email upon saving PO.
I have already made some search in forum and tried to configure but it didn't work . I have some questions ,
Do I need to maintain condition record for each vendor ?
Which access sequence should I maintain ?
I would appriciate If any expert could guide me in detail.
Thanks in advance.

hi
You need to do some configuration for this.
u2022     Goto NACE .
u2022     Select EF and click on OUTPUT TYPES.
u2022     Then select Output Type NEU and click on processing routines .
u2022     In that you have to add a new entry - medium 5 .
u2022     Then you need to assign a program, form routine and form.
u2022     You can use the standard program i.e. SAPFM06P, FORM routine is always ENTRY_NEU and standard MEDRUCK.
u2022     Then in PARTNER FUNCTION you need to add a new entry : medium - 5 and function - VN .
u2022     For subject of the mail goto Mail Title and Texts. In title give PO No. &EKKO-EBELN& .
u2022     Under General data -> Replacement of text symbols give programm as SAPMM06E and Form Routine as
TEXT_SYMBOL_REPLACE .
u2022     Now the subject will be PO No. 1800004202.
u2022     You need to maintain your email id in tcode SU01 and also the vendor's email id.
u2022     Now while creating a new purchase order , change the medium to External Send .
u2022     Then goto Communication Method and select CS01 . ALSO make sure that the Cover Page Text has value PO No. &EKKO-EBELN& .
u2022     Goto tcode ME9F .
u2022     Execute.
u2022     Select the checkbox and click on Output Message.
u2022     You will get a message MAII 00000000000001 generated .
u2022     Use note no 191470
hope it helps
regards
kunal

Similar Messages

  • How to configure Email output in SD

    Dear friends Pls sent me details of how to configure email output in SD module.
    <REMOVED>
    Thanks & Regards,
    <REMOVED>

    Hi
    Idoc Def :Standard SAP format for electronic data interchange between systems (Intermediate Document). Different message types (such as delivery confirmations or purchase orders) normally represent different specific formats, the IDoc types. However, multiple message types with related content can be assigned to one IDoc type: For example, the IDoc type ORDERS01 transfers the "logical" message types ORDERS (purchase order) and ORDRSP (order confirmation).
    Idocs are of two types basic type and the extension type .we need to configure the system settings for this process .
    IDOC (Intermediate Document) - A data holder.
    IDOC is divided in to three parts.
    Control Record
    Data Record
    Status Record
    Control record (Table: EDIDC):
    - Every IDOC has only one Control Record
    - Each Control Record contains header information like:
    o IDOC Number
    o Direction of IDOC: Inbound or Outbound
    o Date and Time of creation of IDOC
    o Date and time when the IDOC was last modified.
    o Message Type of IDOC
    o IDOC type and extension of IDOC
    o Sender and Receiver Partner
    Data record – (Table: EDID4):
    - Data Record contains Data to be processed.
    - Every IDOC has one data record with multiple segments in hierarchy.
    - Segments and Hierarchy of Segments are defined by IDOC Type and Extension.
    - IDOC created has to strictly follow the hierarchy; else IDOC fails with Syntax error.
    - Segments which are repetitive have qualifiers attached to it
    Status record – (Table: EDIDS):
    - Status Record describes the status of IDOC.
    - Each IDOC contains one status Record with multiple status information.
    - Status at each level is appended to IDOC. E.g. When IDOC is created in SAP, Status is “This IDoc has been generated through a test transaction”, When the IDOC is added to system it is “IDOC added”, “IDOC ready to be transferred to Application”……
    - Status should always be read bottom-up. Status at the top is the latest status.
    - Some Example of Status Records:
    o Inbound:
    § 53 - IDOC successfully posted
    § 51 – IDOC Failed
    § 64 - IDOC ready to be transferred to Application
    o
    Outbound:
    § 30 – IDOC ready for Dispatch
    § 03 – IDOC passed to port OK
    § 12 – IDOC Dispatched
    § 16 – Functional Acknowledgement Positive
    § 17 – functional Acknowledgement Negative
    IDoc Type: Defines the segments and hierarchy of segments
    o Transaction Code:
    § WE30 – To create, change or display the IDOC type and the extension.
    § WE31 – To create the Segment
    - IDOC type defines the segments to be used in the IDOC.
    - It also defines the hierarchy and syntax of the segments.
    - IDOC extension is nothing but to add segments to standard IDOC types.
    - Transaction WE31 allows you to create segments.
    - Program RSEIDOC3 documents the use of each IDOC type.
    Segments:
    Attributes of a Segment:
    - Mandatory Segment: If checked, this segment should always exist in the IDOC.
    - Minimum Number:
    - Maximum Number: Maximum number of times this segment can be repeated in IDOC. -
    Parent Segment: Parent of this segment
    - Hierarchy level: Level of hierarchy.
    Segment Definition (WE31):
    Messsage Type: Defines the type of data in the IDOC
    o Transaction Code:
    § WE81 – To create, change or display the Message type and the extension.
    § WE82 – Using this transaction you can link Message Type, IDOC Type, IDOC Extension and version.
    - Message type identifies the type of data IDOC holds. E.g. Orders (ORDERS), Delivery (DESADV), Invoice (INVOICE). It also defines what needs to be done with the data in the IDOC, in case of Inbound IDOC, and which data to be extracted in case of Outbound IDOC.
    - Message Type is linked to a process code, which in turn is linked to a Function Module. This function module extracts from or posts data to SAP depending on direction of IDOC.
    - Relation between Message Type, IDOC type and IDOC extension needs to define. Without this relation Message type or IDOC type cannot be used.
    Message Type Create, Change or Display (WE81):
    Setup link between Message Type, IDOC Type, IDOC Extension and Version (WE82)
    Process Code: Function Module is linked to a process code. This function module in executed for inbound or outbound IDOC.
    o Transaction Codes:
    § WE41 – Outbound Process Code
    § WE42 – Inbound Process Code
    - Process codes are linked to a Function Module.
    - Relationship is Message Type is linked to a Process Code which is linked to a Function Module.
    - In case if you are using a stand alone code to trigger an IDOC, you need not define a process code.
    RFC Destination: System definition of destination.
    o Transaction Code: SM59
    - RFC destination identifies the destination of IDOC.
    - In case of ALE:
    o In ALE the communication mode is IDOC to IDOC, hence the type used is R/3 Connections.
    o It is the destination SAP system which will receive the IDOC.
    o In RFC destination you define the destination SAP system details like System, Login and Password.
    Go thr below links:
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    Sail

  • Repeat email output for purchase order

    Hi all,
        I have an email output (ZMAL)) that sends a notification from purchase order when the total value exceed $50,000 at creation of PO.  This works fine.  However, during ME22N, when the total po value goes from  intial $30,000 to $60,000, at saving, it should email out a notification but it does not as initial output ZMAL was created at po creation.
    Q:  How can i get the notification to send out automatically the second time or third time when the condition exceeding $50,000 
         is   met ?
    If i create another output ZMAL manually in PO, then i can resend ZMAIL. 
    The condition checking is made in   'EXIT_SAPMM06E_012 in Include ZXM06U43.
    Pls provide any suggestions you have.
    thanks
    Joyce

    Hi,
    Does the output type get triggered for the first time automatically?  Instead of writing the condition in enhancement, it is recommended to write the output type determining conditions in Output type Requirement routine.
    NACE -> Select application -> Click on Procedures -> select procedure -> Click on Control -> Insert record for the output type -> Create routine and assign .
    Check standard output procedure of Purchase order "RMBEF1" to get an idea.
    Regards
    Vinod

  • Using email output mode with af:table

    Hi everyone,
    I am currently experiencing an issue with the email output mode. We have a page with an af:table that allows email output mode. When in thise mode, the table only shows 1-15 results.
    How can we allow the table to show all it's content?
    Thank you.

    The number of table rows displayed in "email" mode is determined by the af:table's "rows" attribute. By default this attribute is bound to the data iterator's range size. You can modify the "rows" attribute in order to return an arbitrary large number when the page is displayed in "email" mode, thus instructing the table to render all the rows, for example:
    <af:table value="#{bindings.DepartmentsView1.collectionModel}"
              rows="#{adfFacesContext.outputMode=='email' ? 1000000 : bindings.DepartmentsView1.rangeSize}"
              ...Dimitar

  • Hyperlink in the bursted email output

    Hi All,
    My requirement is to burst a report and email the output. But in the email output, i want to provide users the a link ( or it could be any other word) which says "Please click on this _link_ to see the output" and that link should take users to diff URL depending upon the region ...so for example ....
    for EMEA users who would get the mails, when the users will click on this link ...it should take them to let say www.google.com
    and for APJ users who would get the mails, when the users will click on this link ...it should take them to let say www.oracle.com
    i am open to include a column in the database which will contain www.google.com / oracle.com ( not sure if that's required) Or create a new table if required in the DB
    Is it possible to acheieve in BIP ? Please let me know.
    Thanks,
    Ronny

    Hi Kavipriya,
    Thanks for the reply, but I when i put this complete code in a single formfield , it doesn't fit in ...i mean the code is lengthy and when i put this in the form field text box, it automatically truncates it ? how to resolve this ?
    <?xdoxslt:set_variable($_XDOCTX,'link','www.google.com')?>
    <?if:REGION='APJ'?><?xdoxslt:set_variable($_XDOCTX,'link','www.oracle.com')?><?end if?>
    <fo:basic-link external-destination="url:{concat('http://',xdoxslt:get_variable($_XDOCTX,'link'))}" color="blue" text-decoration="underline">link</fo:basic-link>
    Thx,
    Ronny

  • New Email output type:  How to make invoice 'Copy' rather than 'Original'?

    Hello SD Friends-
    FICO guy here.  I created an output type to email invoices to customers however how do I change the invoice from saying 'Original' to 'Copy' when using this output type?
    Thank you!!

    Actual logic should be first copy s Orginal and next copies as Copy or Duplicate, if you want the output alsways as copy, then ask your abaper to write logic that what ever output processing status, email output should send as Copy.
    Please let me know if any questions.
    Regards
    Ramki

  • F110 Program RFFOGB_T - Can we achieve both Printed and Email Outputs??

    HI Experts,
    SAP Provides standard Program RFFOGB_T  for processing automatic bank direct debits and bank collections in domestic payment transactions for Great Britain and Ireland. This program is run as part of F110 Payment run. The standard program prints  the Payment advice notes.  We have used the Business Transaction Event 00002040 as per the documentation of the Program, to generate EMAILS instead of Printed Advice notes.
    With the changes made, we have met our requirements. However, now the Client desires to have both Email and Printed Advice Notes, If any of you have worked on this BTE, could you please suggest whether this is possible.
    My Understanding is, it could be either print or email as the input parameter to this BTE, finaa-nacha carries a value '1' which is for Printed output, the custom code in the BTE changes the value to 'I' for Email Output. How can we possibly achieve both.
    I am a developer, so pardon me if the description of the problem sounded too technical.
    Any suggestion would be highly appreciated.
    Thanks and Regards,
    Subhrangsu

    Hi,
    We found the same requirement but for F.27, which doesn't have any posting action. As pointed out by you, I think there can only be one output, either going to spool or mail and can't both. So in our case, we make two correspondence with each for spool and another one for mail. I think you might want to ask for SAP notes on your requirement.
    Regards,
    Teddy Kurniawan

  • EMAIL output type problem

    I am having problem in executing email output in order.In customer master email address is mentioned correct.But from order when I am executing the email output its going to some the customer email address not the one which is mentioned in the customer master.Can anybody tell me why it is happening??

    Dear Chakri,
                   As per my thinking this the cause for your problem so please check regarding that,
    Go to VA02 transaction there you enter your Sales order no which is in the problem ,then click on sales document (at top of the left corner) --> Issue output to , system will take you to output popup screen there you click on print options it will take you to details of the issue output, there you check who is Recipient of that output at Recipient field and medium of the output.
    If recipient is different change the recipeint to whom you wan to send the mail.
    I hope it will help you
    Thanks,
    Murali.

  • Email Output on any changes done in sale documents

    Hi all,
    Give me a suggestion. Is there any output type to trigger an email output to a sales partner (sales employee) when a sale document is changed.
    Regards,
    Mahibhan

    Hello Mahiban,
    Goto NACE transaction> Select V1 for sales> Select output type--> Go to description (let, BA00). Goto general tab and activate check for multiple issuing.
    If you add an order item to a sales order for which the order confirmation was already sent, you will want to send a changed output to the same customer this will trigger the same.
    Hope it helps.
    Reward points if helpful.
    Regards,
    Priyanka

  • PO Email output sender address

    Hi guys,
    We are facing an issue with SRM PO Email output.
    The sender address of the Email is showing as Workflow system instead of the Username who has created the PO.
    Any suggestions?
    Thanks,
    naga.

    Hi naga,
    I think you can do this this way :
    Your PO is sent by mail so there is certainly a method called like : PROCESS_BBP_PO_MAI where your smartform is called. At the end of this method there is a function module called to send the mail : CALL FUNCTION 'SO_DOCUMENT_SEND_API1' this function contains parameter "sender_address". You should change this parameter by the mail of po requester. To find the mail of po requester you have to call : BBP_PD_PO_GETDETAIL and then find the requesters mail. Anyway try first with hardcoded mail to test it. You would also need to copy the standard class which is triggering this method in order to modify the code.
    Tell me if this answers your question and reward points if helpfull.
    Best regards,
    Laurent

  • Problem with PO email output type

    hi guys,
    we have done the setting for PO email output type DEML with transmission medium 5 External Send, program SAPFM06P  form MEDRUCK.
    we have done setting at MN04 as well, but when we preview at PO, no form display is coming out , and if i cancel the output, it got error Element TOTAL_NET_VALUE window MAIN is not defined for form MEDRUCK
    pls advice

    Hi Anya,
    The setting is suggested by oss note 191470 , medruck is standard form, why i need to change this form if it is as per note 191470 suggested .. then i changed to our customised program and form, another error message occurs Text  ID F13 language EN not found , how come all these weird msgs are coming out.. pls advice

  • Automate Captivate Email Output

    Is there any way to avoid having to use the Send Email button
    when submitting quiz results from Captivate via email? I would like
    to have this process automated if possible. I tried pulling the cp
    file in Flash but I didn't have any luck editing the email output
    there.
    Thanks,
    Paul

    I don't think this can be achieved as a macro has to manually
    started, as you do now, or something has to trigger it. Normally
    that will be opening any file or a specific file. You clearly do
    not want the macro to run when you open any Word file so a macro
    has to exist within the Word file containing the RH output. Clearly
    that cannot exist so I cannot see any way of doing what you want.
    The best Word forum I know of is at www.wopr.com and click
    the link to Woody's Lounge. If you explain you want a macro to
    autorun on completion of a document being created by another
    application, you might find one of the gurus there has an idea.
    They are a very helpful and very clever bunch of guys.

  • Email Output type : No Automatic trigger of output type while saving doc.

    Hi Gurus - To trigger an email from the output type, I've configured a output type with medium as 5(external send) with communication strategy and created condition records with medium as 5 to trigger immediately.
    While creating corresponding document, the output is not automatically determined, it required to manually feed the output type every time. Can you please provide if any settings were missed to trigger immediately!!
    In Output analysis showing a message as "No print data determined for the communication strategy"
    Steps:
    1. Configured the output type with Medium as"5" and associated partner functions.
    2. Created the condition records with medium as 5 and trigger immediately.
    Thanks,
    Sree

    Hi ,
    while maintaining condition record for output type when you click on communication method, give logical destination as 'LP01'.Hope this will solve.PLease let me know if you have any issues on this.
    Thanks and regrads,
    Rajeshwar

  • PO email output type program  causes unable to  print preview

    Hi Guys,
    i am customising a program for print preview email for PO output type, but the preview does not come out , here is the code:
    form entry_neu using ent_retco ent_screen.
      data: dtext like tline.
      data: l_druvo like t166k-druvo,
            l_nast  like nast,
            l_from_memory,
            l_doc   type meein_purchase_doc_print.
      clear ent_retco.
      if nast-aende eq space.
        l_druvo = '1'.
      else.
        l_druvo = '2'.
      endif.
      call function 'ME_READ_PO_FOR_PRINTING'
           exporting
                ix_nast        = nast
                ix_screen      = ent_screen
           importing
                ex_retco       = ent_retco
                ex_nast        = l_nast
                doc            = l_doc
           changing
                cx_druvo       = l_druvo
                cx_from_memory = l_from_memory.
      check ent_retco eq 0.
    concatenate l_nast-kschl 'for ' l_doc-xekko-ebeln  into
    l_nast-TDCOVTITLE separated by space.
      ekko = l_doc-xekko.
      perform set_textsymbol using '&EKKO-WAERS&' EKKO-WAERS.
      select adrc~name1 into rm06b-ltex1
        from t001
        join adrc
        on   adrcaddrnumber eq t001adrnr and
             adrc~date_from  le sy-datum   and
             adrc~nation     eq space
       where t001~bukrs = ekko-bukrs.
      endselect.
      select single regno into t9s01-regno
        from t9s01
        where bukrs = ekko-bukrs.
      if sy-subrc eq 0.
         T9S01-BUKRS = EKKO-BUKRS.
      endif.
      perform set_textsymbol using '&RM06B-LTEX1&' RM06B-LTEX1.
      perform set_textsymbol using '&T9S01-REGNO&' t9s01-regno.
      perform set_textsymbol using '&T9S01-BUKRS&' T9S01-BUKRS.
      lfa1-lifnr = ekko-lifnr.
      select single adrc~str_suppl3 into lfa1-name4
        from lfa1
        join adrc
        on   adrcaddrnumber = lfa1adrnr
        where lfa1~lifnr = ekko-lifnr.
      perform set_textsymbol using '&LFA1-LIFNR&' LFA1-LIFNR.
      perform set_textsymbol using '&LFA1-NAME4&' LFA1-NAME4.
      perform set_textsymbol using '&EKKO-WAERS&' EKKO-WAERS.
      perform read_text using 'F15' DTEXT-TDLINE.
      if dtext-tdline is initial.
            if ekko-ekgrp eq 'CP1' or ekko-ekgrp eq 'C03' or
               ekko-ekgrp eq 'P01' or ekko-ekgrp eq 'P02' or
               ekko-ekgrp eq 'P03' or ekko-ekgrp eq 'P04' or
               ekko-ekgrp eq 'P08'.
              move 'Requisitioner.' to DTEXT-TDLINE.
            elseif ekko-ekgrp eq 'CP2' or ekko-ekgrp eq 'C01' or"B0691
               ekko-ekgrp eq 'C04' or ekko-ekgrp eq 'P05' or
               ekko-ekgrp eq 'P06' or ekko-ekgrp eq 'P07' or
               ekko-ekgrp eq 'P09' or
               ekko-ekgrp eq 'C05'.                             "B0691
              move 'Accounts Payable.' to DTEXT-TDLINE.
            else.                                               "B0691
              move 'Accounts Payable.' to DTEXT-TDLINE.             "B0691
            endif.
       endif.
       t9s02-text4 =  DTEXT-TDLINE(17).
       perform set_textsymbol using '&T9S02-TEXT4&' T9S02-TEXT4.
        CLEAR GV_NO_CONTRACT.
       perform read_text using 'F13' T9S02-TEXT7.
       IF T9S02-TEXT7 IS INITIAL. "Buyer did not type anything
           MOVE 'stipulated at the end of this PO.' TO T9S02-TEXT7.
           MOVE 'X' TO GV_NO_CONTRACT.
        ENDIF.
       perform set_textsymbol using '&T9S02-TEXT7&' T9S02-TEXT7 .
       SELECT SINGLE VERKF into LFM1-VERKF
           FROM LFM1
           WHERE LIFNR = EKKO-LIFNR
             AND EKORG = EKKO-EKORG.
       perform set_textsymbol using '&LFM1-VERKF&' LFM1-VERKF .
         loop at l_doc-XEKPO into ekpo where zwert = 0.
           if ekpo-peinh ne 0.
             ekpo-zwert =  ( EKPO-MENGE * EKPO-NETPR ) /
                           ( EKPO-PEINH * 1000 ).
           else.
             ekpo-zwert =  ( EKPO-MENGE * EKPO-NETPR ) / 1000 .
           endif.
           modify l_doc-XEKPO from ekpo.
         endloop.
    clear: gv_print, gv_terms, gv_tcode.
          gv_print = tnapr-FUNCNAME.
          gv_terms = tnapr-sform.
          gv_tcode = tnapr-FONAM5.
          call function 'Z_ME_PRINT_PO'
               exporting
                    ix_nast        = l_nast
                    ix_druvo       = l_druvo
                    doc            = l_doc
                    ix_screen      = ent_screen
                    ix_from_memory = l_from_memory
                    ix_toa_dara    = toa_dara
                    ix_arc_params  = arc_params
                    ix_fonam       = tnapr-fonam                "HW 214570
                    gv_no_contract = gv_no_contract
                    gv_print       = gv_print
                    gv_terms       = gv_terms
                    gv_tcode       = gv_tcode
    end of additions
               importing
                    ex_retco       = ent_retco.
        endform.
    did i miss anything in the coding? pls advice

    hi,
    There are two options.
    1. Change the output medium of the output type to Print putput 1(No 1).
    2. For the sender customer go to transaction XD02 and give your mail ID instead of the customers and check. You will get the output in PDF format.
    Thanks,
    Kasiraman R

  • Email output determination.

    Hi,
    I have configured the V3(Billing) output determination to send an email to my lotus notes, SAP and yahoo email address. It does send me an email the problem i am running into is the attachment which comes along with the out put is a blank text file, can any one help me of what config is missing. I am using the std sap program "RSNASTSO" and form "SAPOFFICE_AUFRUF_VX" no form routine. I have used both the transmission medium 5 and 7 still the same results. Any suggestions would be greatly appreciated.

    Dear,
             i want to send the email when the Cancellation invoice is saved . for the same i defined output type i.e
    Application: V3
    Output: YN54
    Function: MA
    Medium: 7
    and i maintained print/driver program name :RSNASTSO and form routine : SAPOFFICE_AUFRUF_VX
    replacement of text symbols :
    Program                     SAPMV45A
    FORM routine             TEXT_SYMBOL_REPLACE
    and i maintained Mail title and text : &VBRK-SFAKN& was cancelled by &VBRK-VBELN& under language EN.
    i am getting email but in the subject of the email it is giving only *was cancelled by * instead of cancel inv no was cancelled by invoice no as per the Mail title and text : *&VBRK-SFAKN& was cancelled by &VBRK-VBELN& .plz guide me.
    regards,
    vaddepally manoj

  • Delivery Note By Email -Output type LD00

    Hi All,
    We have a requirement to send delivery note by email.
    At the moment we are using output type LD00.
    I've created a similar output type  with a transmission medium '5'.
    But it is not triggering any email.Can you pelase advice what do I need to do in order to trigger an email.
    Thanks
    Venkat

    Hi Santhosh,
    I've checked in NACE transaction ,Partner function SH is already assigned to it.
    Can you pelase give me the steps to create a new output type in NACE.
    Here is how I've created:
    1.NACE->V2 Shipping->Output types->New Entries->ZLDM(New output type)
    In processing routines:
    Transm.Medium: 5
    Program           ZVADDN00
    FORM routine      ENTRY
    Form              ZRVDELNOTE00
    Partner Functions:
    External send     SH     Ship-to party
    Then I went to Procedures:
    I've added my new output type here.
    Do I need to do anything else?Please let me know.
    Thanks
    venkat

Maybe you are looking for

  • F-28 Incoming payment

    Hi all When i am trying to do the incoming payment F-28 for residual payment the system showing an error message "Consolidated companies and company code are different" what will be the reason of error,please let me know Regards Ansuman

  • No accounting document for asset post goods

    Hi Friends, I created asset PO, and goods receipt it. but I realized that there is no accounting document against this post goods. Did I miss something? Pleaser advise. thanks, Linda

  • Save as Aobe PDF problem

    Hi All. Just installed CS5 yesterday. Running Mac OS 10.6.4. Tried to save a document as a pdf via print > save as adobe pdf. Error message: Save as Adobe PDF not supported. Not that it worked in CS4 either. Export as pdf gives me transparency proble

  • Need Procedure or trigger for My query

    Hi, I want to know all the tables which are going to be affected by deleting a row in a particular table.For an example suppose i delete a row in TABLE A,it has relationship with TABLE B,TABLE c.But i don't know the relationship and the tables.I want

  • Re: Goddam might not have been initialized driving me nuts

    Anything you do with finalPrice before this line is ignored because you simply add two other variables and overwrite finalPrice: finalPrice = ingredientsPrice + basePrice; //final price is calculatedPerhaps you should be discounting finalPrice after