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

Similar Messages

  • Screen Variant for ENjoy Transaction

    Hi all,
    I want to create screen variant for enjoy transaction, i.e fb60. Through the guide in another threads, I click on the square icon, above the scroll bar on the table control (used for entering document line items). When I create new variant, hide some columns and save this screen variant, everything is not changed. How to apply this screen variant to this transaction ?
    I also use function "Add screen variant" when right click on this screen, but nothing changes.
    Thank you very much for your helps.
    Sylvecat.

    That little button you mention (above the scroll bars) will not create screen variants for this transaction.
    You have to use transaction SHD0 (also accessible by pressing Ctrl+F4 once you are inside FB60).
    Search inside http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBCEX/BCDWBCEX.pdf for the keywords SHD0 more info on usage, etc. if you need help with SHD0.
    Please remember to assign points if found useful.
    Regards,
    Gulshan

  • Setting for enjoy transactions

    Dear all,
    could any body help me in this.
    how do i get edit - new entries option in
    Img-Materials Management-Inventory Management and Physical Inventory-Settings for Enjoy Transactions-Settings for Goods Movement-Setting for Transactions and Reference Documents
    regards

    Hi
    here you can add any transaction or reference documents.You can make whether the transaction event active or inactive means example In MIGO there are several options GR,GI,Transfer posting etc.If you remove active check box againest MIGO, you can't perform GR with migo.(GR transaction will disappear from drop down).
    Similarly Within GR , you can allow GR with respect to  Purchase orders,Inbound delivery etc.You can't add your own transaction/event and reference document for transaction/event.
    Regards
    Ramakrishna

  • For Enjoy Transactions why we are using BAPI only.

    Hi All,
    (already  searched the forum for this one)
    Can anyone please explain me or send related links--->
    1) Why we are calling me21n as ENJOY transaction.
    2) What are ENJOY Transactions.
    3) Why we have to use BAPI ony
        to update ENJOY Transactions instead of BDC.
    regards,
    phaneendra p.

    These new transactions should make life for the end user a bit easier, since SAP transactions not always accelerate in design, logic, etc. That's why SAP has introduced these new transactions which in the end, will have the same result. In these socalled 'Enjoy' transactions, SAP started using these 'new' enjoy sap controls like ALV grid, text editor, HTML viewer etc.
    For 'updating' Enjoy transaction (BTW: You are NOT updating the transactions, but rather the purchase order or whatever) you will have to use BAPI's (or FM for that matter) in stead of BDC since Enjoy Controls work with a different framework in which you can not call a certain screen and field. Like in an ALV grid, not every field has it's own screen field name. So you cannot use them in BDC.
    Hope this makes any sense, otherwise search the forum. There have been some similar questions in the past as I can remember. Especially why you can not use BDC with enjoy sap transactions.

  • 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

  • Exit not working for enjoy transaction .. Me51n .

    We are using Exit for assigning the number range to the PRs using M06B0004 and M06B0003 but its not picking the exit .
    the same exit is working  fine with Me51 transaction but for Me51n its picking up the standard number range . .

    Naval,
    Check this note:
    Note 316406 - ME51N no user exit for distributing the document no
    Reddy

  • Screen Exits for Transaction ME21N

    Hi Experts ,
                  my requirement is to add a new screen field of time for the transaction ME21N .Can any one guide me how to do This.I am new to user exits and dialog programming.Please can any one help me out regarding this.
                        Thanks in Advance.
    regards
    Srihari.

    HI
    GOTO TCODE SMOD,
    CREATE A PROJECT AND CALL COMPONENT - MM06E005
    THIS ALLOWS U TO CREATE A ADDITIONAL SUBSCREEN
    CALL THE REQUERD FIELD IN THE SCREEN
    THIS WILL ADD FIELD TO THE STANDARD TABLE UNDER STRUCTURE CI_EKKO
    NOW IN THE CODE PART JUST PASS SCREEN VALUE TO TABLE VALUE
    TC
    SAJI

  • 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

  • About Enjoy Transactions ------ Very Urgent

    Is it recommendable to use BDC for Enjoy Transactions ?
    If no , Why ?

    hi,
    Enjoy transactions use Enjoy SAP Controls like ALV Grid, ALV Tree. If you run BDC in background these Controls would not be able to communicate front-end since they need some files in front-end (client - PC), so BDC fails.
    Therefore what can be done? There are two possibilities:
    1- ) There might be a alternative, usually older version, transaction. You can use it. For example ME22N is a Enjoy transaction, but ME22 is the older one, does the same thing. So ME22 can be used.
    2- ) If it is available, a BAPI can be used. Whatever you want to do, you can search BAPIs and use it instead of BDC technique.
    Hope this is helpful, Do reward.
    Edited by: Runal Singh on Feb 6, 2008 6:26 PM

  • Enjoy transaction MIGO

    Hi,
    In enjoy transaction MIGO, I want to execute Return delivery w.r.t. Purchase order. At present I have two options material document and delivery note.
    In customization for inventory management under setting for enjoy transaction and setting for transaction and reference document , I am trying to activate the purchase order option. Unfortunately I didnot have that option available.
    I would appriciate, if anybody let me know how I can do that.
    Regards,
    Pradeeep Bhandari

    HI,
    I really dont know the Business Requirement but for doing the same.
    Just do to
    SPROMM INventoryman/phy inv>Setting for Goods movement>Setting for tansactions and reference Documents.
    Go the Setting
    Select the Transaction code -->MIGO and then click on the Transaction even key A01,A02 etc..
    in this select the key Select A02-Return delivery and click on the option reerence document
    and thert you will find R02 and R03 .
    Know add R01-Purchase order and Clik to activate the same,
    hope so it would activate in the T code MIGO and you should find the same
    Regards
    Anjanna.

  • User-defined fields in Enjoy transactions

    Hi,
    we have created two user-defined fields and added these in the entry variant for Enjoy transactions. However, we would like the fields to show with fewer characters. We have tried to reduce the length in the entry variant, but it seems that you cannot do this. We do not want to reduce the length of the field in the database.
    Is there any way around this?
    Thanks,
    Moly

    Hi,
    You should be able to do it via screen painter.
    Please check this help:-
    [http://help.sap.com/saphelp_nw04/helpdata/en/d1/801c3a454211d189710000e8322d00/content.htm]
    Also you should put this query in SAP ABAP forum, where you will get more appropriate answers.
    Regards,
    Gaurav

  • Standard transaction ME21N

    Hi Experts,
            Can we add new field for Time in standard transaction ME21N.If yes how is it possible tell me..
    Its very urgent..
    Thanks in advance
    Srihari.

    Hi Bhupal,
                  Thanks for giving the Userexit.I am new to user exits and Dialog programming.Please can any one explain me the step by step procedure for How to do the screen exit for standard transaction ME21N.
                   Thanks in Advance.
    Regards
    Srihari.

  • Enjoy Transaction screen -FB70

    Hi,
    We are in ECC 6.
    How to change the Screen ( Header text is to be activated)
    How to do it ?
    Appreciate yr early answer.
    Regards, Chitras

    Do the config steps:
    IMG-Financial accounting-GL accounting-GL account posting enjoy-Define doc type for enjoy transaction.
    Here press new entries
    Enter ur company code
    Account type as S -GL account
    Trans- leave blank
    Doc type- SA
    Then go to document type OBA7
    Flag the document header text if it is not already flagged.
    Now do the posting in FB50, system will prompt you to enter the header text.

  • What is enjoy transaction

    hi,
    can anyone tell me what is enjoy transaction with example. and how can i do the entry in f-02 and fb50.
    thxs ,
    ankur

    Hi,
    Enjoy transaction is very user friendly as you can complete your transaction (park / hold /post) in a single screen itself, all your debit / credit details, header details appear on the same screen. Most of the clients prefer using FB50/FB60 trns to perform routine activities whereas F-02 screen by screen you have to enter the details. First the debit entry and then the credit entry so it will take you to two different screens. so everytime you have to press enter to go to the next screen. This will be very tedious if you have several line items so its always better to go for Enjoy transactions.
    hope this helps.
    regards,
    radhika

  • Can we do a recording for ABZON transaction?

    Hi,
    We are using transaction ABZON for creating 'new asset' for uploading data using LSMW recording method.
    We are getting an error "leave transaction not possible for batch input" when we are try to upload more than one record from the file.
    The LSMW works fine for one record but goes in error for more than one record. If any one has come across this issue pls let me know asap. Also if there is any alternative way bapi/FM pls let us know.
    Thanks in advance,
    Simmi

    Hi simmi,
    Use BAPI for creation of Assets, pass the data to the structures of BAPI.
    CALL FUNCTION 'BAPI_FIXEDASSET_CREATE'
         exporting
           COMPANYCODE = COMPANYCODE
           ASSET = ASSET
           SUBNUMBER = SUBNUMBER
           REFERENCE = REFERENCE
           CREATESUBNUMBER = CREATESUBNUMBER
           GENERALDATA = GENERALDATA
           GENERALDATAX = GENERALDATAX
           INVENTORY = INVENTORY
           INVENTORYX = INVENTORYX
           POSTINGINFORMATION = POSTINGINFORMATION
            POSTINGINFORMATIONX = POSTINGINFORMATIONX
           TIMEDEPENDENTDATA = TIMEDEPENDENTDATA
           TIMEDEPENDENTDATAX = TIMEDEPENDENTDATAX
           ALLOCATIONS = ALLOCATIONS
           ALLOCATIONSX = ALLOCATIONSX
           ORIGIN = ORIGIN
           ORIGINX = ORIGINX
         INVESTACCTASSIGNMNT = INVESTACCTASSIGNMNT
         INVESTACCTASSIGNMNTX = IVESTACCTASSIGNMNTX
             NETWORTHVALUATION = NETWORTHVALUATION
             NETWORTHVALUATIONX = NETWORTHVALUATIONX
             REALESTATE = REALESTATE
             REALESTATEX = REALESTATEX
             INSURANCE = INSURANCE
             INSURANCEX = INSURANCEX
             LEASING = LEASING
             LEASINGX = LEASINGX
           importing
             ASSETCREATED = ASSETCREATED
             RETURN = RETURN
           tables
             DEPRECIATIONAREAS = DEPRECIATIONAREAS
             DEPRECIATIONAREASX = DEPRECIATIONAREASX
             EXTENSIONIN = EXTENSIONIN
           exceptions
             OTHERS =  1

Maybe you are looking for