Alternative for FV60 transaction

Hi All,
I need to use an alternative method/process of achieving the functionality of parking an Invoice as done in FV60.
I tried using FM PRELIMINARY_POSTING_FB01 for the same, ISSUE: its not creating the bseg records.
Tried FM POST_DOCUMENT, though its creating bkpf and bseg records, the split of records is not happening.
Can any of you suggest an alternative process of parking an FI invoice through a FM etc...as is done in transaction FV60
Thanks
Raj

Hi
Thanks for your reply but this BAPI you suggested is for transaction MIR7, but not for FV60.
I need an alternative for FV60.
Regards
Raj

Similar Messages

  • Alternatives for enjoy transaction (ME21N) Recording

    Hi all,
    I need to populate data in the enjoy transaction ME21N, but we can not use BDC for populating data. Is ther any other alternate solution where we can populate the required fields and user will manually save the document. I just need to populate data in the transaction ME21N
    Regards,
    Gautham

    Hi,
    For ME21N : use BAPI: BAPI_PO_CREATE1
    For ME21  : use BAPI: BAPI_PO_CREATE/IDoc: PORDCR
    For ME22N: use BAPI: BAPI_POCHANGE.
    Hope this helps.
    Regds, Murugesh

  • TABLES FOR MASTER & TRANSACTIONAL DATA

    Hi all ,
    can some body help me with TABLES FOR MASTER & TRANSACTIONAL DATA
    DP,SNP,PP/DP.
    Thanks

    Hi,
    You can find out it as per your requirement.
    Use transaction SE80 - ABAP workbench  -->
    select Repository Information system  -->
    Select ABAP Dictionary  --> Data base table -->
    In the right hand side window you will get screen in that give details as below
    Standard selection screen
    Table name : enter *
    In the Application Component:
    You will get Tree structure to Select Application Componenet
    in that expand the node of SCM --> SCM APO --> SCM-APO-MD for Master Data
    Here you will get application  -- Double click on the required Application
    e.g. Duble Click on SCM-APO-MD-PR for Product
    Here you will get list of table related to application componenet Product
    <b>/SAPAPO/MATKEY                 Product</b>
    Some of the Master Data Tables:
    /SAPAPO/APNTYPE                APN Type
    /SAPAPO/APNTYPET               Alternative Product Number Type
    /SAPAPO/APO01                  APO Planning Version
    /SAPAPO/APO01DEL               Deletion Log File Versions
    /SAPAPO/APPLOCS                Location Master: Relevant Location Types for Application
    /SAPAPO/APPLS                  Application Types : SAP Application Types
    /SAPAPO/CD_LOC                 Customizing Change Documents Location
    /SAPAPO/CD_PPRFL               Customizing: Change Documents: Product Profiles
    /SAPAPO/CD_PRDHD               Customizing: Change Documents: Product
    /SAPAPO/CD_PRDLC               Customizing: Change Documents: Location Product
    /SAPAPO/CD_PRDLW               Customizing: Change Documents: Storage Type Product
    /SAPAPO/CD_PRDWH               Customizing: Change Documents: Storage Type Product
    /SAPAPO/CONSPROF               Model Consistency Check: Check Profile
    /SAPAPO/CONSPROT               Model Consistency Check: Check Profile Descriptions
    /SAPAPO/CUSTCHK                Model Consistency Check: User-Specific Checks
    /SAPAPO/CUSTCHKT               Model Consistency Check: Descriptions of User-Spec. Checks
    /SAPAPO/GRPTYPE                Product Group Types
    /SAPAPO/GRPTYPET               Description of Product Grouping
    /SAPAPO/LOC                    Locations
    /SAPAPO/LOC_SUB                Mapping Table for Sublocations
    /SAPAPO/LOCCOMP                Table Obsolete Since SCM Release 4.1
    /SAPAPO/LOCMAP                 Mapping Table for Locations
    /SAPAPO/LOCMOT                 Location: Means-of-Transport-Dependent Attributes
    /SAPAPO/LOCPROF                Version-Dependent Location Profile for Penalty Determinati
    /SAPAPO/LOCT                   Locations Short Text
    /SAPAPO/LOCVER                 Location: Version-Dependent Fields
    /SAPAPO/LTTYPE                 Location Resources
    /SAPAPO/LTVER                  Location Resources: Version-Dependent Fields
    /SAPAPO/MARM                   Units of Measure
    /SAPAPO/MATAPN                 Alternative Product Number
    /SAPAPO/MATBOD                 Product BOD Assignment
    Hope this information will be helpful for you work on and find out Important tables for your own BP

  • When we have to go for session method, when we have to go for call transact

    when we have to go for session method, when we have to go for call transaction method if i have a 3000 records in flat file. which is better? why

    Data Transfer
    During the process of data transfer, data is transferred into the SAP R/3 System. This transfer is from an external system to SAP R/3 system. Whenever you transfer data from an external system into an R/3 System, you can use data transfer because it is installed and regularly transfers data from an external system into an R/3 System.
    As discussed, with the help of BDC, you can transfer the required data from a non-SAP system to an SAP system. For this kind of data transfer you are required to write an ABAP program. This ABAP program would help to export the concerned data to a sequential dataset file. The data in this file has to be stored. This should be stored in a format, which is acceptable to SAP batch input program. But, to transfer data from a SAP system to another SAP system, you can take the aid of RFC or CPI-C.
    SAP application supports the data transfer of numerous SAP business objects. The said data transfer program specifies the data format definition, which is necessary to import the data into the R/3 System. There are three methods available for transferring data:
    Direct Input:
    In this method the SAP function modules execute the consistency checks. However, there are other means of checking with the help of screens. The Direct Input Method has considerable performance advantages.
    Call Transaction:
    In this method you can check the data consistency with the help of screen logic.
    Batch Input Session:
    In this method data consistency is checked with the help of screen logic.
    Direct Input Method
    Among the methods of data transfer through BDC, direct input method is the one that is used, especially in case of transferring large amount of data. In order to enhance the batch input procedure, the system offers you with the direct input technique.
    There is a distinction between the batch input technique and this technique. Unlike batch input technique, this technique does not create sessions. Instead, it stores the data directly. Moreover, it does not process screens. The data has to be entered directly into the corresponding database tables. The system calls a number of function modules which execute necessary checks, if any required. In the case of errors, the direct input technique has a facility to restart the entire mechanism. However, if you want to restart the entire mechanism in case you faced an error, then direct input programs must be executed in the background only. One has to use program RBMVSHOW or Transaction BMV0 to maintain and start these programs.
    Call Transaction Method
    Call Transaction method is another method used for Data Transfer. In this type of method your program will use the ABAP statement CALL TRANSACTION USING in order to run a SAP transaction. In this type external data need not be deposited in a session for being processed later on. Instead, the entire batch input process takes place inline in your program.
    Here, the data transfer program must convert the data that has to be transferred into the SAP system. This is as per requirement by the SAP data structure or the transaction which is using it. It is to be remembered that a conversion of the data types may be necessary at different times during the process.
    Suppose there is a data type mismatch then you have to convert the data types to type C. In this regard the data transfer program should be capable of exporting the data in SAP format to the sequential file. At the time of uploading the data into the SAP system, the BDC program reads the data from the abovementioned sequential file.
    Batch Input Session Method
    This is the third method for data transfer. If you use the batch input method to transfer data, then you should remember that an ABAP program has to read the external data which is to be entered in the R/3 System. Subsequently, it stores the concerned data a "batch input session." The batch Input session records the actions which are required in the process of transferring data into the system. This can be done by using normal SAP transactions.
    As soon as the program generates the said session, you will be able to run the session in order to execute the SAP transactions in it. Moreover, you can start the session, and at the same time, can monitor a session with the help of batch input management function. For this you have to choose:
    System à Services à Batch input. Moreover, you can have the session run in the background processing.
    Writing a Data Transfer Program
    If you want to write a data transfer program, you have to follow the steps mentioned below.
    Firstly, you will analyze the structure of the existing data. Subsequently, your job is to specify the conversions, which are essential to fill the SAP data structures.
    Secondly, you have to generate the SAP data structure. In case the program is written in ABAP, you will require only the required tables in the concerned program with the help of TABLES statement.
    Thirdly, you will have to initialize the SAP data structure.
    Fourthly, fill the structure with data, performing any conversions and error checking that are required.
    Finally, you will write the sequential file. In the SAP system this sequential file is typically required for making the data available to the batch input program.
    Batch Input Method
    Batch input method is a type of data transfer method. It is used for bulk data transfer; it is one of the primary ways by which data can transferred into the R/3 System. This method is not for near real-time data transfers.
    There are various typical uses of batch input. One of the ways includes the one-time import of data. This import of data is from a legacy system into a newly installed R/3 System. In addition to it, another typical use is for periodic (i.e. hourly, daily..., and so on) transfers of data. These transfers are from external systems or legacy systems which are still in use into R/3 system where all enterprise data is consolidated.
    The R/3 applications deliver different programs for batch input, which are ready to be used. However, in some cases a customer has to write his or her own batch input program. This is required in order to convert the concerned data from a legacy System or from a proprietary format into an R/3 data format.
    The process flows for a batch input are discussed below.
    Data Transfer Decision-Making: It is with a decision to transfer data from an external source into R/3 that the process of batch input begins. It is probable that the external source may be a legacy system that is being replaced. A one-time bulk data transfer is foreseen in this regard. Alternatively, the external source may be an external system that is to remain in use. In this case, a regularly recurring bulk data transfer is foreseen.
    Setting up Batch-Input for Data Transfers: If R/3 standard one-time or regular data transfers are required, then by means of customizing settings in the R/3 Customizing System in SAP ASAP set up will occur. You must set up custom batch input procedures by hand, which means the system administrator must schedule the data conversion program that creates the batch input session. The system administrator and the batch input programmer must determine the following: how frequently data is made available from the external system, how frequently the conversion program should run, and whether the conversion program runs in R/3 (ABAP program) or in a host system (external program).
    Processing Batch Input Sessions: When a batch input session is processed, then the actual transfer of data into R/3 takes place. Little attention is required in processing of batch input sessions by the system administrator. Usually, the starting of batch input sessions is automated by the system administrator. If necessary, the administrators can also start batch input session explicitly from transaction SM35.
    Checking Batch Input Sessions: For a system administrator the routine activity is to check daily or more frequently in transaction SM35 whether all batch input sessions have been completed successfully. It is the schedule for running batch input sessions on which the schedule for checking sessions depends upon. For doing this check the R/3 System provides easy-to-use batch input management tools.
    Analyzing Errors: It is the duty of the system administrator to analyze the problem if one or more transactions in a session end in errors. Usually, the assistance of the affected data entry specialist or department for this analysis will be needed by the system administrator. In the situation where the problem was caused by incorrect data conversion or incorrect generation of the batch input session then the programmer who wrote the data conversion program may also need to be involved.
    Error Handling in Batch Input Method
    It is found that most problems usually fall into one of the following two categories discussed below.
    In this case either required data is missing from the batch-input session or invalid data has been included in the session. Errors in the data conversion program or the presence of unexpected types of data or incorrect data in the legacy database are the possible external causes of this type of problem. Within R/3, the causes for this type of problem include incorrect or incomplete customizing in an application. For example, a legacy data type may not have been foreseen in the check table entries made in application customizing.
    This case mainly includes technical/programming problems. The data is entered by a batch input session by running R/3 transactions non-interactively. Therefore, a typical technical or programming problem is the incorrect identification of one of the data fields in a transaction. Thus, the conversion program may not fill a required data field or may have provided invalid values.
    Conclusion
    I have gone through the details of batch data communication and various methods used to transfer data. One can make use of BDC to transfer data from a SAP to SAP system. In addition, it can transfer data from a non SAP system to SAP system too. I have discussed the various methods of BDC and the error handling in the respective methods.
    Thanks,
    Shankar

  • How to add a field in FV60 transaction ALV

    Hi,
    I want to add a new field in FV60 transaction, I know that it can be done adding a new screen variant is this right? and how do i do this? What I exactly want is to add a field in the Table Control Named "Distance" and it should be type character with 12 positions, how can I do this?
    Thanks!!

    u have to search for a screen exit to implement the field in the screen of LT31. then u have to write ur code to upload to the zcode in the same exit..

  • Problem while doing bdc for fv60

    Hi frends,
       I got problem while doing BDC for fv60 tcode.i have given
    header items:
    vendor number
    invoice date
    posting date
    amount
    item data:
    g/l acc no: 100000
    amount 1000 whatever
    these are all given in recording
    in recording after all giving this data if we click on park it is telling "parking not possibe duiring batch input".
    can any body tell me the process for recording shdb and after that in bdc how can we give multiple line items for fv60
    thanks,
    naveen.

    I don't think you can use FV60 in batch input. Your options are to use transaction FBV1 or bapi BAPI_INCOMINGINVOICE_PARK.
    Rob

  • Alternative for OAAD?

    Hi Guys,
    Since OAAD transaction has disadvantage of suitable for single photo upload at a time,what could be an alternative for that?
    Warm Regards,
    Mohandoss P.

    Helo Prem,
    Tcode SE 78 is used to upload a photo from ur PC to SAP environment,this uploaded photo will be utilized in future in smartforms or SAP script.First Clear about SE78 and OAAD.
    Warm Regards,
    Mohandoss P.

  • Alternative for when validate

    hi,
    can anyone says an alternative for when validate
    item because go_block is illegal there.need to execute same thing as in key next when the user
    click with the mouse

    Sumit, this is a forms question and a very vague one too. The user asks for transactional and navigational triggers in one line :-)
    user627932 : You can post the query in Forms forum or provide more details here.
    Tapash

  • Alternative for field exit on select-option

    Good afternoon,
    I know that field exit doesn't work for select-option (SAP Note 29377, point 11) but i want to know if it exists an alternative (I use SAP 4.6, and an update to ECC6 is expected next month).
    The field exit would be the best option because we must add exit in many transaction (approximately 100) in little time.
    Thanks for your answers,
    Best regards,
    Anne.

    Hi
    A) Are there any way for debbuging field exit?
    The trick to debug the field-exit is to download the data to a file on application server;
    B) How run the field exits on field no editable?
    It can't do it, because a field-exit is triggered as soon as a value of the field is changed.
    D) Is used the field exit on version >= 4.6C
    SAP doesn't support the field-exit from realese 4.7: the field-exit still works on the realese 4.7 and, I suppose, 5 and 6.00: but it doesn't work for enjoy transactions.
    Anyway I believe it's better to replace the field-exit with a new solution from realese 4.7
    Max

  • Bapi function module for ME32k Transaction

    Hi all,
            Can any one tell me what is the BAPI function module for ME32K transaction . I am trying to create service agreements in this transaction.
    Even you can tell me if any other alternative procedure is there to create the service agreements in ME32K.
    Bye
    Srinivas

    Hi srinivas p ,
    Do you find some solution for this?! I have the same problem...
    Can you help-me?
    Patrícia.

  • Enhancement for 6201 screen in SAPLV69A for VA01 transaction

    hi experts,
    i need to enhance the 6201 screen in SAPLV69A program for VA01 application,
    is there any user exit for this particular screen.

    Hi,
    Check all for VA01
    Transaction Code - VA01                     Create Sales Order                                                                               
    Exit Name           Description                                                                               
    SDTRM001            Reschedule schedule lines without a new ATP check                               
    V45A0001            Determine alternative materials for product selection                           
    V45A0002            Predefine sold-to party in sales document                                       
    V45A0003            Collector for customer function modulpool MV45A                                 
    V45A0004            Copy packing proposal                                                           
    V45E0001            Update the purchase order from the sales order                                  
    V45E0002            Data transfer in procurement elements (PRreq., assembly)                        
    V45L0001            SD component supplier processing (customer enhancements)                        
    V45P0001            SD customer function for cross-company code sales                               
    V45S0001            Update sales document from configuration                                        
    V45S0003            MRP-relevance for incomplete configuration                                      
    V45S0004            Effectivity type in sales order                                                 
    V45W0001            SD Service Management: Forward Contract Data to Item                            
    V46H0001            SD Customer functions for resource-related billing                              
    V60F0001            SD Billing plan (customer enhancement) diff. to billing plan                                                                               
    No of Exits:         15      
    Rewards if useful.............
    Minal

  • Find active user exit for a transaction code

    Hi All,
    Please help to find the active user exit for a transaction code.
    for Ex. below is the list of user exits for package VA ( for creation of sales order and changing sales order). Let me know which user exit is active and which is not active.
      Exit name    Short text
      SDTRM001  Reschedule schedule lines without a new ATP check
      V45A0001  Determine alternative materials for product selection
      V45A0002  Predefine sold-to party in sales document
      V45A0003  Collector for customer function modulpool MV45A
      V45A0004  Copy packing proposal
      V45E0001  Update the purchase order from the sales order
      V45E0002  Data transfer in procurement elements (PRreq., assembly)
      V45L0001  SD component supplier processing (customer enhancements)
      V45P0001  SD customer function for cross-company code sales
      V45S0001  Update sales document from configuration
      V45S0003  MRP-relevance for incomplete configuration
      V45S0004  Effectivity type in sales order
      V45W0001  SD Service Management: Forward Contract Data to Item
      V46H0001  SD Customer functions for resource-related billing
      V60F0001  SD Billing plan (customer enhancement) diff. to billing plan
    Thanks & Regards,
    Sabu

    Goto TADIR table give program id as R3TR ,Objec type as CMOD and execute.
    You will get all active exits in system.
    Exits related to SD may be in ZSD package.

  • Create a view for FV60

    Hi,
    I am fairly new to the Webdynpro world. I wanted to have some approach to creating a screen(view) for FV60 and FV65 Transaction. Depending on the security role of the user, these screens should be displayed. How can I  approach this. Do i need to make a service call for this?

    Hi Isha,
    You can directly call t-codes FV60 & FV65 in WDA
         Create a WD component and a view
    Use the method WDDOINIT( ) of your view to check the authorization object of the user and based on activity and role, call the t-codes
    Please refer the below link for more details on "Calling transaction code in WD view element"
    call sap transaction in view element
    Other way :
    Create a veiw V_FV60 and create all required ui elements
    Create a inbound plug FROM_MAIN & outbound plug TO_MAIN
    Create another view V_FV65 and create all required ui elements
    Create a inbound plug FROM_MAIN & outbound plug TO_MAIN
    Now, in V_MAIN
    Create a inbound plug FROM_OTHER_VIEW & outbound plugs TO_FV60 & TO_FV65
    Create navigation link between V_MAIN & other views
    Go to method WDDOINIT( ) of v_main, check the authorization object and activities,
    if user has role to see fv60, then fire plug wd_this->fire_to_fv60_plg( )
    if user has role to see fv65, then fire plug wd_this->fire_to_fv65_plg( )
    Please refer the below links to know more about navigation in WD
    Navigation in Web Dynpro ABAP
    Navigation Between Two Views Web dynpro ABAP
    Hope this helps you.
    Regards,
    Rama

  • Problem with the table control BDC in FV60 transaction

    Hi All,
    I got the problem with the table control in FV60 transaction.
    This is working for 900 line items.After 900 line items it is giving the problem like it is 1000th line item.You can post only 999 line items.
    I know we can post only 999 line items,but in my file only 920 line items.
    Please give me solution,if anybody come across this situation.
    Thanks & regards,
    rakesh.

    Hello Rakesh ,
    your file may have only 920 line items , but based on those line items, SAP may create few more  new lines ( based on the clearing recon accounts , inter company transaction ...etc )...
    regards
    Prabhu

  • BADI's/Exits for FBRA transaction

    Hi All,
      Iam reversing a cleared document through FBRA transaction but while reversing the transaction is changing the existing cleared document record in BSAD table and creating one more record with reversed document. While changing the existing record i want keep old value in one custom field of BSAD table.
    So please let me know if there any BADI's or EXIT's available for this transaction to meet my requirement.
    Regards,
    Shiva

    Hi Shiva,
    <b>Enhancements</b>
    FARC0002       Additional Checks for Archiving MM Vendor Master Data        
    F180A001        Balance Sheet Adjustment                                     
    F050S007        FIDCCH Outbound: Influence on IDoc for Document Change       
    F050S006        FI Outgoing IDoc: Reset Clearing in FI Document              
    F050S005        FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FIdocument      
    F050S004       FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send     
    F050S003        FIDCC2: Change IDoc/do not send                              
    RFAVIS01        Customer Exit for Changing Payment Advice Segment Text       
    RFEPOS00      Line item display: Checking of selection conditions          
    RFKORIEX       Automatic correspondence                                     
    SAPLF051       Workflow for FI (pre-capture, release for payment)           
    F050S001        FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment       
    F050S002        FIDCC1: Change IDoc/do not send                              
    <b>Business Add-in</b>
    FI_AUTHORITY_ITEM  Extended Authorization Check for Document Display (FB03)     
    FI_DOC_DISP_LI         Diversion to Document Items (FB03)                           
    FI_FB08_SUBST_BUDAT     FB08: Check Posting Date for Reversal of FI Doc. with FB08   
    FI_GET_INV_PYMT_AMT     BAdI for determining the payment amount for an invoice       
    FI_HEADER_SUB_1300       Screen Enhancement for Document Header SAPMF05A              
    FI_PAYREF_BADI_010    BAdI: Payment ReferenceNumber                               
    FI_RES_ITEM_CURRENCY      Document of Residual Item with Invoice Currency              
    FI_TRANS_DATE_DERIVE        Derive BKPF-WWERT from Other Document Header Data            
    RFESR000_BADI_001               BAdI for Own Processing of POR Item                          
    AC_QUANTITY_GET                 Transfer of Quantities to Accounting - Customer Exit         
    FVFZ                                    Replacement for Function Modules of Function Group FVFZ      
    ADJUST_NET_DAYS             Change to Net Due Date                                       
    FISPLIT                                 Online Split: Cash Discount, Exchange Rate Differences       
    BADI_ENJ_ALT_ADR             Go to alternative vendor/customer data                       
    BADI_F040_SCREEN_600      Screen Enhancement on F040 0600 Document Header              
    BADI_FDCB_SUBBAS01        Screen Enhancement 1 on FDCB Basic Data Screen (010, 510)    
    BADI_FDCB_SUBBAS02        Screen Enhancement 2 on FDCB Basic Data Screen (010, 510)    
    BADI_FDCB_SUBBAS03        Screen Enhancement 3 on FDCB Basic Data Screen (010, 510)    
    BADI_FDCB_SUBBAS04        Screen Enhancement 4 on FDCB Basic Data Screen (010, 510)    
    BADI_FDCB_SUBBAS05        Screen Enhancement 5 on FDCB Basic Data Screen (010, 510)    
    BADI_PRKNG_NO_UPDATE   BAdI for Deactivating Update of Parked Documents             
    INVOIC_FI_INBOUND              BADIs for Inbound IDoc INVOIC FI (Vendor Invoice)            
    F050S008                               FIDCC1, FIDCC2 Inbound IDoc: Update Comparison Ledger        
    FBAS_CIN_LTAX1F02              Tax interface                                                
    FBAS_CIN_MF05AFA0            EWT - Downpayment Clearing - Tax transfer for CIN            
    <b><REMOVED BY MODERATOR></b>
    Satish
    Message was edited by:
            Alvaro Tejada Galindo

Maybe you are looking for

  • What is new in Contribute 4?

    Does anyone have detailed info pointing out what is new in Contribute 4? For example, how does it now handle javascript? Where is there a detailed tech spec? Thanks in advance.

  • Change WBS element from Sales order

    Hi... I have created one sales order with WBS element assignment then I have created billing document and released to accountingu2026. Accounting and controlling documents are fineu2026 After creation of accounting document system is allowing to chan

  • Email Notifiation Issue in OIM 11g

    Hi All, I have a requirement of sending a notification to user & the user's manager when the user is about to be disabled. On User Disable in OIM, I am facing the issue that my changes are not getting effected and no email is getting triggered and th

  • Music not playing in itunes

    Recently some of the songs I have in iTunes won't play anymore. Whenever I click on a song to play it says it can't find it even though I have it saved in my library. I get a little exclamation in a circle when it won't play. I have to manually find

  • Budget Control System (BCS) - Priod control for multi year budgeting

    Dear Experts, My client wants to control budget of projects, both per year  and multi-year control. Can it be done using period control ? Can you suggest alternative solutions (better ones) to this issue ? Thanks, Yaacov