Miro doubt - batch input, bapi,

Hi,
actually, in our system we do miro manually. I wonder if there is a possibility to make MIRO automatically using a batch input (LSMW) or BAPI ?? Or There are other possibilities besides batch input via LSMW or BAPIs?
Which is the best way to solve this problem? Any idea, help, example, links would be apreciated.
Many thanx.

Hi,
If any BAPI is available it is the best way, beacuse the other optionsa are not convenient when there are lot of fields and screens.
You may use BTE also:
Possible useful BAPIs:
BAPI_GOODSMVT_CREATE
BAPI_GOODSMVT_RELEASE
BAPI_INCOMINGINVOICE_CREATE
BAPI_INCOMINGINVOICE_RELEASE
BAPI_PO_CHANGE
BAPI_PO_CREATE1
BAPI_REQUISITION_CHANGE
BAPI_MATERIAL_SAVEDATA
BTE:
MRM_PRELIMINARY_INVOICE
Regards,
Renjith

Similar Messages

  • Master recipe Batch-input / Bapi / Fct

    Hi,
    Does anybody have a program to insert data for master recipe ?
    I didn't understand how to use fct MRTRS300_MASTER_RECIPE_SAVE and the Batch-input on C201 have oss note ...
    Rgd
    Frédéric

    Frédéric,
    I tackle the same question, I will let you know when I find something. Please post your findings here as well.
    Regards,
    Serge

  • Go to "miro" by  batch input is it possible  ?

    i ask this question before  , may be some one can help me  ,
    i want to insert date ( budat ) to "miro" ( by dialog screen ) in the beginning  ,
    and the customer will proceed from this point  .
    so i done record ( sm35 )  , and i hope the record will stop in miro in the
    first screen .
    but what happened is that the action happened but not stop at "miro"
    and live the transction  .
    also i tried variant transction  , it is not good  for this job .
    also i checked bapi "update" ( to do update after ( ymiro ) ) but i understood
    that this bapi use to check and not update   .
    thanks  .

    i done it ( search ) before i ask ,  believe me    .
    i didnt find post with solution for this problem  .
    thanks any way  .

  • Batch input for BAPI_GOODSMVT_CREATE - Transfer posting

    Hi all,
    I'm now trying to do a batch input in this program for transfer posting of stocks.
    Am i able to upload the input through an external source for example, Excel spreadsheet?
    May i know how do i indicate in the program the source of my batch input?

    Hello Calibertto,
    You can upload excel file for batch input or bapi.
    Firstly : Upload to excel file.
    Secondly : Append itab from excel file.
    Thirdly : Make loop at itab.
    Finally : Fill batch input/bapi for every itab record.
    Best regards.

  • WITH LSMW USING BATCH INPUT/DIRECT INPUT/BAPI/IDOCS

    IN WHAT SCENARIOS CAN WE USE BATCH INPUT/DIRECT INPUT/BAPI/IDOCS WITH LSMW.WHICH IS THE BEST ONE.PLEASE TELL ME THE SCENARIOS OF USAGE.

    It really depends on what you are doing.  There are a lot of "standard" LSMW objects for different business objects, for example, there is a std object for Creating Material Masters, in this case, it is a direct input program. So, the best choice here would be to use the standard program which has been provided, it just so happens that it is a direct input program.  Creating Bill of Materials is another one, but this one is a batch input program, so you have no choice but to go with that.  Of course if there is a BAPI for your business object that would be the next best thing, if a standard object does not exists.
    REgards,
    Rich Heilman

  • Function Module, BAPI o Batch-Input way to Assign Material Components

    Hi all gurus,
    I would like to assign a Material Component to an Operation as you can do at IA02.
    I tried a Batch-Input but when I try to add a material component without material code, a text type one (Y), I can't:
    [url]http://img528.imageshack.us/my.php?image=screenshot124az5.png
    I would have to press the "Selection Component" button and then select the material from list with double click but that's not catched by the batch-input recording.
    So I would like to get a BAPI, FM.. or something to get it done.
    Thanks from now,
    John

    Hi Samuel,
                  Is it possible for you to tell which specific fields I need to total up to get the total stock from MARD table (I can see many fields)...??
    Thanks and Regards,
    Aditya

  • Is there any BAPI for BOM creation? which does by RCSBI010 / Batch Input.

    Hi Experts,
    I need to Upload the extracted Excel-file(.txt) for BOM creation, so, pls, let me know that, Is there any BAPI for this purpose. In detail the requirement is that,
    The suggested idea shuld work as like as pgm. RCSBI010
    thanq
    Edited by: Srinivas on Feb 14, 2008 6:18 PM

    Hi Srinivas,
    Try these Function Modules
    CS_BI_BOM_CREATE_BATCH_INPUT   - Create BOM Via Batch Input
    CS_BI_BOM_CREATE_BATCH_INPUT1  - Create BOM Via Batch Input (Corrected Session Handling)
    There are two BAPI's too, which can be used
    ALE_MATERIAL_BOM_GROUP_CREATE
    BAPI_MATERIAL_BOM_GROUP_CREATE - Creation of a material BOM group
    Hoe this helps.
    Edited by: Priyabrata Samanta on Feb 15, 2008 3:56 AM

  • Batch Input on MIRO

    Hi Gurus,
    I am doing a Batch Input for MIRO, and after doing click on Multiple Account Assignment button, appear a window with a table control and I want to change the MWSKZ field.
    If there is only one position, I have no problem, but when there are more positions on this table control, I am not able to reach the other positions. What can I do?
    I did this:
    ADD 1 TO posi.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6000'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=POS'.
          PERFORM bdc_field  USING 'RM08M-SKIP_TO' posi.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6000'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=KO001'.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6410'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=/00'.
          PERFORM bdc_field USING 'DRSEG_CO-MWSKZ(01)' ti_ind_imp-mwskz.
          IF i_cant > 1.
            t2 = i_cant - 1.
            DO t2 TIMES.
              PERFORM bdc_dynpro USING 'SAPLMR1M' '6410'.
              PERFORM bdc_field  USING 'BDC_OKCODE' 'P+'.
              PERFORM bdc_field USING 'DRSEG_CO-MWSKZ(01)' ti_ind_imp-mwskz.
            ENDDO.
          ENDIF.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6410'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=/EBACK'.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6000'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=/EABBR'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=YES'.
    I hope you can help me. Thanks in advane.

    Problem solved:
    CLEAR: posi, CAMPO, t2.
          ADD 1 TO posi.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6000'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=POS'.
          PERFORM bdc_field  USING 'RM08M-SKIP_TO' posi.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6000'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=KO001'.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6410'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=PRUEFEN'.
          DO i_cant TIMES.
            ADD 1 to t2.
            CONCATENATE 'DRSEG_CO-MWSKZ(' t2 ')' INTO CAMPO.
            PERFORM bdc_field USING CAMPO ti_ind_imp-mwskz.
          ENDDO.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6410'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '/EBACK'.
          PERFORM bdc_dynpro USING 'SAPLMR1M' '6000'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '/EABBR'.
          PERFORM bdc_field  USING 'BDC_OKCODE' '=YES'.
    Edited by: J. Garibaldi on Sep 2, 2010 10:18 AM

  • /DSD/VC_VP_CREATE - AVAILABLE BAPI or FUNCTION MODULE/HOW To BATCH INPUT

    I have a problem with this this transaction /DSD/VC_VP_CREATE I Cannot control the Drag and Drop for Customer in this Transaction when doing a Batch Input Is there a way to control it in Batch Input? Is there Available BAPI/Function Module for This Visit Plan(/DSD/VC_VP_CREATE) Transaction?

    Hi,
    did you find any BAPI/FM?
    Because i need exactly the same - find FM/BAPI/method to create acceptance request like via F881

  • Bapi vs Batch input

    Hi Everyone,
             I have a requirement where I have to createa Batch input session for Transaction MB1B for movement type 311.
    My question is can use BAPI instead of Batch input?
    Also in case the Batch input session is in error the user can resolve the error and reprocess the BIM.Is this possible for BAPI?
    Thanks

    Hi Jyotsna,
    There is a BAPI for goods movements: BAPI_GOODSMVT_CREATE .  You should be able to use this to do your movement type 311.
    In answer to your second question, no, BAPIs are not really suitable in the situation where you want end users to process the errors.  All that you get back from the BAPI is a list of error messages, there is no easy way for the user to correct the data and re-process.  You have to code this for yourself when using BAPIs.
    So, if your requirement is to have end users fixing errors, then I would stick with the batch input.
    Brad

  • BAPI or Batch Input Program for FB01

    Hi all!
    I am trying to post invoice through transaction code FB01, i need a standard BAPI program or Batch Input Program for FB01 (except recording).
    thanks.

    Hello,
    In the 'Specify Files' step,
    1. give some short file name (about 20 Characters )
    2. In the File option for 'Converted Data' option check the Logical path / logical file entries. Normally it is LSMW ( Logical Path ) and the same File name for logical file. If you do not have a Logical path 'LSMW' create one in Tx. FILE'.
    3. Please note that you need authority to save the file on application server ( You can see the files on Appl. Server in Tx. AL11 ).
    Let me know how it goes on!
    Regds, Murugesh AS
    Message was edited by: Murugesh Arcot
    Message was edited by: Murugesh Arcot

  • Cj42 BAPI instead of batch input?

    Hello,
    I am in the process of creating a user friendly batch input program of cj42 transaction 'Chenge Revenue Planning'. We need to split the revenues of each cost element in different resources. So I would like to ask if there is another way to using batch input, perhaps a BAPI?
    Thank you in advance.
    Roxani

    Hello,
    I am in the process of creating a user friendly batch input program of cj42 transaction 'Chenge Revenue Planning'. We need to split the revenues of each cost element in different resources. So I would like to ask if there is another way to using batch input, perhaps a BAPI?
    Thank you in advance.
    Roxani

  • Batch Input doubt

    Wassup guys ...
    Here is the problem. I did a program thar reads data from a legacy system and update Vendor doing a batch input on XK02. XK02 has a customer exit implemented, but, when I'm doing the doing input the exit should not be execute.
    I tryied to solve that using an export / import command but that doen't worked. I can't export to shared buffer because that is a company rule.
    Any ideas ?
    Thx in advance.

    Thx for the ideia, but copy a standard transaction is completly out of my mind.
    That is not a good procedure. 100% not recommended.
    Thx anyway.

  • Customer master data using LSMW std batch input

    Hello all,
    i m using LSMW method to create customer master records in the SAP system.
    we need to cover all the fields for addresses.
    Following are my doubts :
    1. some address fields are gettng truncated while loading customer master using std batch input program (for ex name1,name2,name3,name4,street..)
    2. some fields are not part of std batch input program . how to load that fields
    3. if we load address data first and then other customer data ,how to handle internal number range?
    4. how to upload internation address data in the system? is there any bapi for that?
    5 . how to upload additional communication data in address (ex mail,URL)
    Please help asap. its required urgently.
    thanks
    Jigs
    note : helpful ans will be rewarded.

    Message type DEBMAS
    Idoc type DEBMAS**  where ** is highest number available in your system (check via WE30). e.g. DEBMAS06

  • Parking not possible during batch input

    Hello,
    Iu2019m facing a problem for creating a parked vendor invoice in background (Tcode FB60 / FV60) thru BDC or BAPI.
    I looked for a BAPI and I just found "BAPI_ACC_INVOICE_RECEIPT_POST", for posting FI invoice : it doesnu2019t correspond to our requirements (we need to park).
    Then I used "PRELIMINARY_POSTING_DOC_WRITE" for parking an invoice but when we see the parked invoice in FBV2, the displayed Tcode is like FBV1. The users want the vendor invoice header, I mean the same screen as FB60.
    Finally, I tried to use Batch Input to park but I got the following message :
    "Parking not possible during batch input"
    Message no. FP140
    Procedure
    In Customizing, you can control whether an error message is issued."
    I found nothing in IMG about control message
    And in sdn forums, some said that bdc doesnu2019t work for an enjoy transaction (MIRO, MIR7, FB60 ..) but we already created a BDC for MIR7 and it works.
    Thanks,

    You can use [CALL TRANSACTION|http://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION.htm] like BDC.
    via CALL TRANSACTION you may use [bdc options with NOBINPT |http://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION_BDC_OPTIONS.htm] so the systeme field sy-binpt will be initial.
    You will need to manage the error messages in your program.(no SM35) one solution is to build the BDC for records with errors.
    There are many threads on [difference Between Batch Input and Call Transaction in BDC|https://forums.sdn.sap.com/search.jspa?threadID=&q=differenceBatchInputCallTransaction&objID=c42&dateRange=all&numResults=15&rankBy=10001]
    Regards,
    Raymond

Maybe you are looking for