Batch change user exit

Does any one know what user exit to use when a batch is changed MSC2N. Ideally I would like to write some code when the Usage Decision in the classification view is changed in MSC2N, but if thats not possible, I dont mind using a user exit for batch change. Thanks

tRY USE BAPI_BATCH_CHANGE
Or You can use.
SAPLOMCV-LOMCVU01     EXIT_SAPLOMCV_001     MGA00003     Material Master (Industry and Retail): Number Display
SAPLOMCV-LOMCVU01     EXIT_SAPLOMCV_002     MGA00003     Material Master (Industry and Retail): Number Display
SAPLV01D-LV01DU02     EXIT_SAPLV01D_001     SAPLV01D     Determining the initial status of a batch
SAPLV01Z-LV01ZU05     EXIT_SAPLV01Z_001     SAPLV01Z     CFCs for internal batch number assignment
SAPLV01Z-LV01ZU05     EXIT_SAPLV01Z_002     SAPLV01Z     CFCs for internal batch number assignment
SAPLV01Z-LV01ZU07     EXIT_SAPLV01Z_003     SAPLV1ZE     CFCs for external batch number assignment
SAPLV01Z-LV01ZU07     EXIT_SAPLV01Z_004     SAPLV1ZE     CFCs for external batch number assignment
SAPLV01Z-LV01ZU13     EXIT_SAPLV01Z_005     BATCHCHK     Function Module Exits for Check in Case of Batch Changes
SAPLV01Z-LV01ZU14     EXIT_SAPLV01Z_006     BATCHCHK     Function Module Exits for Check in Case of Batch Changes
SAPLV01Z-LV01ZU03     EXIT_SAPLV01Z_011     SAPLV1ZN     CFCs for batch valuation in VB_CREATE_BATCH
SAPLV01Z-LV01ZU08     EXIT_SAPLV01Z_011     SAPLV1ZN     CFCs for batch valuation in VB_CREATE_BATCH
SAPLV01Z-LV01ZU08     EXIT_SAPLV01Z_012     SAPLV1ZN     CFCs for batch valuation in VB_CREATE_BATCH
SAPLV01Z-LV01ZU03     EXIT_SAPLV01Z_012     SAPLV1ZN     CFCs for batch valuation in VB_CREATE_BATCH
SAPLV01Z-LV01ZU03     EXIT_SAPLV01Z_013     SAPLV1ZN     CFCs for batch valuation in VB_CREATE_BATCH
SAPLV01Z-LV01ZU08     EXIT_SAPLV01Z_013     SAPLV1ZN     CFCs for batch valuation in VB_CREATE_BATCH
SAPLVBMD-LVBMDU08     EXIT_SAPLVBMD_001     SAPLMHD1     Shelf life expiration date

Similar Messages

  • EDI order change - user exit

    Hi group
      Quick question...while doing a PO change ( IDOC_INPUT_ORDCHG)....sales order line items are to be deleted....I know that this needs to be done in a user exit...i am trying to nail down to the right user exit......
    I found only one user exit ( customer function 002 ) dealing with BDCDATA...but the problem is this one is called multiple times in the program...and I want to run this code only once....have you guys encountered similar situation / have any clue....Plz let me know

    Hi,
    I did not get your question. What is the relationship between changing PO data and deleting sales order line item.
    I do not recommend changing sales order line in some userexit while processing PO idoc. Eventhough you find an userexit to do this, when sales order line item is deleted and commit happens in not only commits the sales order data but also other outstanding updates. This might cause database inconsistency.
    Please clarify your exact requirement.
    Regards,
    RS

  • Can I batch change user access to folders & file read-write permissions?

    I had a corrupted user account on my iMac and after weeks of trying repairs I followed a forum suggestion to delete my account.
    Before doing so I synced all my document folders and files (since 2004) over my LAN to an external hard drive that was attached to my MacMini. I then deleted the iMac account.
    Next I backed up my Mac Mini user account with Time Machine. I then created a new iMac User account on the iMac and let the iMac access Time Machine to bring over all my MacMini preferences, settings, desktop, etc. I now have a fully functioning iMac user account.
    Here is the problem. I attached the USB external drive directly to my iMAC. I can access some of the folders and files on the external hard drive. Most of them refuse to let me acces the folder or open a file. If I use the GET INFO command I see an "_unknown" user with "read and write". I see an "everyone" with "no access". I can individually change each folder and file to allow my user account access and give myself permission to read and write the files. I cannot delete delete the "_unknown" account.
    It will take me days to individually change each folder and file manually like I am now doing.
    Is there a way to use Automator to add my user account to the folder or file and give me read and write folder and file permissions?
    Or is there any other way to do this in a batch change?
    Is there something I need to do to the external files right now that will ensure that I can access them if either computer crashes and I need to replace the MAC? I would hate to have to go through this again. Would having a MAC server instead of an external drive solve this?
    I am using MAC OS 10.6.8 with the most recent updates installed (as of today).
    Thanks,
    Sandi Dickenson

    Select the icon of the external drive in the sidebar of a Finder window, and open the Info window. In the "Sharing & Permissions" section of the window, click the lock icon and authenticate. Make sure you have read & write access to the volume by changing the settings if necessary. Then, from the action menu (gear icon), select "Apply to enclosed items."
    The "_unknown" user and group are assigned automatically to files on a volume with the "Ignore permissions" option set.

  • Schedule Line Category change-USER EXIT

    REQUIREMENT:
    When saving a SALES ORDER, Change the schedule line category on the SALES ORDER from CP(Standard Availability Check) to CS(Third Party Processing u2013Trigger Purchase Requisition)
    Initially when we create the SALES ORDER, we have Schedule line category CP to generate schedule lines based on stock availability
    SO Date- 09/14/2010
    Schedule line 0001--- 09/14/2010 --- Confirmed Qty (0) --- Sched Line Categ(CP)
    Schedule line 0002--- 09/16/2010 --- Confirmed Qty (1) --- Sched Line Categ(CP)
    Config Change: We have changed the Schedule line category- CS to turn off Purchase Order Scheduling (Indicator turned off--P.req.del.scheduling)so that when we change the schedule line category, no PO scheduling happens again
    Our requirement is that when saving the sales order, we want to change both the schedule lines item category-0001/0002 from CP to CS
    SO Date- 09/14/2010
    Schedule line 0001--- 09/14/2010 --- Confirmed Qty (0) --- Sched Line Categ(CS)
    Schedule line 0002--- 09/16/2010 --- Confirmed Qty (1) --- Sched Line Categ(CS)
    After saving the order, a Purchase Requisition is generated for the Schedule Line 0002..
    MY QUESTION:
    Is this possible using the BAPI_SALESORDER_CHANGE without changing the dates on the schedule lines or deleting any schedule line
    Thanks
    Kumar

    Hello Kumar,
    Please check the User exit and let us know whether your requirment is met or not.
    #USEREXIT_MOVE_FIELD_TO_VBEP
    Use this user exit to assign values to new fields at the level of the sales document schedule lines.
    The user exit is called up at the end of the FORM routine VBEP_FUELLEN.
    Regards,
    Sarthak

  • Field data change-User exit in PA30 & PA40

    Hi All,
    I wants to execute an rfc with following data, whenever changes maid in following fields.
    P9005/ZFIELD,    PA0002/NACHN, PA0002/VORNA,  PA0002/CNAME,
    PA0000/STAT2,   PA0041/DAR01,  PA0041/DAR02,   PA0041/DAR04,
    PA0008/TRFGR,  PA0008/TRFST,  PA0001/WERKS, HRP9103/ZZORG, PA9008/WRKLO, PA0041/DAR01
    Please guide me which user exit i can use?
    Or any other idea by which i can send those changes to XI.
    Thanks in advance

    Ok I found user exit PBAS0001 will solve all except one.
    HRP9103/ZZORG field.(field of PP02)
    null

  • Purhcase order item change user exit

    Hello all,
            I want to change the field value of purchase order item. is there any exit for changing the field value.
    Regards
    Srinivas
    Moderator message: please do your own research before asking.
    Edited by: Thomas Zloch on Dec 21, 2010 3:54 PM

    Hi
    For this u need to implement the ehancement spot. To achive this u need to implement the ehancement spot in include
    LMEPOF7X. And modify the required field in structure mepo.
    Regards,
    Raghavender.

  • What is difference between User Exits and BAPI

    hello sap gurus
    what is difference between User Exits and BAPIs

    http://www.sap-img.com/abap/what-is-user-exits.htm
    www.****************
    Where as this customer exits are again divided into:
    1. Menu Exits.
    2. Field Exits.
    3. Screen Exits.
    4. Function module exits.
    These all the things comes under Enhancements.
    User exits
    1.A user exit is a three character code that instructs the system to access a program during system processing.SXX: S is for standard exits that are delivered by SAP.
    XX represents the 2-digit exit number.UXX: U is for user exits that are defined by the user. XX represents the 2-digit exit number
    2.USER EXITS are FORMS and are called by SAP standard programs
    using PERFORM.
    3.Inside the form (user exit) you can read and change almost
    any global data from host program.
    4. User exits are more flexible because you have more information to use in your code but on the other hand , it is very easy to manipulate erroneously global data and lead the standard program to a dump or even to make database inconsistent.
    5.While changing User-exit,Access Key is required,
    BAPI is nothing function module but which is remote enabled, means you can access this fm through other SAP or non-SAP system by assingning to business object,which we can crea in SWO1 transaction.
    more details see WWW.****************
    reward if helpful

  • User exit name which triggers when a save button is pressed in cs01

    Hi Gurus,
    Can anybody tell me what is user exit which will trigger for a save button in tcode
    CS02
    Regards
    Yathish

    hi,
    Below are the list of user exits available
    for cs02.
    PCSD0001            Applications development R/3 BOMS                           
    <b>PCSD0002</b>            BOMs: Customer fields in item                               
    <b>PCSD0003  </b>          BOMs: Customer fields in header                             
    PCSD0004            BOM comparison                                              
    PCSD0005            BOMs: component check for material items                    
    PCSD0006            Mass changes user exit                                      
    PCSD0007            Check changes in STKO                                       
    PCSD0008            WBS BOM: Customer-specific explosion for creating           
    PCSD0009            Order/WBS BOM, determine URL page                           
    PCSD0010            Order/WBS BOM, determine explosion date                     
    PCSD0011            Knowledge-based order BOM, parallel update                  
    PCSD0012            Customer - Mat. number/mat. number during material change 
    PCSD0013            Customer-specific processing of an explosion for BOM rowser
    Hope this helps !!
    Cheers
    Alfred

  • User exit name which triggers when a save button is pressed in CJ20N

    Hi, does anyone knows which user exit is called when press the 'SAVE'  button in CJ20N transaction.
    Thanks

    hi,
    Below are the list of user exits available
    for cs02.
    PCSD0001            Applications development R/3 BOMS                           
    <b>PCSD0002</b>            BOMs: Customer fields in item                               
    <b>PCSD0003  </b>          BOMs: Customer fields in header                             
    PCSD0004            BOM comparison                                              
    PCSD0005            BOMs: component check for material items                    
    PCSD0006            Mass changes user exit                                      
    PCSD0007            Check changes in STKO                                       
    PCSD0008            WBS BOM: Customer-specific explosion for creating           
    PCSD0009            Order/WBS BOM, determine URL page                           
    PCSD0010            Order/WBS BOM, determine explosion date                     
    PCSD0011            Knowledge-based order BOM, parallel update                  
    PCSD0012            Customer - Mat. number/mat. number during material change 
    PCSD0013            Customer-specific processing of an explosion for BOM rowser
    Hope this helps !!
    Cheers
    Alfred

  • User exit for start-up date in transaction ib02

    Hi all,
    i need to change the start-up date in transaction ib02.
    Is anyone know how to change it? Is there a user exit for this field?
    thanks  in advanced.
    Dana.

    Hi Check out following exits
    PCSD0001            Applications development R/3 BOMS                                      
    PCSD0002            BOMs: Customer fields in item                                          
    PCSD0003            BOMs: Customer fields in header                                        
    PCSD0004            BOM comparison                                                         
    PCSD0005            BOMs: component check for material items                               
    PCSD0006            Mass changes user exit                                                 
    PCSD0007            Check changes in STKO                                                  
    PCSD0008            WBS BOM: Customer-specific explosion for creating                      
    PCSD0009            Order/WBS BOM, determine URL page                                      
    PCSD0010            Order/WBS BOM, determine explosion date                                
    PCSD0011            Knowledge-based order BOM, parallel update                             
    PCSD0012            Customer - Mat. number/mat. number during material exchange            
    PCSD0013            Customer-specific processing of an explosion for BOM browser           
    Thanks
    Sandeep
    Reward if helpful

  • CS07 - Functional Module ? User Exit ?

    Hi ,
    Is anybody can give me some instruction ?
    We would like trigger another program which we developed by ourself when use T-Code:CS07 to assign BOM to Plant .
    Is any functional module or user exit we can use ?
    Thanks !

    Hi Denny,
    The following are the User Exits available for CS07 transaction,
    PCSD0001            Applications development R/3 BOMS
    PCSD0002            BOMs: Customer fields in item
    PCSD0003            BOMs: Customer fields in header
    PCSD0004            BOM comparison
    PCSD0005            BOMs: component check for material items
    PCSD0006            Mass changes user exit
    PCSD0007            Check changes in STKO
    PCSD0008            WBS BOM: Customer-specific explosion for creating
    PCSD0009            Order/WBS BOM, determine URL page
    PCSD0010            Order/WBS BOM, determine explosion date
    PCSD0011            Knowledge-based order BOM, parallel update
    PCSD0012            Customer - Mat. number/mat. number during material exchange
    PCSD0013            Customer-specific processing of an explosion for BOM browser
    Please select the appropriate exit which meets ur requirement.
    Reward Points if useful.
    Thanks & regards
    Mahesh

  • CS01 User Exit

    I need to calculate the total weight of the BOM Components and show it in the customer fields tab of the BOM Header in Transaction code CS01, CS02 and CS03. Whenever the user enters the quantity of the BOM components in CS01 and clicks the BOM header button (CAP button in CS01) he should be able to see the total weight of all the components under the customer fieldu2019s tab. For this I have used the screen exit PCSD0003 and added a new field. But the issue I am facing is during the creation of the BOM I am not able to get the quantity of the BOM Components as the function module exits of the enhancement PCSD0003 does not have STPO table reference as a parameters. Please let me know how to get these item values during run time into my exit so that I can calculate the total weight and show it in the custom field.

    PCSD0001     Applications development R/3 BOMS
    PCSD0002     BOMs: Customer fields in item
    PCSD0003     BOMs: Customer fields in header
    PCSD0004     BOM comparison
    PCSD0005     BOMs: component check for material items
    PCSD0006     Mass changes user exit
    PCSD0007     Check changes in STKO
    PCSD0008     WBS BOM: Customer-specific explosion for
    PCSD0009     Order/WBS BOM, determine URL page
    PCSD0010     Order/WBS BOM, determine explosion date
    PCSD0011     Knowledge-based order BOM, parallel upda
    PCSD0012     Customer - Mat. number/mat. number durin
    PCSD0013     Customer-specific processing of an explo
    PCSD0014     Knowledge-Based Order BOM: Status

  • User-Exit in FM IDOC_INPUT_BOMMAT

    Hi all,
    does anyone know if there's any user-exit that can be used during the inbound Processing of IDOC type BOMMAT03 ?
    Thanks,
    Pedro

    Try these exits :
    PCSD0001  Applications development R/3 BOMS
    PCSD0002  BOMs: Customer fields in item
    PCSD0003  BOMs: Customer fields in header
    PCSD0004  BOM comparison
    PCSD0005  BOMs: component check for material items
    PCSD0006  Mass changes user exit
    PCSD0007  Check changes in STKO
    PCSD0008  WBS BOM: Customer-specific explosion for creating
    PCSD0009  Order/WBS BOM, determine URL page
    PCSD0010  Order/WBS BOM, determine explosion date
    PCSD0011  Knowledge-based order BOM, parallel update
    PCSD0012  Customer - Mat. number/mat. number during material exchange
    PCSD0013  Customer-specific processing of an explosion for BOM browser

  • User Exit For CS02 & C202

    Dear All,
                I need User Exit for 
       "Changing BOM & Master Receipe should not allow if BOM & Master Receip is Used"
    Please let me know the User Exit for  CS02 & C202 T-code

    Hi,
    these are the userexits for  CS02
    PCSD0001               Applications development R/3 BOMS
    PCSD0002               BOMs: Customer fields in item
    PCSD0003               BOMs: Customer fields in header
    PCSD0004               BOM comparison
    PCSD0005               BOMs: component check for material items
    PCSD0006                Mass changes user exit
    PCSD0007                Check changes in STKO
    PCSD0008               WBS BOM: Customer-specific explosion for creating
    PCSD0009               Order/WBS BOM, determine URL page
    PCSD0010               Order/WBS BOM, determine explosion date
    PCSD0011               Knowledge-based order BOM, parallel update
    PCSD0012               Customer - Mat. number/mat. number during material exchange
    PCSD0013               Customer-specific processing of an explosion for BOM browser
    PCSD0014               Knowledge-Based Order BOM: Set Status When Fixing
    and there is no userexit for C202.
    and check below link for how to find userexit for particular transaction and run the program in the below link
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/find%252bapplication%252bclass%252bwith%252bexits%252band%252bbadis%252bfor%252ba%252btransaction
    Regards,
    Madhu
    Edited by: Madhu Babu on May 21, 2009 11:44 AM

  • User exit on SAVE event in tranasaction CS01

    Hi all,
    Please tell me user exit on save event in transaction cs01.
    Thank you.

    Hi,
    Check the following user exits.
    PCSD0001            Applications development R/3 BOMS                          
    PCSD0002            BOMs: Customer fields in item                              
    PCSD0003            BOMs: Customer fields in header                            
    PCSD0004            BOM comparison                                             
    PCSD0005            BOMs: component check for material items                   
    PCSD0006            Mass changes user exit                                     
    PCSD0007            Check changes in STKO                                      
    PCSD0008            WBS BOM: Customer-specific explosion for creating          
    PCSD0009            Order/WBS BOM, determine URL page                          
    PCSD0010            Order/WBS BOM, determine explosion date                    
    PCSD0011            Knowledge-based order BOM, parallel update                 
    PCSD0012            Customer - Mat. number/mat. number during material exchange
    PCSD0013            Customer-specific processing of an explosion for BOM browser
    hope it helps
    Regards
    Rajesh Kumar

Maybe you are looking for