Custom field in SAP Inbox

Hi Experts,
I have a requirement of adding a custom field in SAP Inbox.
Ex: If an Invoice Wrok flow is triggered..the Invoice number number will be generated and it will be shown in the Title column.
      Now I have a requiremnt of adding a two Custom field as 'Supplier Name' and 'Document number'.
1. Is it possible to add the custom field in SAP Inbox?? if Yes can you guys let me know the procedure?? Also if I add a custom field Can that be controlled for specific work flow?
2. Also I have seen the field Dynamic Columns in in the layout, Can I use that filed to populated the Supplier name and document number?? is Yes how to proceed further?? ( Does the efforts vary for Standard workflow and Custom Work flow??
Your <removed by moderator> response is higly appriciated.
Cheers,
Sriram.
Edited by: Thomas Zloch on Jul 4, 2011 4:18 PM

Hi Krishna,
To solve your issue, you need to know the linkage between the WF and event.
You can go to t-code SWE2 to find the event linkage between Workflow & Business Object event.
You can also open t-code PFTC, select the task type as Worflow Template and give the TASK / WF number without prefix WS, then go to EVENT tab to know the event.
Regards
Saumya

Similar Messages

  • How to populate custom fields in SAP standard Basic type DELFOR01(E1EDK09)

    I've a requirement to include and populate 2 custom fields in SAP standard basic type DELFOR01 and Segment E1EDK09 (it is at hierarchy level 1 ) .
    The requirement looks very simple but for this, as per my knowledge, I have to create a new  Basic type with the copy of segment E1EDK09 and attach it to outbound process code and write my own function module to populate the segments.
    It seems ok but the there are some existing codes in the user-exits for the SAP standard function module.These codes will not get triggered.(Or I've copy the user-exits code in my FM)
    Can we do it any other way to handle this kind of situation?
    Thanks in advance for your suggestions and help.

    Hi Phani,
    You have done it correctly. ECC additional data to be moved to EWM, 1. you need to enhance the CIF for master data/ bapi  to populate the data in the custom field in EWM. 2. Make your your are not enhancing only one structure. You need to do it in the CI includes so that the field is available in all the related tables/structures.
    3. The BAPI/FM which updated these tables will take care automatically to update the custom field data if the field is correctly added in all the tables.
    4. If the custom fields are added correctly and still the data is not getting saved , then need to check the mapping of the custom field and bepi extension.
    Let me know if this helps.

  • Saving customer fields to SAP table (EXIT_SAPMM06E_012)

    Hi All,
    I would like to ask you guys a bit of a help with a user exit that I am working on as of the moment.
    I am coding a user exit for a service purchase order (ekpo-knttp = 'K' and ekpo-pstyp = 'D') this is a service purchase order of cost centre category.
    Since SAP does not allow the goods recipient (ekkn-wempf) to be modified for reasons specified in SAP Note 118008. I have used user exit MM06E005 FMs EXIT_SAPMM06E_017, EXIT_SAPMM06E_016 to the data in PBO and PAI for the transaction.
    Now I tried using the two FMs EXIT_SAPMM06E_018 and EXIT_SAPMM06E_012 to pass this value to the table but it does not seem to get saved in table EKKN.
    Using FM EXIT_SAPMM06E_018  the I have maintained the structure CI_EKPODB to include WEMPF and after debugging passing that user exit area the wempf is being tranfered to global data but this does not get saved in EKKN table (EKKN-WEMPF).
    Although this is outside of the standard best practice of SAP since the account assingment belongs to the limits or the service line for service order but maintaining this recipient field for the PO item does not impact our system processes as the business acknolwedges goods recipient for service PO.
    BADI ME_PROCESS_PO_CUST has also been implemented under method PROCESS_ACCOUNT invoking the interface IF_PURCHASE_ORDER_ACCOUNT_MM but unsucessful in the operation.
    If anyone of you guys has encoutered same scenario or implementation requirement please do give information on this or work-arounds are well appreciated as well.
    Cheers,
    Erwin

    Hi,
    We have worked on a similar requirement ,just check if its useful to you.
    Requirement:
                         You have to add the custom field in SAP standard table EKKO. Then we have to place the field in ME21N screen. When user enters any input into the field it should get updated in the database.
    Note:
                         EKKO table is meant for Purchasing document header, you should add the field in the header level for ME21n screen. There you are provided with customer sub screens where you can add the field in the screen.
    Procedure:
    1You have to create a field in the Custom Include of standard table, after creating activate it.
    2.Double click on the include then you can add your custom field here.
    Find out the Required Enhancements:
    1.Go to SMOD. Press F4 in the Enhancement field. In the next popup window, click pushbutton u2018Information systemu2019.
    2.Then mention the particular package name of the transaction you need to      enhance. Then you will be shown the list of Enhancement components for that particular package.
    3.Note down the enhancements. Then, come to the initial screen of SMOD and view the documentation of each enhancement to find out which one is required for your development.
    MM06E005 is the Enhancement component we are using here.
    Development
    Creating a Project to include the enhancement:
    1.Go to transaction CMOD and create a project.
    2.Enter a description for the project.
    3.Then, click on the pushbutton u2018Enhancement Assignmentsu2019 in the Application Toolbar.
    4.Click on the components in Application Toolbar.
    5.Here you will be shown the function module exits, screen exits and Include tables.
    6.Click on the custom screen SAPLXMO6 u2013 0101 in which it suits the requirement of adding the custom field to the layout
    7.Click on layout and go to get from dictionary and select the field you need to add and click ok.
    8.Place the field in the layout and activate it.
    9.After that you come back and check the respective function module in which you need to implement the code. So, we need to import the data from sub screen for purchasing document header. Therefore we have chosen  the  EXIT_SAPMM06E_008.
    10. Write code in the Function Exits to synchronize the programs:
                       Now, code has to be written in the function modules EXIT_SAPMM06E_008 so that data flows to and fro between the main SAP program and custom sub screen program. Double clicking on the exit we get the following screen.
    11. Double click on the include and write the required code inside it. Then activate it.
    TABLES:EKKOIF NOT EKKO_ZADD IS INITIAL.
    MOVE EKKO-ZADD  to e_ci_ekko-zadd.
    move corresponding  e_ci_ekko to ekko.
    modiky ekko  from ekko.
    12. Now come back and activate the entire project.
    13. Now go to ME21n transaction and create a purchase order by giving all the mandatory fields including custom field we have created. Here Test is the custom field we have created. After entering the data then press SAVE button, your data will be populated to the respective table.
    14. Go to SE11 or SE16n, check whether the field got updated in the database or  not in EKKO table.
    Thanks,Surya Pydikondala.
          Finally it gets updated in the database.

  • Adding new custom fields in SAP transaction - PSOBWORK?

    Hi,
    System - ECC 6.0
    I need to add some new custom fields in Contract Object(PSOBWORK). Can any one tell me what are the ways I can do this, and what is the best way to add custom fields in SAP transaction?
    I highly appreciate your help on this.
    Thanks.
    Rajesh

    Hi ,
            There are options like screen-exits ,badis
    the best option would be to find screen exits for the transaction and you code ur logic in the exit and create the screen with your requirement .

  • Adding new custom fields in SAP transaction?

    Hi,
    System - ECC 6.0
    I need to add some new custom fields in Contract Object(PSOBWORK). Can any one tell me what are the ways I can do this, and what is the best way to add custom fields in SAP transaction?
    I highly appreciate your help on this.
    Thanks.
    Rajesh

    Hi,
    Find the link below  which has step by step process of adding custom fields:
    goto site saptechnical-tutorials-ExitsBADIs-EEWB
    Hope this would be helpfull.
    Regards,
    Sharath

  • Negative values for Custom field in SAP coding block !

    Hi All,
    Hope all of you are doing fine.
    I need your valuable suggestion/possible workaround for the following requirement.
    u2022 The project requires me to add a custom new field to SAP coding block, which can take negative numeric values.
    u2022 The standard u201Caddition of custom fieldu201D configuration allows me to have the data type of the newly added custom field as either NUMC or CHAR. NUMC data type does not allow negative values. Standard configuration does not allow me to choose other data types (for custom field addition) like QUAN which can allow negative values (by checking the Sign at domain level in data type).
    u2022 Moreover, once I have added the custom field, itu2019s not possible to change the data type of the newly added field (say from NUMC to QUAN).
    I wanted to know if anyone of you have any project experience/knowledge about possible workaround, where we can add a custom field in SAP coding block, which can accept negative numeric values (through standard configuration or otherwise).

    No experience on that, but I strongly advise you to not trying to do something else than what was designed by SAP. So, you can create a character type field, with for example a field exit (though this technology is obsolete, it's very useful in that case) to validate its content (and reformat it if needed).
    Note that from a functional perspective, I think an amount is strange in the coding block, so maybe ask the functional people to know why they need it...

  • Alignment and restriction of Custom field in SAP query report

    Hi Experts,
    I have one custom field in query report(SQ01) called Amount in local currency which is calculated based on Amount in document currecy * exchange rate.
    But this field values are coming in left alignment instead of right alignment so how i should get in right alignment and second issue is how i can restrict field value to only 2 decimals.
    I tried the below link "http://media.techtarget.com/searchSAP/downloads/SAP_Query_C7.pdf" but the steps they mentioned are not appearing in SQ01 for example in that link they mentioned to click Basic List option for advanced steps but when i click i goes directly to field list with field groups on left pane
    Please provide solution for this.
    Thanks&Regards,
    narasimha

    Hello narasimha,
    In the Infoset when you create the additional field, enter an existing SAP table field that has type CURR in the parameter labeled LIKE Reference.  For example you can enter BSAK-DMBTR as a value. When you select the additional field in the query, the currency will also show.
    Kind Regards,
    Rae Ellen Woytowiez
    Edited by: Rae Ellen Woytowiez on Apr 25, 2011 11:27 PM

  • Adding custom fields on SAP standard screen

    Hi,
    I have to add some custom fields in the SAP defined standard screen. When I go to that particular screen and try to change it to 'CHANGE' mode , it asks for Access Key. Please suggest me, how to add the custom fields.
    RGDs,
    Gsaasg

    Hi,
    For this only there are enhancements, Just search for screen exits in the SDN or google for
    your transaction and also search for BADI's.
    Regards and Best wishes.

  • Custom fields on SAP standard screen - how to make them mandatory

    Hi,
    I have added 2 new custom fields [say zz1 and zz2] in the SAP Document Management System whilst creating documents in program SAPLCV110.
    I want to have these fields set to mandatory only when the document type is say ZZZ.
    Can you please let me know where abouts I need to go to introduce the code.
    Regards,
    Satish

    Hi,
       Use the below code...
    In PAI of the screen:
    Chain.
           Field <zz1> module <module_zz1>.
           Field <zz2> module <module_zz2>.
    endchain.
    Module_zz1.
         if zz1 = 'XXXX'.
           perform....
         endif.
    endmodule_zz1.
    Edited by: Satya suresh Donepudi on Mar 12, 2009 3:04 AM

  • Deleting AET custom field from the SAP tableu2019s level.

    Hi experts,
    I am deleting few un-used custom fields in AET. I am able to see delete symbol as status in AET. Although deleted custom fields are present in lot of structure and tables (eg: CRMD_ORDERADM_H) in SAP GUI tables. I want to delete the custom field from SAP GUI tables and structures.
    I tried to delete custom field from the SAP GUI tableu2019s level. But it is not allowing.
    Please get me some clue on deleting custom field from the SAP GUI tableu2019s level.
    Thanks in advance
    Chand

    Hi,
    The deletion of custom field in AET happens in two steps:
    1. You select a custom field that you want to delete, than you press on the delete icon in the Custom Field Assignment Block.
        Doing this, you mark the selected custom field to be deleted.
    2. You press on "Save and Generate" button. The "Save" will persist the deletion mark of the custom field. It means the custom field is marked to be deleted in the database. The "Generate" will process all the deletion of objects which are needed to delete the custom field, for example: Domain, Data Element, Append, etc.
    If the "Generate" does not happen due any reason, the deletion mark is already persisted in DB. It means, later on if you go back to AET, you will see that the custom field is marked to be deleted, but it is not yet deleted.
    If you do not press "Save and Generate" button at all, it means, you do not persist the deletion mark in DB. Later on if you go back to AET, you won't see that the custom field marked to be deleted.
    Note: Please make sure, "Generation" is only applied for field that is flagged to be generated. The "Generate" flag column is by default hidden. You can use personlization to show the column.
    Regards,
    Steve

  • Custom fields in MM01

    Hi
    I want to add one custom field in SAP material master table MARA also would like to display this field in MM01/MM02/MM03 screen.
    Appreciate your expert comments.
    Regards,
    Ashwin

    hi
    good
    try with these user exits
    MGA00001            Material Master (Industry): Checks and Enhancements
    MGA00002            Material Master (Industry): Number Assignment
    MGA00003            Material Master (Industry and Retail): Number Display
    thanks
    mrutyun^

  • Is doing configuration for FB60 using customer field a core mod?

    Hello,
    For our project, a customer field 'ZZAPPROVER' was added in FB60 transaction code.
    It is possible through configuration through the following path:-
    SPRO --> Financial Accounting (New) --> Financial Accounting Global Settings (New) --> Ledgers --> Fields --> Customer Fields --> Edit Coding Block --> Customer-Defined Account Assignments --> Customer Include Structure
    This basically added the customer field 'ZZAPPROVER' to the include structure CI_COBL.
    The important point to note here is that it adds to BSEG table too.
    Now the business is asking whether this is considered as a core modification to SAP.
    Can anyone update where it is a core mod or not, and if there is any documentation to prove this?
    Your comments are highly appreciated!
    Regards,
    Sanjiv Janardhanan

    Hi,
    The adding of additional Customer field is available from ECC 6.0 onwards. This is a standard functionlity to enable the customer to add their own fields for better reporting. But SAP cautions that it is better to take backup before doing this addtioin. No posting transactions shall be performed while you are including the customer field. SAP recommends using the u201Clightu201D mode. For this, you only need to make the following entries so that all necessary changes to the dictionary and to the tables are performed automatically in the background:
    ●      Collection (package)
    ●      Field name
    ●      Field description
    ●      Data type
    Character field (CHAR)
    Character field with digits only (NUMC)
    Trust this helps much!
    Cheers!

  • SAP Inbox navigation

    Hi All
    I have a question in my client about SAP inbox.
    Can we direct a workitem to a custom folder in SAP inbox? We have a situation that the approver gets a workitem to his inbox for approvel. If the approver approves it then fine else if the approver rejects it the user should get same workitem regenerated after sometime. To differentiate the regenerated workitem they need that workitem to appear on the custom folder. Is it possible?
    If yes, then how do i creat a custom folder and how i can forward the workitem to the custom folder?
    If no, what is the way it is possible?
    Is there any alternative like i can differentiate by the workitem text?....is yes how do i change the workitem text at runtime?
    Suggesions please
    Thanks
    Shree

    Shree,
    Usually, if the Approved rejects a workitem he wants to convey a message to the person who created or any reason of rejection. By that, if the workitem is rejected and fixed the next time and sent again for approval.
    The above process can be fulfilled by creating a custom method with the below code and use it at the Reject
    outcome.
    BEGIN_METHOD ENTERDESCIPTION CHANGING CONTAINER.
    DATA:
          REJECTREASON TYPE TXW_NOTE-LINE OCCURS 0.
    CALL FUNCTION 'TXW_TEXTNOTE_EDIT'
       EXPORTING
          EDIT_MODE       = 'X'
       TABLES
          T_TXWNOTE       = REJECTREASON.
      SWC_SET_TABLE CONTAINER 'RejectReason' REJECTREASON.
    END_METHOD.
    After approver providing the description at the first time, you need to import into workflow and if you want to send the same workitem again to the same person. Add this as parameter to your workitem text.
    For the first time the workitem text with the RejectReason parameter will be empty and nothing will be displayed. At the second time, the Reject Reason will be populated as entered by the approver earlier.
    For sending the workitem multiple time, you must use loop statement.
    Hope, this helps you and usually it is best way to track how many times it got rejected.
    Coming about redirecting same workitem, may not be possible as it is from the same Task and even all other parameters may be the same.
    Sudhir.

  • Issue with custom search fields in agent inbox

    Hi All,
    I am working on CRM agent inbox 7.0. The issue I am facing is like this:
    I have added custom search fields in inbox. When give a combination of standard search field and custom search field, the result is only based on standard field. The value of custom field is not considered.
    Is this a standard behaviour? Are standard fields given higher priority that custom fields?
    Any pointers on this would be highly helpful.
    Thanks,
    Narendra

    Hi Naren,
    Did you add custom field using AET? If yes then while adding custom field using AET did you make it search and result relevant?
    There is nothing like priority in standard SAP fields and custom fields.
    Please let me know so that I can further help you.
    Thanks,
    Bhushan

  • Custom Fields in Inbox

    We need to add a few custom fields to Search and Result views of Inbox. Some of these fields are from z tables.
    I'm trying to determine whether I have to use BT Search customization (z index table), or redefine the search class CL_CRM_QUERYAUI_RUN_BTIL?
    Has anyone used BT Search (z index table) in CRM 7? I've used it in previous CRM versions, but I was hoping in CRM 7 there would be an easier way to add custom fields to Inbox search and result table.
    Any help would be appreciated.
    Ramin.

    Thanks Micha.
    I looked into that, the InboxResultView seems to be bound to the BOL node: BTAUIView. See below screenshot.
    [Screenshot|http://i52.tinypic.com/1zqwxaw.png]
    So I would have to extend that structure, however if the GENIL_BROWSER when you expand the View node BTAUIView it doesn't show the underlying structure. So I don't know what the name of the structure for the Inbox result is to extend it.
    I just would have thought SAP would have an easier way. I found this Note: 1552679   (see it [here|http://i51.tinypic.com/5vrc4o.png])
    In the Note it says:
    1. Add a column to view ICCMP_INBOX/InboxViewSet with EEWB or AET
       2. Logon to the WebUI
       3. Perform a search in Agent Inbox.
       4. Switch to "table view"
       5. You observe that filter button is not available for your column
    Can you explain how we're supposed to do step 1 above? How do you add a custom field to InboxViewSet? unless you extend the underlying structure. The Note seems to imply you can just go to AET and add your custom field.
    Thanks again.
    Ramin.

Maybe you are looking for

  • Using a backed-up iPhoto Library - HELP!!

    Hi all. I'm looking for some guidance on how to recover photos that were recovered from a failing hard drive. My wife had a collection of digital photos that were originally imported in to Aperture 2.0. A while later, she started using iPhoto 09 for

  • What is ST******8AS Media?

    I have been receiving the spinning color wheel for about a month whenever I use Safari.  The problem is getting worse and basically everything comes to a standstill.  Opened Disk Utility and the first item on the left is: 500.11 GB ST3500418AS Media

  • IMac 9.1 has stopped playing DVDs, ejects them after about ten seconds without reading them

    This morning my iMac has stopped playing DVDs altogether. It had been struggling to play them before, but now it won't even read them. I'm running a 9.1, so the warranty is well past due. Not sure if there's anything I can do at this point to fix it,

  • Problems in Publishing Catalog in CCM

    Hello everyone, We are currently on CCM_700 SP11 and are trying to publish the CCM Catalog without success. The Log in SLG1 is as follows: 2008.05.28 16:00:51 (EST): Catalog publication was started Publishing catalog PWC_MASTER_CATALOG for the first

  • Firefox error in droplist selection

    My users browse Firefox for viewing my OBIEE dashboards. When they select the droplist controls (column selector, view selector, etc'), it sometimes fail to get the event of selection: For example, assuming view selector: The user select some choice