Need enhancement for KS01 Transaction for Department Filed

Hi Gurus,
Iam having a requirement on KS01 transaction to find enhancement for Department field.
Here I could not find any enhancement Exit to proceed further.
Please let know is there any alternate solution:
Here is my comlete rquirement below:
1.Make the u2018Departmentu2019 field, (CSKSZ-ABTEI), mandatory in the Cost Centre Master Record using   screen program name SAPLKMA1 and screen number 0300.
2.Check the entry made in the u2018Departmentu2019 field, (CSKSZ-ABTEI), in the Cost Centre master record
When the transaction KS01 is saved check the value in the u2018Departmentu2019 field, (CSKSZ-ABTEI), against values stored in a variable in a Z table by Controlling Area, if matched allow creation, if no match go to the first message below.
3.Department field is not allowed to be changed once postings have been made to the Cost Centre.
Check for transaction KS02 or KS12 when save check if u2018Departmentu2019 field has been changed, if no change continue, if changed check to see if postings have been made to the Cost Centre (table COEP), if postings have been made give the second error below, if no postings allow changes to be saved.
Thanks & Regards
Bhaskar

Hi,
    Check following User Exits in SMOD all are for KS01.
  Exit Name           Description
COCCA001            Customer enhancement to cost center authorization checks
COCCA002            Customer Functions for Organizational Authorization Checks
COOMEP01            CO-OM: Information system -> line item reports
COOMKA01            Customer Fields for Cost Element Master Data
COOMKS01            Customer Fields for Cost Center Master Data
COOMKS02            Cost Center: Checks When Saving
COOMKS03            Cost Center: BAPI Enhancements
COOMLA01            Customer Fields for Activity Type Master Data
Salil....

Similar Messages

  • Enhance EC85/EC86 Transaction for Additional Fields

    Dear Experts,
    Is there any option available in BDT to enhance EC85/EC86  transactions for addition of new fields.
    (The same data need to be used in BW reporting with out doing any further enhancments once after implementing this)
    Thanks in Advance.
    Best Regards,
    Rajani Kanth

    Thnx Andreas,
    i have following doubts again..
    I have to add sales organisation field to the selection screen...(this is given in the req.)
    now if i will say GET KNKK...it would not keep account of this 'sales organisation' field...so how should i fetch the data with these input data( i.e. 'compny code' and 'customer' are the fields given by LDB and 'sales oraganisation' is the field i put it on the selection screen)
    And what about the KNVV-VKORG ,because the KNVV is not present in the LDB.

  • Exit or Badi for Migo transaction for given condition

    Hi,
    I need exit or Badi for MIGO transaction for the following condition ( When the goods receipt for the PO is initiated, prior to posting the accounting document).
    Please let me know
    Regards
    Ramesh

    Hi
    In rel 4.6C you can find these BADIs:
    - MB_DOCUMENT_BADI or MB_DOCUMENT_UPDATE
    and these exits: MBCF0002, MB_CF001
    Max

  • Mail Alert to Managing Director for every transaction for customer & vendor

    Dear Gurus,
    Please let me know how & where to do setting for mail alert to Managing Director for every transaction for customer & vendor,
    Like for Customer: Sales Order, PGI, Invoice, Payment receipt................
           for Vendor: Purchase Order, GR, Miro, Outgoing Payment for Vendor,
    Thanks in advance,
    Sai

    Hi Sai
    If you want to set the mail alert to Managing Director for every transaction for customer & vendor Like for Customer Sales Order, PGI, Invoice , PO  then maintain at  all levels  output type and at all levels for those output types  assign the authorization as Managing Director
    But for what purpose you want to assign the authorization member at all levels, what is your requirement?
    Regards
    Srinath

  • Create  of (demo for)OVAI (transaction for create entries for each vendor)

    hi all,
    can anyone plz tell me how 2 create (demo for)OVAI (transaction for create entries for each vendor)
    thans & regards,
    srinivas reddy.

    hiii
    yes you can call transaction like that..take tcode in that parameter then you can use it in your program with statement like
    call transaction (variable)..in background process.
    regards
    twinkal

  • Want Transaction History for Particular Transaction for Particular User. .

    Hello Friends,
    I have one query.
    I want to get detailed Transaction History for Particular Transaction for Particular User_Id for particular Time/Date period, with his/her Terminal ID info ,also.
    One USER_ID in SAP Server is shared among 6-7 people to do their work.
    So, I want to know that from which terminal that user has run that transaction to do its work on particular Date/time.
    I tried STAT, STAD, ST03N,  but did not help me very much to get deep level information.
    May be, i am missing something to get the solution for this kind of situation.
    Any Solution for this kind of Situation ?
    I am waiting for your valuable Response.
    Regards,
    Bhavik Shroff

    I want to get detailed Transaction History for Particular Transaction for Particular User_Id for particular Time/Date period, with his/her Terminal ID info ,also.
    ST01 will give you the Result after switching on the TRACE. I want to get Transaction History for a particular DAY/Weeks/Month .
    e.g.
    One User Id is shared among 6-7 people. One of the person did something using FB08 transaction on last 08/07/2008. But, as the User ID is shared among several User, How can i know the person who did that change and from which place/Terminal.
    See,
    I have the following information to fire the search.
    -> User Id information
    -> which transaction he/she used to do that work
    -> When he did the change for something (means i know the exact date)
    But , I want to know ,from which Terminal he/she executed that transaction, as the User ID is shared among several people.
    You tell me the way ,so that i can have total required information for this kind of situation.
    If  i am wrong at any step , then let me know.
    Regards,
    Bhavik Shroff.

  • API need for miscellaneous transaction for an inventory

    Which API is normally used for a miscellaneous transaction for an inventory?
    Regards ,
    Tdhoke,

    Hi, Could you please send me the insert statement for this. i am having serialised item for it.
    Actually i am getting a error when i do insert into my mtl_material_transactions
    insert into mtl_transactions_interface
    ( SOURCE_CODE
    , SOURCE_LINE_ID
    , SOURCE_HEADER_ID
    , PROCESS_FLAG
    , TRANSACTION_MODE
    , TRANSACTION_INTERFACE_ID
    , ITEM_SEGMENT1
    , ORGANIZATION_ID
    , SUBINVENTORY_CODE
    , LOCATOR_ID
    , TRANSACTION_QUANTITY
    , TRANSACTION_UOM
    , TRANSACTION_DATE
    , TRANSACTION_SOURCE_ID
    , TRANSACTION_SOURCE_NAME
    , TRANSACTION_TYPE_ID
    , TRANSACTION_REFERENCE
    --, TRANSFER_SUBINVENTORY
    , XFER_LOC_SEGMENT1
    , XFER_LOC_SEGMENT2
    , XFER_LOC_SEGMENT3
    , XFER_LOC_SEGMENT4
    , LAST_UPDATE_DATE
    , LAST_UPDATED_BY
    , CREATION_DATE
    , CREATED_BY)
    values(
    'Mis Receipt Test Oct07',--SOURCE_CODE
    1,--SOURCE_LINE_ID
    1,--SOURCE_HEADER_ID
    1,--PROCESS_FLAG
    3,-- TRANSACTION_MODE
    1,-- TRANSACTION_INTERFACE_ID
    62925800100005,-- ITEM_SEGMENT1
    122,-- ORGANIZATION_ID
    'Put Away',-- SUBINVENTORY_CODE
    NULL,--LOCATOR_ID
    1,-- TRANSACTION_QUANTITY
    'EA',-- TRANSACTION_UOM
    SYSDATE,-- TRANSACTION_DATE
    1,-- TRANSACTION_SOURCE_ID
    'Purchase order',-- TRANSACTION_SOURCE_NAME
    35,-- TRANSACTION_TYPE_ID
    'Mis Receipt Test Oct07',-- TRANSACTION_REFERENCE
    NULL, TRANSFER_SUBINVENTORY
    NULL,-- XFER_LOC_SEGMENT1
    NULL,-- XFER_LOC_SEGMENT2
    NULL,-- XFER_LOC_SEGMENT3
    NULL,-- XFER_LOC_SEGMENT4
    SYSDATE,-- LAST_UPDATE_DATE
    1130,-- LAST_UPDATED_BY
    SYSDATE,-- CREATION_DATE
    1130-- CREATED_BY
    )

  • Background JOB scheduling for BD87 transaction for IDOC processing

    Hello All,
    I have a requirement to schedule program(BD87) for background processing.I have created varient for selection screen.
    Query is how do i slect a particular node ithe tree and execute a particular button in background processing.
    Do i need to write BDC for BD87 transaction?? or there is any other approach for the same.
    Thanks.

    oh!! that's different! if your IDOCs have errors and remain in status 51, no transaction in the whole world can proceed them.
    you will have to investigate what caused the status 51. go to transaction BD87, select your IDOCs and go to the IDOC-body. you have several segments there: contol, data and status ... go to the status-segment, open it and double-click on the message in red at the side of the status 51 - analyse the error, edit the IDOCs or - if that is no solution, kill them and create new ones.
    what is the error message? (just out of curiosity ...)

  • I looking for a transaction for debug the IDOCS

    Hello friends,
    I looking for a transaction that allowed me to debug the IDOC´s when the direction is only 1 (Outbound),  for ex. for IDOC´s has direction 2 (Inbound) I used the WE19 transaction, and to choose the "Inbound Function Module" button and I take the "Call in debug mode" checkbox,
    Can you tell me if exist another program for this?
    Thanks in advance,
    David

    Hi,
    IDocs are processed by a function module, which are mapped against in table EDIFCT. When you process an IDoc with BD87 you can have a breakpoint in the function and it will stop. For outbound processing it depends on which program is sending the IDoc. For transactional data like purchase orders, the IDoc is created via RSNAST00 which in turn calls a function module assigned to the processing code (BD41).
    For your knowledge [reference1|Re: How to debug Idoc; [reference2|Outbound IDoc debug;.
    May it helps you.
    Regards,
    DS.

  • Need to create a transaction for multiple select statements?

    Hello,
    I am a newbie and have a question about database transaction, e.g. whether/not to enclose multiple select statements (and select statements only) into a transaction.
    My database is set to transaction isolation level 2: REPEATABLE READ, where dirty read & non-repeatable read are not allowed, only phantom read is allowed.
    Now, in my code I have a number of methods that only contain select statements only. Since they are merely select statements, which don't do any modifications to the data, I am not sure if I am supposed to enclose them into a transaction.
    However, if I don't put them into a transaction will the transaction isolation level takes into effect automatically when another user is modifying the data that I am reading? In other words, I need to make sure the select statements will never do either dirty read or non-repeatable read. But I am not sure if it is necessary to enclose multiple select statements in a transaction, since I believe putting the select statements into a transaction will put some locks to the data being read which may reduce the concurrency of my application.
    Any help/advice would be very much appreciated.
    Duane

    You might want to try asking this on a forum that specific to your database. I suspect the answer can vary depending on the database and probably requires in depth knowledge of what the database does.

  • Screen Exit For AS02 Transaction adding Customer Filed

    Hi All,
    I performed all the coding steps required in
    EXIT_SAPLAIST_003.
    EXIT_SAPLAIST_002.
    Then i activated User Exit and defined group boxes..
    The values entered in the new screen element Kunnr is not reflecting as its not geeting saved with the values entered in this..
    Please let me know if i am performing some thing wrong in the coding steps..
    Thanks
    Sri

    Hi,
    Can you please paste u r code here .
    To whcih group boy u r entering the data.
    so that i can tell you where u r doing mistake.
    Or u can do one thing.
    Read the functtion module documentation for the eXits.
    you will get some idea there.
    Thanks,

  • Regarding userexit for pa40 transaction for validating position and persona

    when iam entering the position and  personal area in pa40 transaction , this position is should matched with personal area of the pa13 screen,and that personal area should match with pa40 presoanl area, for this requiremetnt which userexit is suitable.
    please any one worked on this type of requirement please help me on this.

    k

  • Output for f110 transaction, for F110_IN_CHECK

    hi all,
    iam developing a SCRIPT by copying Standard program and also copy the form F11-_IN_CHECK, and iam unable to see the standard output, can any of you please send me the output of the form.
    thanks in advance

    hai
    F110 transaction used for APP (Automatic Payment Programme) First u go to the transaction F110 and maintain parameters and then execute the programme after words u come back Go to Menu bar System under that one Owns pool request there u find the Out put transaction.
    Subbu

  • Validation for FBCJ transaction  for section code

    hi
    i am trying to create validation for cash documents posted through FBCJ transaction . by using ob29 transaction i have created validation it is working fine when i am posting entry f-02 but not validating documents which posted through FBCJ .
    why documents are  ignored when i am posting through FBCJ . is there any deferent  way to validate documents posted through FBCJ ? 
    prerequisite :- based on company code
    check  :-  based on  section code ' ' (blank)
    message :- just information msg
    thanks in advance
    sachin

    hi
    i am trying to tally  the balances for AR03 with f.01 but i am unable to match it . now what difference i am getting i am not able to trace it back .because when i uploaded assets that time some difference was there because of some assets value and postings .
    now through ar03 i am getting dieffrent gross values,accumulated depreciation  , wip , net values .
    is it possible to match both transaction balance ?
    so if i have to match the balances for both the transactions what point i have to consider and which area i have to focus ,
    in asset closing procedure which trace points are available .
    like f.01 balance in fixed , now i can change in asset area only   
    thanks in advance
    sachin

  • BAPI for MB1B transaction for 309 movemnet type

    Dear ABAPERs,
    I am using "BAPI_GOODSMVT_CREATE"  its working fine for only one record.
    If in internal table number of records r there.
    By looping that table paasing the record each time.
    First time its working fine and posting the document.
    But second time its giving error as "Finish batch already linked with batch 7607AF0120".
    7607AF0120 which is previous(first batch number).
    For first record BAPI is working fine for the remaing records its not working.
    Please help me regarding this.
    Regards,
    Simha.

    Hello,
    use this code after the BAPI call.
    IF NOT GM_RETMTD IS INITIAL.
      COMMIT WORK AND WAIT.
      CALL FUNCTION 'DEQUEUE_ALL'.
    ELSE.
      COMMIT WORK AND WAIT.
      CALL FUNCTION 'DEQUEUE_ALL'.
    ENDIF.
    Vasanth

Maybe you are looking for