Error in F-47 Tcode

Hi,
While doing F-47 by using PO (Having more than one line item) I need to create document for each line item wise. Is there any provision there in SAP for creating Down payment Request based on PO wise?
Edited by: Saidwarakesh on Feb 9, 2009 5:29 PM

hi
having the request for multiple items is possible in F-47 in a single request
just add new item in the same request by clicking F8 or new item
Follow the below mentioned steps for Advance Payment against the PO / Contract;
1. F-47 - Create Down Payment Request (Here in selection screen specify all the necessary details (Doc Type - KA) and press enter, on this screen specify amount to be paid in advance and also specify the PO Document and line item and SAVE)
2. F-48 - Down Payment Entry w.r.t. Down Payment Request No
3. F-54 - Down Payment Clearing
At the time of MIRO, it will pop-up that advance payment is done to this vendor against this PO.
Also take help of your FI Consultant if required.
Note: - Prerequisite for Advance Payment: - Go to FS00, and check Filed Status Group for Vendor Reconciliation Account, then go to OBC4, check the Filed Status Group, what you have maintained for the Vendor reconciliation account. Here go To Material management segment and put optional entry for the field of Purchase Order and save.
When payment is done then it passes following entry;
Vendor Account - Dr
Bank Account - Cr
And at the time of IR, it will pass following entry;
Vendor Account - Cr
GR/IR Clearing A/c - Dr
So now the difference remained in Vendor Account (Check in FBL1N) after these 2 transactions should be payed extra or to be charged back to Vendor, you have to decide manually and accordingly raise Credit Memo to Vendor and adjust the payment.
regards
KI

Similar Messages

  • How to capture error message log for Tcode MIR7

    Hi ,
    I have a problem to capture the error message outside the tcode which are created by MIR7/MIR0 .
    Are they stored in any database table?
    Is there any other way to access them?
    Anybody knows how to solve this that will be very helpful.
    Thanks,
    Anu

    call transaction 'XK01' using i_bdcdata
                     mode 'N'
                     update 'S'
                     messages into i_bdcmsgcoll.
    if sy-subrc <> 0.
        perform get_error.
            write:/ itab , v_text.
    endif.
    *Form
    form get_error.
    loop at i_bdcmsgcoll.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
       ID              = i_bdcmsgcoll-MSGID
       LANG            = sy-langu
       NO              = i_bdcmsgcoll-MSGNr
       V1              = i_bdcmsgcoll-MSGV1
      V2              = SY-MSGV2
      V3              = SY-MSGV3
      V4              = SY-MSGV4
    IMPORTING
       MSG             = v_text
    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.
    endloop.
    endform.                    " get_error
    Edited by: Bala Krishna on Sep 9, 2008 7:50 PM

  • Error while running the tcode....EASISI  -----  IS-UTILITIES

    hi,
    I am trying to execute the tcode EASISI with a varient.....
    All the proper values are given to....... Simulation From,Simulate To,Document Date,Posting Date,Installation,Invoicing simulation,Simulate invoic. for ind. doc., and Billing simulation.
    When I run with these parameters assigned,the Simulation is getting terminated with the message
    "Field Base Unit of Measure must be blank (Account 0000800500 MYUC)' and "Invoicing of invoicing unit (account 4) terminated'.
    I checked the UOM in the account specified and it was blank there.
    Can anyone guide me....what exactly the problem is and how to solve it...
    Thanks a lot for your valuable time.....
    SRI

    Hi Sri,
    I also got the same error .We have resolved it thru Changing the  include ZXBI1U08 . The code select * into table idberchz_1 should be  replaced with select * into CORRESPONDING FIELDS OF table idberchz_1.
    Hope this will Help you.
    Thanks & Regards,
    Radharaman Haldar

  • Error while running the tcode....EASISI

    hello Experts,
    I am trying to execute the tcode EASISI with a varient.....
    All the proper values are given to....... Simulation From,Simulate To,Document Date,Posting Date,Installation,Invoicing simulation,Simulate invoic. for ind. doc., and Billing simulation.
    When I run with these parameters assigned,the Simulation is getting terminated with the message
    <b>"Field Base Unit of Measure must be blank (Account 0000800500 MYUC)' and "Invoicing of invoicing unit (account 4) terminated'.</b>
    I checked the UOM in the account specified and it was blank there.
    Can anyone guide me....what exactly the problem is and how to solve it...
    Thanks a lot for your valuable time.....
    ~~Guduri

    Rob...
    Long text for the first error----
         Message no. >0083
    Diagnosis
         You cannot make an entry in field Base Unit of Measure (due to th
         status specification you made in the G/L account master record fo
         field).
    System Response
         Error message
    Procedure
         Delete the value you entered in field Base Unit of Measure.
    Long text for the second error-----
    Invoicing of invoicing unit (account 4) terminated
         Message no. EB007
    Diagnosis
         Invoicing of the invoicing unit (grouping of documents to be invoiced in
         the system) for the specified account could not be performed correctly.
         The reasons can be found in the previous lines of the log.
         You can find a list of documents which form the corresponding invoicing
         unit at the end.
    Procedure
         Look at the previous lines of the log and correct the errors specified
         there.
    Please guide me....
    ~~Guduri

  • Error while executing the TCode AS01

    Hi,
    I am executing the transaction <b>AS01</b> and getting a error as <b> DYNPRO_SPA_OVERFLOW</b> and in the status bar receiving a message as
    <b> No more space in SPA/GPA memory for parameter RABA</b>.

    Hi,
    Please use tcode RZ11 and give the parameter name ztta/parameter_area.
    and change the value to 42000. So it will work.
    Please assign points if it useful
    Regards
    Ravinagh Boni

  • Runtime error while executing SE30 Tcode as CREATE_DATA_ILLEGAL_LENGTH

    Hi Guys,
    when I am executing a TCode SE30 I am getting following Runtime error .
    Runtime Errors         CREATE_DATA_ILLEGAL_LENGTH
    Except.                CX_SY_CREATE_DATA_ERROR
    Date and Time          23.07.2010 12:28:30
    Short text
         CREATE DATA: Illegal value for the length of an object of the type "X"
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_ABAP_TRACE_FILE============CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not
          caught in
         procedure "READ_INFO" "(METHOD)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         A data object of the type "X" with length 0 was to be created using
         CREATE DATA. The value 0 is not within the allowed range.
         Allowed range for the length specification:
         Typ C, N, X: 1 .. 65535
         TYP P:       1 .. 16
    Missing RAISING Clause in Interface
    Please suggest me the solution .

    You have to check that in the object(source code) which you are analysing via SE30 .

  • Error message in Me21n tcode

    Hi,
       we have developed a  user exit to get error message when po value is greater than some amount in me21n tcode. am getting error message when entering all items. But when  press SAVE button  i want that error message also. But am not getting that error message in that time.How i can write a code for that.

    Hi Geetha,
    For that requirement you have to code in  EXIT_SAPMM06E_012 or  EXIT_SAPMM06E_013 MM06E005.
    EXIT_SAPMM06E_012 : it will get triggered whenever you press HOLD,CHECK or SAVE button
    EXIT_SAPMM06E_013 : it will get triggered just before saving the PO.
    Thanks & Regards,
    Faheem.

  • Error not displayed in TCode CAT2

    Hi,
    We have created a new data profile wherein we have added an extra column for receiving order. The scenario is as described below:
    IN TCode CAT2, when we enter value in the receiving order coulmn along with values in the other columns for Activity type, Receiving sales order, Receiving Item and enter time on Monday as 10:00 to 11:00 and in the next row, add the same details, except I enter time on Monday (same day as previous row) 10:00 to 13:00, the system does not throw a time coliision error (which is not correct).
    In the same data profile, if I dont enter any value in the receiving order columns but enter values in all the other columns mentioned above, and enter the time as mentioned above, it gives me a time collision error (this is correct)
    What should I do so that the system gives the time collision error when I have values in the receiving order field (along with values in the other fields for this scenario as described above with the day and times)?
    Please help as I am totally new to SAP HR.
    Thanks in advance.
    Mick

    Hi,
    One correction to my earlier post is that if I dont enter any value in the receiving order column but enter values in Activity type, Receiving sales order, Receiving Item, overhead columns (also a new column added via some other data profile) along with the time on Monday as mentioned above (1st row 10:00 to 11:00 and 2nd row 10:00 to 13:00), the system throws an error for time collision, which is correct.
    How do I ensure that when values are entered in the receiving order column with the time entered the same as above on Monday, the system will throw an error?
    Please help as this is critical.
    Mick

  • Runtime Error SYNTAX_ERROR with MIGO tcode

    Hi Gurus,
    I got a new issue now. while executing MIGO tcode getting SYNTAX_ERROR dump, please check below dump details..
    Category               ABAP Programming Error
    Runtime Errors         SYNTAX_ERROR
    ABAP Program           SAPLVBDOCUBATCH_DM
    Application Component  LO-BM
    Date and Time          09.01.2012 16:27:51
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLMIGO" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program "SAPLVBDOCUBATCH_DM " in include
         "LVBDOCUBATCH_DM$39 " in
        line 8:
        ""RL034" must be a flat structure. You cannot use internal tables, stri"
        "ngs, references, or structures as components."
        The include has been created and last changed by:
        Created by: "SAP "
        Last changed by: "SAP "
        Error in the ABAP Application Program
        The current ABAP program "SAPLMIGO" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The following syntax error was found in the program SAPLVBDOCUBATCH_DM :
        ""RL034" must be a flat structure. You cannot use internal tables, stri"
        "ngs, references, or structures as components."
    i have tried to check syntax of program SAPLVBDOCUBATCH_DM and it is giving error, please help me solve this issue.
    Additional Information:ECC6.0 EHP5(recently upgraded from ECC6.0) nd DB:Oracle 10.2.0.2 OS:windows
    Thanks,
    Venkat

    Hello Team,
    This is Solved..
    As per dump when we go n check table RL034 through SE11 there one Object type is wrong so with Abaper help it got corrected then the problem was solved.
    Thanks all for your time.
    Venkat

  • Error occured while running tcode mm01

    Hello, i'm siddharth(ABAPER)
    when i'm trying to run tcode mm01 it shows folloing error...
    "syntax error of program 'SAPLMGMM' ".
    so how can i resolve this problem....?

    Hello sir,
    I was resolved my problem...
    somebudy had done the change in unicode & also created number of structures and not activaed the MAKT table dats why, issue was raised...!!
    But thanks alot for ur help...!
    Regards,
    Siddharth

  • Runtime Error:MESSAGE_TYPE_X in VA01 tcode

    Hi All,
    I got VA01 tcode Dump While Entering the Texts, in that dump it is showing use SAP note 158985 ,
    By using That note number verifed finally i got one relevent note 1104496. And i applied that but still getting same dump. Can any body help me that please give another relevent note for this issue. The Dump is coming from SAPLOLEA  include LOLEAU02 Function Module AC_SYSTEM_FLUSH.
    Thnaks & Regards,
    Rajasekhar.

    generally with SAPOLEA-errors: apply latest version and patch of SAPGUI. this will solve most of those errors.

  • Help!!!!!these is error when i use tcode mr21!!

    dear all:
    i have a problem when i use tcode mr21.
    i want to change the material's price by tcode mr21,when i pree save
    then the system  stop and tell me 'material cc001d000780 have actual or intending standard price'.
      what should i chech for this error?
    i need help !
    thank you a lot !
    best regards!

    Hello Zhao,
    If want to trying to change the material price through MR21 TCode the system will give the error or warning message which has been set in the Customizing.This you can Change and control throgh customizing through T code OKZZ.In this activity you have to give that whether the message as a Error or Information or a warning messgae.
    I thope your problem has been clear with this.Plz assign points.
    Thanx,
    Edu

  • Error during batch Input TCode ME11

    Hi,
    I'm working on a bath input for tcode ME11 to post the Record Info.
    A warning message “You have not entered a planned delivery time” causes an error to the Batch Input. I can’t ignore. How I can ignore this message?
    If I call the transaction manually I can ignore the massge via "Enter".
    Thanks.

    Hi Salvatore,
    I'm in the same situation. I execute a BI, but it stops after a waring appears.
    If I proceed the transaction manually, the warning appears, but if I press ENTER the transaction ends successful.
    Did you solved your Problem or did you have an hint for me.
    Kind regards
    Yvonne Adler

  • Error number  mensaje: FE721  Tcode KDH2

    Hi:
    I'm trying to modify the structure of the income Income Statement with the Tcode KDH2,
    the structure has an additional part called Annex.
    The Annex is within the income statement.
    The annex is divided by functional area of the company.
    While the income is divided by cost center
    I need some accounts are only in a functional area in the Annex and the share of other areas funionales account appears in the overall result.
    When I try to create these accounts in the income statement with the transaction gives me the error KDH2 FE721
    I can do?

    Hello!
    G/L account with signs Debit and Credit could be assigned to the item of the financial statement only once. Otherwise, the system issues error FE721. This error is hard-coded.
    Regards,
    Mateus Grings

  • Error message while assigning tcode

    Hi,
         In se93 i am trying to assign a tcode. After assigning the program,i am trying to save the request.
    Dev. class in non-original system only modifiable
                with Organizer Tools
    The above error message is coming.How to rectify that.
    Regards,
    Bathri.
    Edited by: Bathrinath Sankaranarayanan on Apr 28, 2009 9:25 AM

    HI BAthrinath,
    IS u rprogram or tcode assigned dev class $tmp.
    Please check once.
    Thanks

  • Error pop in vt03 tcode

    My functional consultant getting error pop up after executing tcode vt03, and while double clicking on shipment number.
    He asked me to check OSS note 302187 is in our sap system or not and whether that will solve this error pop up issue or not.
    I went to /nsnote  transaction code and checked and  302187.
    Then I went to service.sap.com and searched for 302187.
    The explanation given under that seems not related to my error popup problem.
    Kindly suggest me - hoe to sovle the problem.

    I have debugged the code .
    Before giving this error, it is
        retrieves data from deadline database 
    and finally giving error as
    "Error in Customizing for the date segment"
    from
    Message class VLT Message no. 001
    If this is customizing issue, how can I convince my functional consultant?

Maybe you are looking for