Enhancement for batch master (BATMAS03)

Hi,
I've found an extended IDoc ZBATMAS03 (basic type: BATMAS03). It's being used for generating outbound IDOc usiong change pointers. A new segment Z1BATMAS has been added to the extended one.
Now I'm not able to find where this segment is being populated.
I tried searching in FM: MASTERIDOC_CREATE_SMD_BATMAS and the where used list for the new segment.
can anyone tell me how to find where the above new segment is being populated?
regards,
Ravi
Moderator message - Cross post locked
Edited by: Rob Burbank on Oct 22, 2009 11:31 AM

Hi,
I've found an extended IDoc ZBATMAS03 (basic type: BATMAS03). It's being used for generating outbound IDOc usiong change pointers. A new segment Z1BATMAS has been added to the extended one.
Now I'm not able to find where this segment is being populated.
I tried searching in FM: MASTERIDOC_CREATE_SMD_BATMAS and the where used list for the new segment.
can anyone tell me how to find where the above new segment is being populated?
regards,
Ravi
Moderator message - Cross post locked
Edited by: Rob Burbank on Oct 22, 2009 11:31 AM

Similar Messages

  • IDOC for Batch Master Conversion

    Hi,
    Is there any IDOC for Batch Master Conversion (Transaction : MSC2N) ?
    The data being maintained is in Basic data 1 and classification tabs.
    Regards,
    Esha Raj

    Hello,
    I faced the problem with BATMAS03.  When drilling down to F'tn BAPI_BATCH_SAVE_REPLICA I could that one and similar BATMAS03 get to work with filling following set of fields.  Adapt of course the values to you're system.
    BAPIBATCH_SAVE_REPLICA_
    MATERIAL = 000000000000033001
    BATCH = 12543872
    PLANT = D010
    CLASSALLOCATIONS
    CLASS_TYPE 023
    OBJECTKEY 00000000000003300112543872 (in our case MATNR&BATCH combination, dependend on system setting Plant could also be needed)
    CLASSNUM FROZEN_FINISHED (Classification Class)
    OBJECTTABLE MCH1
    CLASSVALUATIONSCHAR
    CLASS_TYPE 023
    OBJECTKEY 00000000000003300112543872
    OBJECTTABLE MCH1
    CHARACT LOBM_ZUSTD
    VALUE_CHAR X
    This works now fine and similar for the BATMAS IDOC
    Hope this is helpfull for you.
    Dirk

  • Enhancement for Equipment master data

    Hi all
       I want to find an enhancement for Equipment master data. I want to add some customer fields to Equipment data,but i can't find the enhancement.Anybody tell me the Enhancement which be useful for that. thanks.
    BR
    Chris.

    Hi,
    you can add new tab on the screen and provide your custom field on that tab. You have to add a new tab for any Technical Object by doing some configuration changes in SPRO. first go to SPRO and in screen sequences add a new tab sequence against the profile. Now in the function group SAPLXTOB you can see this new tab screen. Do your requirements on this screen.
    Reward if useful and get back to me if you need any help.
    Thanks,
    Anil

  • Authorization control for batch master

    Hello Experts,
    I have a special requirement from client on authorization control on batch master. The requirement is user should not be allowed to change the batch header details but allow to change selected characteristic values. For e.g If I have a batch A, the header values such as prod date, country of orgin etc should not be allowed to change. In classification view few characteristics only should be editable, rest all should only be displayed.
    Is there any option to do this. Either through authorization control or exits. We dont want to create a custom transaction to achieve this.
    Thanks in advance
    Prathib

    Hello
    The following document explains how to check which authorization objects are called on each transaction:
    How to analyze authorization issues in debug
    BR
    Caetano

  • Production order enhancement for batches

    We have a scenario where the batch expiration date of the produced material in the Production order = to the earliest expiration date of one of the component batches. Once the batches of the component are allocated in the Production order, we want do a enhancement which calculates the expiration date for the produced material based on the earliest expiration date of the component batches.
    This scenario is typical of a pharama industry I would think. Does anybody know if there is a BADI/user exit/function module I can use for this purpose.
    thanks a lot

    For this you need to have a Z program which calculates the Expiry date of the finished product based on the component materials expiry date.
    There will be some specific or Key materials basing on which you calculate the Expiry date of the Finished product.
    Maintian a Sort String to such materials like 'K'.
    Now get a program developed in such a way that during the population of batch characteristics for finished product when process order release, it should check for these component materials expiry date and take the earliest expiry date and calculate basing on this.
    There was a BADI released for this purpose, some time when I was working in my previous project. I will check and let you know.
    Till then you can explore on the above said option.
    Hope this helps you.

  • Common place / Enhancement for material master changes

    Hi All,
    Is there any  common place / enhancement spot where we can track the changes for any update into the material master (MARA / MARC / MARD / Sales Text) etc..
    Please help.
    Thanks ,
    Chandra

    Hi
    Thank you...
    I need to pupulate a ztable based on changes of material master - mara, marc and mard.
    How to track these changes without CDHDR/CDPOS. If any enhancement spot is aavailable i can populate my ztab.
    Thanks,
    Chandra

  • EXIT_SAPLV01Z_013 for Batch master Update is not getting called for MSC1n

    Hello,
    I am facing the same issue I want to update a date 6 field while the user create a Batch thurogh MSC1n.
    I am using the EXIT_SAPLV01Z_013 to update the same.
    But This Exit is not called as there is a condition which fails while this exit is called thru FM VB_CREATE_BATCH.
    the field NO_CFC_CALLS is set to "X" in Include LCHRGF02.
    CALL FUNCTION 'VB_CREATE_BATCH'
    EXPORTING
    ymcha = akt_mchx
    new_lgort = dfbatch-lgort
    bypass_lock = 'X'
    kzcla = ' '
    xkcfc = ' '
    no_check_of_qm_char = 'X'
    no_change_document = ' '
    check_external = space
    check_customer = space
    no_cfc_calls = 'X'.
    Can you please help how do we resolve this issue i am using SAP 4.7.
    Thanks
    Solanki Ritesh

    hello
    Any suggestion do we have any OSS note for the same???
    thanks
    Solanki Ritesh

  • User exit for batch check

    Hi all,
    I'm going to have a checking of the external batch no. and its valuation type in batch master via MSC1N and MSC2N.
    I found there are some related user exits but after testing, it seems that some are not working.
    in CMOD, I've included the enhancements:
    BATCHCHK, Function Module Exits for Check in Case of Batch Changes
    SAPLV1ZE, CFCs for external batch number assignment
    SAPLV1ZN, CFCs for batch valuation in VB_CREATE_BATCH
    Actually, what is CFC meant for? Which user exits should I use?
    Thanks.

    Hi
    CFC means Central Function Module
    Check the following Exits and BADi's
    for this MSC1N tcode
    Enhancement
    SAPLV1ZN                                CFCs for batch valuation in VB_CREATE_BATCH
    SAPLV1ZE                                CFCs for external batch number assignment
    SAPLV01Z                                CFCs for internal batch number assignment
    SAPLV01P                                Function Module Exits at Time Batches Are Updated
    SAPLV01D                                Determining the initial status of a batch
    SAPLMHD1                                Shelf life expiration date
    SAPLCHVW                                Batch where-used list
    BATCHCHK                                Function Module Exits for Check in Case of Batch Changes
    MBCFC010                                Propose batch number on Inventory Management item screen
    Business Add-in
    BATCH_MASTER                            Enhancements for Batch Master Transactions
    VB_BD_SELECTION                         Preselection of Batches Within Batch Determination
    VB_GET_EXT_BATCHES                      Access to Customer-Specific Batch Usage Data
    VB_GET_POS_PLANT                        Enhancement of Automatic Plant Determination in transn MB56
    VB_SLED_MANAGEMENT                      Control of Shelf Life Expiration Date Processing
    Reward points if useful
    Regards
    Anji

  • Validation for vendor master data creation

    Dear All,
    Can anybody suggest how to apply validation while creation of vendor master data. As this can not be done through GGB1 as it is ment for document level validation. Please suggest any user exit or badi or validation path for this.
    Thanks & Regards

    hi,
    the enhancement for vendor master is SAPMF02K, you can easily add your own check, pls. check in tcode SMOD!
    hope this helps
    ec
    >
    Srinivasa Maruvada wrote:
    > Hi
    >
    > Check TCode for validation OB28, for substitution OBBH
    > and also OKC9 which may helps you.
    > Cheers
    > Srinivas
    your post is rubbish, substitutions and validations are in use in document posting, not for master data creation. Even the OP told this, when he asked his question...

  • Characterstic Values in Batch Master record

    Hi,
    Is there any report where in characterstic values can be seen for batch master records?
    Regards,
    Prasad

    Hi,
    I think there is no standard report to satisfy your requirement. You can create a Z report using tables MCHA and MCHB etc.
    thanks and regards
    Muru

  • Enhancement for FK01 PAN No. field

    Hi,
    While creating vendor through FK01 i want to make PAN No. field mandatory which is present in the CIN tab .
    Regards,
    Sujit

    As this question was posed in [Enhancements and Modifications forum|ABAP Switching, Enhancing, and Adapting Standard Programs;, the answer will be
    In  Enhancement, transaction [SMOD|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=smodCMOD&adv=true&sdn_author_name=&sortby=cm_rnd_rankvalue], [SAPMF02K|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=sapmf02k&adv=true&sdn_author_name=&sortby=cm_rnd_rankvalue], there is an exit for user-checks [EXIT_SAPMF02K_001|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=exit_sapmf02k_001&adv=true&sdn_author_name=&sortby=cm_rnd_rankvalue] "Vendors: User Exit for Checks prior to Saving". You should be able to use this exit to add your own checks, via transaction [CMOD|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=smodCMOD&adv=true&sdn_author_name=&sortby=cm_rnd_rankvalue].
    Was it posted in [ERP Financials forum|SAP ERP Financials; it could have been
    Call customizing transaction, Accounts Receivable and Accounts Payable; Vendor Accounts, Master Records, Preparations for Creating Vendor Master Records, Define Screen Layout per Company Code (Vendors). There you can define field status for vendor here you can define which fields are required, optional or only displayed. There is also here an option Develop Enhancements for Vendor Master Data which links to CMOD, and with a documentation pointing to the Enhancement SAPMF02K.
    Regards

  • Problem in using the enhancement SAPLV01Z for batch no assignment

    Hi,
    i am using the enhancement SAPLV01Z for using the user defined batch number.
    In which i am allowing the system to generate the internal batch number if it is newly created batch for that particular material,site and MRP combination.For this i am using the function module EXIT_SAPLV01Z_001 and if the batch is already available in ztable suppress the internal batch number generation.
    And by using the function module exit EXIT_SAPLV01Z_002 i am copying the already available batch and passing to the variable new_charge in that function module.
    every thing is OK. But the prob is system checking the availability of the batch for combination of materila and site in batch master table MCHA and throwing an error saying that no batch is found,enter batch.
    Now i want to skip the checking of MCHA table if it is already there in my ztable.For that i am implemented the OSS Note 1035372 but it is not working.
    And one variable call_vb_create i need to pass X for that i need access key.
    Can any body have solution with out using the access key..
    Thanks and regards
    anil

    Sorry I hadn't seen this question.
    I got the same issue today and used EXIT_SAPMM07M_010. It works fine.
    This user exit fix the issue

  • Problem in using the enhancement SAPLV01Z for batch no assignement in MIGO

    Hi,
    i am using the enhancement SAPLV01Z for using the user defined batch number.
    In which i am allowing the system to generate the internal batch number if it is newly created batch for that particular material,site and MRP combination.For this i am using the function module EXIT_SAPLV01Z_001 and if the batch is already available in ztable suppress the internal batch number generation.
    And by using the function module exit EXIT_SAPLV01Z_002 i am copying the already available batch and passing to the variable new_charge in that function module.
    every thing is OK. But the prob is system checking the availability of the batch for combination of materila and site in batch master table MCHA and throwing an error saying that no batch is found,enter batch.
    Now i want to skip the checking of MCHA table if it is already there in my ztable.For that i am implemented the OSS Note 1035372 but it is not working.
    And one variable call_vb_create i need to pass X for that i need access key.
    Can any body have solution with out using the access key..
    Thanks and regards
    anil

    Sorry I hadn't seen this question.
    I got the same issue today and used EXIT_SAPMM07M_010. It works fine.
    This user exit fix the issue

  • Error in the LSMW for vendor master using standard batch/direct input

    I am facing the problem in the LSMW for the Vendor master data. The vendor is initially created for the company code 350 by using LSMW. NOw when I try to uploasd the same vendor using the same LSMW for the company code 450 then I get the error in the Bach input creation as follows:
    Batch Input Interface for Vendors
    FB012                    Session 1 : Special character for 'empty field' is /
    FB007                    Session 1 session name VNDR_CREATE_ was opened
    FB104                    Trans. 2 XK01 : Acct already exists; general area not being processed
    FB125                    ... Data in table BLFA1 cannot be processed
    FB016                    ... Last header record ...
    FB014                    ... BLF00-STYPE 1
    FB014                    ... BLF00-TCODE XK01
    FB014                    ... BLF00-LIFNR 300951
    FB014                    ... BLF00-BUKRS 402
    FB014                    ... BLF00-EKORG /
    FB014                    ... BLF00-KTOKK VEND
    FB017                    ... Last data record ...
    FB014                    ... BLFA1-STYPE 2
    FB014                    ... BLFA1-TBNAM BLFA1
    FB014                    ... BLFA1-ANRED /
    FB014                    ... BLFA1-NAME1 SAVOIE AUTOMATISME DEXIS
    This is because when we use XK01 to create the vendor by using the

    Please check this answered link:
    Re: LSMW for Vendor Master
    LSMW Upload vendor master data
    Edited by: Afshad Irani on May 5, 2010 12:42 PM

  • LSMW for  Vendor Master using Batch Input/Direct

    Hi Folk,
    I'm trying to create a LSMW for  Vendor Master using Batch Input/Direct Input and in the step Create Batch Inout Session a error message appears:
    Trans.     1 XK01: Acct already exists; general area not being processed.
    Can somebody help me with this...........

    Hi,
    Check manually create vendor. Check with recording steps means strucutre creadred while you choose BDC recording option. With same data r u able to create vendor.
    Regards
    Md.MahaboobKhan

Maybe you are looking for

  • Applying Patches to WebLogic Server 9.2

    Can anyone help me out here. I have an AIX platform (5.3) and have WebLogic 9.2 installed and want to apply the latest patches. However when I try to use the bsu command it obviously wants to run up the GUI, which we do not have access to due to an X

  • Image capture not recognizing itouch

    image capture not recognizing itouch. it did once until i rebooted

  • IPhone 4 in recovery mode

    Hi there Firstly I'm not the most techno sharp person so I apologise for needing an idiots guide in advance. I woke up the other morning to find my phone not working and showing the connect to iTunes logo. After searching in various places I download

  • Sevlets+jsp on same server

    Hi, I have two web server(A, B), I want to generate HTML code on A, and generate chart(*.jpg) on B. And now, I want to use one jsp file( on A) to output HTML code and use anonther jsp file ( on B) to output chart, How can I join the two output into o

  • Info on package size

    Hi, I would like to understand what does this setting means in infopackage Maximum size of a data packet in kByte = 50000? How do I determine what is the package size that is going to come from the source system? Is there any documentation or notes t