Problem when craetiing billing document

Hi experts,
Here ia raising the invoice with reference to contract i am getting the following error.
"Required parameters missing when calling up module MARC_SINGLE_READ "
please help me in resolving the error on urgent basis
Regards
Ravi

Hi,
for any FM of type (*SINGLE_READ ) you have to pass all the primary keys of the table.
And you can also find the same in the documentation of the FM.
Regards-
Gagan Kumar
Plz reward if helpful also close the question.

Similar Messages

  • Problem in create billing document thr VF01

    Hi,
    I create a billing document for the delivery order number using VF01 through BDC batch input session. Here is the program flow,
    1. perform open_bdc.
    2. perform populate_bdc_data.
    3. perform insert_bdc_session.
    4. perform call_transaction_using_VF01 - only to capture return error messages.
    5. perform event_trigger - trigger an event which starts a job that is defined to run when the event is raised. The job will execute the RSBDCSUB.
    6. perform close_bdc.
    7. perform process_bdc - process the bdc session through
    SUBMIT RSBDCSUB.
    My problem is, when creating billing document, the program not able to capture the return error message if there is any error occurs. The message tab (after CALL TRANSACTION) gives error message with message type as 'S'. so the program was not able to capture/display error records. 
    Is there any way to capture the return error message correctly?
    Or Any suitable BAPI available?
    Pl help me to sort out the issue.
    Thanks in advance.

    use  format_meessage
    CALL TRANSACTION 'PA30' USING IT_BDCDATA MODE 'A'
                                               UPDATE 'S'
                                       <b>MESSAGES INTO IT_MSG.</b>
      LOOP AT IT_MSG WHERE MSGTYP = 'E' .
        PERFORM CREATE_SESSION.
        PERFORM INSERT_INTO_SESSION.
    CALL FUNCTION 'FORMAT_MESSAGE'
          EXPORTING
            ID        = IT_MSG-MSGID
            LANG      = SY-LANGU
            NO        = IT_MSG-MSGNR
            V1        = IT_MSG-MSGV1
            V2        = IT_MSG-MSGV2
            V3        = IT_MSG-MSGV3
            V4        = IT_MSG-MSGV4
          IMPORTING
            MSG       = V_MSG
          EXCEPTIONS
            NOT_FOUND = 1
            OTHERS    = 2.
        IF SY-SUBRC <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    plz reward if useful

  • Reset a pricing condition type value when generating billing document

    Hi experts,
       I have a delivery-related billing type. In sales order, there is a pricing condition type Z001, with value = 100, I would like to reset it to zero when generating billing document. Is there any configuration or user exits can do this? Thanks.

    Hello,
    You can do this in BILLING provided , if the Condition type is Manual condition type
    To achieve this you have to do some configuration in the condition types as,
    Goto transaction code V/06 and select your condition type and maintain the  MNAUAL ENTRIES as  C which means you can process it manually and in the V/08 chose your pricing procedure and against your condition type check the Manal entry .
    Now you can change the value of the condittion type to 0 in the Billing document.
    Hope this is clear,
    regards,
    santosh

  • Now that I have upgraded to Yosemite I have a problem when I scan documents.  Before, a window showed today's activity.  Now I have to search through all my documents and hope to find what I just scanned.

    Now that I have upgraded to Yosemite I have a problem when I scan documents.  Formerly, a window showed today's activity.  Now, I have to search through all the documents in my history to find what I just scanned.  Sometimes I can't even find the doc.

    Most scan apps have a setting whereas, your scan(s) can go directly to your desktop.  No need to "hunt" for scanned docs.

  • Accounting entry problem for cancel billing document

    Hi,
    We have manufacturing process  for SO to DC we follow the proces
    Sales order -> delivery -> VF01 -> J1IIN -> VF02 release to accounting,
    now when we do the above procees in billing document document flow we can see two accounting entry generated ref. to t. code VF01 and billing document number
    now to reverse the above, we are following the procedure
    J1IIN reverse -> VF02 cancel billing document  we get new cancel billing document numbver  then again in VF02 we are releasing the cancel document number,
    but earlier when we do the cancelation procedure only two accounting entries were generating under the original billing document and also under the cancel billing document,   but now as soon as we reverse the invoice in J1IIN  under the original billing document one additional accounting entry is coming which is generated ref. to T. code J1IH  document type JM , and when we cancel and release the billing document there are three accounting entery under Cancel billing document number and additional entry is created ref. to J1IH do. no. JM
    so what can be the problem hiw one entry is generated by J1IH and what is eefect of this.
    regards,
      zafar

    in billing document document flow we can see two accounting entry generated
    Yes this is standard.  One for customer debit and another accounting document for excise.
    thanks
    G. Lakshmipathi

  • Problem in self billing documents

    I am having problems emailing the self billing documents to the vendors. Please can someone look at the program as the report looks fine in Test mode and I can print all the invoices OK but when I email it duplicates invoices and in some cases sends either too many or not enough invoices.
    Regards
    Rahul

    this can either be due to a bug
    search service.sap.com/notes with keyword ME140 for all notes on the topic (18 hits)
    or something in your settings is incomplete - check it using
    note 457497 and 391637.

  • Issue when releasing Billing Document to Accounting

    Hello,
    When releasing a Billing document to Accounting we are getting an error that Business Area cannot be determined for a G/L Account - 200000.
    The Billing document has two materials and they belong to different Business Areas.
    If we create our Billing with one materials and one Business area - we are getting no error - but we are getting error when there are multiple business areas in the Billing document.
    Any help will be very much appreciated.

    Hi Ankur,
    If they belong to different divisions within a plant  ? ( i hope business area is assigned to plant + division combination in OMJ7 )
    you would need to maintain division wise setting in VKOA for the same GL account
    Hope it helps
    Regards
    Sach!n
    Edited by: Sachin Bhutani on Sep 26, 2009 2:29 AM

  • Problem when dispalying Sales document header text.

    Hi All,
             I am facing problem when displaying header text of Sales document. my problem is that
    when we got to VA02 -> give sales document number  press enter
    once afer going inside that sales document -> Goto Header text  . In text tab, on left hand side we can find many text for whch corresponding text has written on Right hand side Text area.
    i want that text to be print on script.
    i tried even by pressing F1 but i could not find where that text stores in database.
    can any one please explain it how to dispaly the text that is written manually in  text area on Script.
    regards
    Prasadh.

    Hi,
    You must call function module 'READ_TEXT' with the following parameters:
    ID = The technical text id number (see table TTXID for OBJECT = 'VBBK' for a list of valid values)
    LANGUAGE = your local language
    NAME = sales document number (all 10 digits with any leading zeros)
    OBJECT = 'VBBK'
    You will need to call the function module once per text type id (the list on the left hand side in VA02, header texts screen).  The text from the right hand side will be in an internal table LINES after you call the 'READ_TEXT' function module.
    If you just want to print directly from VA02, then choose the details button which takes you to another screen with Print functionality.
    Regards,
    Jamie

  • Problem while creating Billing Document.

    Hi,
    I'm creating a Sales order(VA01) and
    then creating a billing document(VF01) with the created sales order,
    the system is running for a longer period(this time we will check with SM66.
    Sales order is creating with limitted time.But Billing Document creation this problem is occuring,
    I checked no BADI's and User-exits taking place.
    Can u suggest me on this.
    Thank You,
    Sri..

    Hi,
    Try to find your sleeping process in SM50 transaction. If you find it you can make a debug and see what is happening (Program/session->Program->Debugging).
    Issa

  • Problem in Creating Billing Document

    Dear all,
    I'm doing practice according to course SCM600 - Processes in Sales and Distribution. I tied to create a billing document for a delivery. But in t-code VF01, the processing status of the delivery is "Incorrect". When I tried to save that document, system indicates "No billing documents were generated. See log". Do you have any idea about possible reason? I already post goods issue for the delivery. And where I can find the log?
    Thanks, Jerome

    Hi,
    Good morning and greetings,
    Go to VF03 and there you can see the Log for not creating the accounting entry.  Alternatively, you can go to VF02 and click on the Release to Accounting Button (Green Flag Button) and the system would throw out the error reason for non-generation of accounting entry. I presume there should be some missing GL accounts and you can customize through VKOA transaction code.
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Price changes when do billing document from SD

    Dear all,
    We have Sales order of 10 items, 70$ per unit.
    We already do the Goods issue of 10 items, which accounting entry is:
    Dr. COGS
    Cr. Stock
    For normal process, when we do billing document, the accounting entry will be:
    Dr. AR
    Cr. Revenue
    But the scenario here is when we do billing document, we want to change the price to 72 - and do the partial invoice only for 3 items, so please tell me what the standard system would proceed in this case? What will the accounting entries be?
    Please help.
    Thank you very much.
    Rgds,
    Linh

    Hi,
    Please go through the below links:-
    [http://help.sap.com/saphelp_46c/helpdata/en/dd/561016545a11d1a7020000e829fd11/content.htm]
    [Re: Partial Billing is not created;
    This should solve your issue.
    Regards,
    SDNer

  • Having problem to release billing document to accounting

    trying to release billing document to accounting but it is not permitting to release showing error " Reversal of document compay code xxxxxxxx document no xxxxxxxx 2010 v3 not possible in FI"
    Diagnosis
    Item & v4 in accounting document CC Document No Fiscal year
    was valuated with an open item foreign currency valuation.
    System Response
    Document cannot be reversed.

    Hi,
    Please check if on the original FI document, screen field BSEG-BDIFF is filled with a value.
    If yes, this is because a valuation of foreign currencies has run already (see program SAPF100 and Documentation please for further info). To successfully reverse your document, this valuation run needs to be reversed first.
    Please check note 545032  FAQ: SAPF100 Reversing "Balance Sheet Prep." Valuation Runs to assist you.
    Important: Only include the one document that you want to cancel in the reversal of SAPF100.
    See also note 339928 for your information.
    Best Regards,
    Vanessa.

  • How does customer account gets debited when a billing document is made

    where it is configured that a particular customer master record gets debited when any billing in sales is done.
    is it  part of fi-sd config part.
    or fi part only
    sales a/c gets creditted due to vkoa t,code
    but how does customer a/c gets debited where

    Hi
    In SD you set up the account assignment to FI, the customer in SD is normal the same customer number as in FI. There are different other options possible, this is set up in the partner rol in SD. (like Payer).
    From SD there is an intertnal interface to FI/CO that use these settings
    This part of the settings is between FI and CO and should be done by sales and finance

  • Filename problems when checking out documents

    Hi,Client machines are using Windows NT4 SP6 and Internet Explorer 6.0.2800.1106CO. Environment is Plumtree 4.5 SP1, Collab Server 2.02.We have an issue whereby when users check out documents with periods in the filename, the default filename for the downloaded file is different from the original.Eg. If a document named test 0.1.docis uploaded, when this file is checked out, Internet Explorer will try and save it at test (0)0.1.doc. This means that users have to either manually change the filename in the Save As dialog box, or rename the file to it's correct name before checking it back in.Is this an issue Plumtree is aware of, and is there a workaround or fix?Thanks.Mun

    Further investigation into this problem shows it does not occur when downloading using a straight A link. Eg. Internet Explorer does not change the filename if excutable 0.1.exe is used; only when downloading through Plumtree (checking out files).This is Plumtree Collaboration Server core functionality.Can anyone from Plumtree shed any light on this?Cheers,Mun

  • Problem with cancel billing document URGENT

    Hello,
    I have a problem. I have created cancel invoice but if you look at the document flow for tht cancel invoice it is showing completed and accounting document clreared. But client is asking that when ever we create cancel invoice this status should open and it sould not create accoutning document by default.
    Please can any body help this.
    Regards
    sanakr

    Dear Sankar,
                  When you do the cancelation of invoice the account document also will be updated I think that is the status is showing by the system.
    Go through the accounting document which was updated or created while cancel the invoice based on these posting you can come to know those are correct or wrong postings.
    If you are not able to check the account document entries then take FI people help.
    I hope it will help you
    Regards,
    Murali.

Maybe you are looking for

  • Windows 8 not picking up embedded product key when installed with WDS

    Ok so here is my setup. Server 2008 R2, running WDS and serving various images. the Windows 8 image is a vanilla boot.wim and install.wim imported from a system builder iso. If I burn the ISO or extract it onto a USB drive, then the install process p

  • How To Generate Debug Log Files for ebs jsp?

    hi   How To Generate Debug Log Files for ebs r12 jsp? and where i get the log .please help me thanks!

  • HT5621 Removing and old iTunes account

    I had an itunes account under a previous employer and used my work email as user name. Now, I can not delete the account and no longer have ccess to the email associated that account. How can I delete old itunes accounts???

  • System.Drawing.Bitmap in a scheduled powershell script

    I've written a powershell script to date stamp multipage tiffs, but I check to make sure the file name follows the correct format before doing so. The file name must contain the date, sequence number, and number of pages. The script works fine when r

  • Colored TV Like Static When Waking From Sleep?

    Just recently I've noticed that when I wake it from sleep the screen has a TV like static all over and I have to restart the computer. Does anyone know what could cause this? This is my 2nd MacBook and everything is perfect on this one except that. T