Substitution required for BSEG field updation.

Hi All,
I am having a scenario for updating the BSEG-RECID field depending on the value of the RSEG-GEBER field in MIRO.
When I am trying to create a substituion in GGB1 T.Code:field BSEG-RECID is not displayed there for creating the substitution
How to get that field for applying the substituion in to that screen. Remaining fields in BSEG table are being displayed.
Help me out.
Regards
Srikanth

Hi SriKanth,
You will have to update the table using SM30 or take a help from an ABAPer to updated the table.
I do not remember the table,but check the techinical details of the filed names in substituition and ask the ABAP er to update the field you require to be in the desgnated table
I think there is a program which does the chage for you
Anand

Similar Messages

  • Badi for Z-Fields updating using BAPI_CONTRACT_CREATE

    Hi Experts,
    I need badi name required for updating Custom fields in contract while creating purchase contract.
    I am using BAPI_CONTRACT_CREATE for creating contract.
    Thanks & Regards,
    Sushant singh

    1. did you pass your z-fields to BAPI_CONTRACT_CREATE
    using EXTENSIONIN strucutre?
    2. put break-point into your BADI and check if program stops there....
    reards,darek

  • Periodic alert for DFF field update

    Hi Everyone,
    We need to builde the periodic alert for below requirement.
    We have DFF field for status (Submitted/ Not Submitted) which is maintained in Attribute13 in per_all_people_f.
    First alert will fire on update of this DFF to Not Submitted which is straight & simple.
    We need to have weekly alert from the time this field is changed till the time it changed to submitted.
    once it is changed to submitted no aler will fire.
    I was thinking of having custom table with status & update date but this will require to build 3 alerts.
    Can anyone suggest some better way of doing it?
    Thanks
    Deepali

    Hi,
    One option is to use standard AuditTrail functionality on that field, then you'll have the entire chronological history for the field to work the periodic alert logic from.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Are there iPhone 4/4s space requirements for ios 7 update?

    I have a 16GB 4S. I've read a couple of articles online saying I will need to "free up quite a bit of space" on my phone if I want to try and update to iOS 7 via OTA. Is this true? And if so, just how much space do I need to make available?  I think I have 1.3GB free at the moment. Will this suffice?
    - C

    I highly doubt that 1.3GB free will be enough, as that would not be enough to download, uncompress, and install, iOS 6.
    OTA updates take more space then doing the update through your computer's iTunes, since your iPhone must have space for the downloaded file, for the uncompressed installer of that download, and then some temp space as it actually installs the updated firmware.  As near as I remember, iOS 6 took up something like 600MB of space, but required something closer to 2.5GB of free space for the OTA update download/installation process.
    I'd guess you will either need to free up some space (how much we won't know until it is released) or you could try downloading in iTunes and updating from there, instead of an OTA update.

  • PCUI 4.0, Search Help Required for New field

    Hi everyone
    I am working in CRM 4.0 Sales Order application
    We created a new field in CRM sales Order in Header level in SAP GUI through EEWB.
    The search help for the new field is working fine in SAP GUI. We want to add the same field with F4 help functionaliity in PCUI as well.
    The field has been added in structure CRMT_BSP_SLS_OD1_General. It also shows domain value for the field however Origin of input field ie empty
    The field has been added in PCUI and is successfully showing data inputted in SAPGUI
    However we need search help functionality for the field
    i tried these two steps
    1) i checked on domain value checkbox and changed the field from input to dropdown. However the dropdown is empty in PCUI. Whenever i check box domain values for some field then all the possible values in SPA GUI are displayed in PCUI, however this is not working here.
    2) I put Value_table in F4 of the field
    This is also throwing up empty values
    Am i missing something in this case
    Please let me know how to go about it
    TIA
    Asad

    Hi Frederic
    Thanks for your response
    I am not sure what is meant by regenerating the field group in this case
    I added the entries for my view in the field group and generated the layout of the field group (If this is what you mean)
    The field is working fine. I am able to save values to the field and able to see values saved in GUI.
    I haven't linked search help of the field in PCUI
    I am not sure how to go about it.
    I used the data element in the structure for the field.
    The data element has Domain entry in <b>Entry Help/Check</b> of the structure
    If i check the Domain Value checkbox in my field group then the domain values should be available in dropdown if the field is dropdown
    However i am not able to see the possible values of the field (It is present in SAP GUI)
    Does something else needs to be done in this case
    TIA
    Asad

  • SQL Query for Date field updation

    I want a query from u.. Hope u help me with a
    solution soon..
    My Q: I want to update a date field in Oracle
    database. But the condition is that i shouldnt change
    the hours, minutes & seconds of the date field.
    generally , if we update the date field then it takes
    the default values for hours, min's & sec's to
    00:00:00.
    EX : if we have a value 21-SEP-2002 04:54:44 in a date
    field. I want to update it to 22-SEP-2002 04:54:44.
    But it updates to 22-sep-2002 00:00:00 if we use
    UPDATE command.

    Use a PreparedStatement:
    PreparedStatement ps = conn.prepareStatement("SELECT * FROM TEMP WHERE TDATE > ? AND TDATE < ?");
    // note: month numbers start at 0, so 1 is february
    GregorianCalendar c1 = new GregorianCalendar(2002, 1, 11, 11, 0);
    GregorianCalendar c2 = new GregorianCalendar(2002, 1, 18, 22, 0);
    Date d1 = c1.getTime();
    Date d2 = c2.getTime();
    java.sql.Timestamp sqlDate1 = new java.sql.Timestamp(d1.getTime());
    java.sql.Timestamp sqlDate2 = new java.sql.Timestamp(d2.getTime());
    ps.setTimestamp(1, sqlDate1);
    ps.setTimestamp(2, sqlDate2);
    ResultSet rs = ps.executeQuery();
    // get results from the result setJesper

  • What are the Master Table validations required for below fields

    Hi,
    I have created a selection screen with following fields.
    Can anybody tell me what are the exact master table vaidation i can do for the same!
    <b>Order Type[VBAK-AUART],
    Order Number[VBAK-VBELN],
    Customer PO #[VBKD-BSTKD],
    Sold-to Party No[VBPA-PARVW - SP as key],
    Ship-to Party No[VBPA-PARVW - SH as key],
    Division[VBAK-SPART].</b>
    Agaist which master tables i need to vaidate above fields!
    Also please clarify what is meant by [SP as Key] & [SH as key]! Is it needs to be defaulted!
    Thanks in advance.
    Thanks,
    Prasad.

    Hi Prasad,
    For your another Query
      SH- Ship To Party,
      SP - Sold To party.
    You can set anyone of them as Default depending on ur Bsuiness requirement ie. You are Forwarding ur Invoice to ship to or sold to Party.
    Regards,
    Leo

  • Exit for PR fields updation from sc for Account assignment

    Hi All,
    I have a requirement where I need to update fields from Shopping Cart account assignment to Purchase requisiton customer data tab. could any one  let me know how to make data flow from SC and make the data appear in PR.
    Thanks

    Hi,
    Please check the BADI BBP_CREATE_BE_RQ_NEW.
    Regards,
    Masa

  • QM - BAdi Required for Inspection Lot Updation

    Hi,
    1.
    <b>May i know the exact BAdi for the requirement shown below.</b>
    Actually the material master is setup for serialnumber assignment at HU, when this is the case when PGR of the delivery is done another inspection lot gets created, and correct, the second one should not be created, the first inspection lot has to be updated based on the PGR of the delivery.
    2.When I double click over the method in SE19 and try to change it,I am not able to write the code for the required method.I'm getting message as "User XX is currently editing Class XXXXX".
    Can I have a solution for this too..
    Thanks in Advance

    Hi,
      You can prefer any one of the BADI,AS per idea you can look into <b>INSPECTIONLOT_UPDATE.</b>
    Implementing Business Add-Ins (BADI)     
    The use of object orientated code within SAP has lead to new method of enhancing standard SAP code called
    Business Add-Ins or BADI's for short. Although the implementation concept is based on classes, methods and
    inheritance you do not really have to understand this fully to implement a BADI. Simply think of methods
    as a function module with the same import and export parameters and follow the simple instructions below.     
    Steps:
    1.     Execute Business Add-In(BADI) transaction SE18
    2.     Enter BADI name i.e. HRPBSGB_HESA_NISR and press the display
            button
    3.     Select menu option Implementation->Create
    4.     Give implementation a name such as Z_HRPBSGB_HESA_NISR
    5.      You can now make any changes you require to the BADI within this
            implementation, for example choose the Interface tab
    6.     Double click on the method you want to change, you can now enter
            any code you require.
    7.      Please note to find out what import and export parameters a
            method has got return the original BADI definition
            (i.e. HRPBSGB_HESA_NISR) and double click on the method name
            for example within HRPBSGB_HESA_NISR contract is a method
    8.      When changes have been made activate the implementation
    Here iam giving docs to ur ref:
    check any fo the below links. this will def help u.
    http://www.allsaplinks.com/badi.html
    And also download this file....
    http://www.savefile.com/files.php?fid=8913854
    There are other tutorials on this site...
    http://sapbrain.com/Tutorials/tuto_download.html
    BADI'S
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    <b>Reward points</b>
    Regards

  • TRANSPARENT TABLE REQUIRED for the field level no T CODE : MB56

    hi
    i m trying 2 get the transparent table name and field name for LEVEL NO field which is present in tcode MB56 (30F VERSION). I am getting the details in technical info 1. structure is AM07M & field name is CUSTFE. can any guide how 2 get transparent table for the level no field.
    but as of release 4.7 the field name is EXPANSION LEVEL(TCODE MB56 ).
    here also i m not getting the transparent table corresponding to EXPANSION LEVEL field.
    it would be great help if i can get assistance in this issue.
    regards

    unanswered

  • Mid 2007 iMac video card does not meet minimum requirements for latest iMovie update

    Tried updating to the latest version of iMovie and I get the following message.  "Your computer's video card does not meet the minimum system requirements."  I haven't had any luck finding what those requirements are.  What are the minimum requirements?
    Thanks.

    I'm having the same issue here too. I'm using a mid 2007 iMac 2.4 GHz Intel Core 2 Duo with 4GB of SDRAM and ATI Radeon HD 2600 Pro 256 MB.
    What bugs me is that the update shows up but you are not allowed to install it. Either one of two things needs to happen.
    #1 apple allows users to hide the update but still let you know that there is a hardware incompatibality
    #2 don't let the update show up at all

  • Reg : data required for the fields to be filled

    Hi all,
    From a  non sap system a purchase order is coming to sap system where the sales order is getting created .Standard SAP IDOC Message type: ORDERS (EDI-850)
    Standard SAP IDOC type: ORDERS05
    but for the sap idoc type orders05 the segments need to be filled up .such as E1EDKT1/E1EDKT2,  E1EDK02 QUALF: '001'  ,E1EDK14  QUALF: '005'   ,E1EDK03 IDDAT: '022'  and many other segments are there .in each segment there are several fields .i need to fill these fields and click on standarad inbound and see if sales order is getting created or not . thanx in advance ............

    problem solved

  • Error in FB60 - Additional account assignment required for field BSEG-HBKID

    Hi Experts
    While posting an Invoice for a particular company code in FB60, we are facing the following error :
    "Additional account assignment required for field BSEG-HBKID"
    Message no. F5A122
    Diagnosis
    Additional account assignment has to be carried out for some fields on the detail screen.
    System Response
    Error message
    Procedure
    Select the relevant items and call up the detail screen.
    We are unable to post any Non PO Based Invoices in this company code.
    Kindly guide us on possible methods to rectify this error.
    Regards
    MM

    Dear,
    First Check the setup as described by Atif,
    Also in OBC4 you will not find HBKID field, for this u need to select appropriate FSG, Under Payment Transaction Group please check if own Bank field is optional or not. by doing this as optional system will show House ban Field in Payment Tab of FB60, will be enabled and there will be two field one for House Bank and Other will be for Account ID.
    Hope this helps.
    Br, Vivek

  • Steps to create substitution rule for field BSEG-RECID

    MIRO generates FI document. FI document has BSEG-RECID field. I need to apply substitution for BSEG-RECID depending on the value of the RSEG-GEBER field in MIRO. The substitution must be activated only if account to be booked is PL account in FI and derived MM document based on ZNPP PO type.
    Field values are as follows:
    RSEG-GEBER     BSEG-RECID
    No value                          No value
    N                              N
    D                              D
    A                              A
    Could anyone please let me know the steps to create the above substitution rule for the FI document
    Thank You

    Hi,
    You can do it as below:
    Prerequisite : Select the document type for which you want check, here you have to select the BKPF-BLART = " " (Give the document type for the MIRO)
    Substitution: Use the User exit with the logic as you said.
    If you want you can use the user exit in both PREREQ & SUBSTITUTION. It will be applicable in your case
    VVR

  • Custom fields updation in EBAN Table for bapi_pr_create - Extensionin

    Hi all,
    My requirement is PR creation by BAPI_PR_CREATE Function Module .
    for pr item level customer added 10 fields in the EBAN table append structure CI_EBANDB. .
    i am creating PR by using Funcation module BAPI_PR_CREATE.
    In this Function Module I have to pass the structure name and field values in the EXTENTIONIN .
    what is the structure name I have to pass and how populate data in to the EBAN table.
    after that i have to create PR and updating 10 two custom field values in the EBAN Table.
    how to proceed for updating the customer field values in the eban table.
    thanks in advance.
    sri

    In the Extensionin pass the values
    Structure - EBAN
    VALUEPART1 - Pass the value for customer fields.
    Please reward if useful.

Maybe you are looking for

  • How can I get my phone to always stay in CDMA Only mode?

    I connect my phone via bluetooth to my Dodge UConnect system.  When the phone is in LTE, after dialing, when the party answers, the phone hangs up and says "Call Complete" - thinking that the connection has been made and therefore the call can be ter

  • DFSN-Server ID 516 Flooding Event Log

    Good Day,  Since setting up a Server 2012 server as a DFS root the Administrative Events log is getting flooded with DFSN-Server ID 516 warning events. We have multiple name spaces and we get a message for each every 15 minutes, so for our 6 name spa

  • Receiver File content conversion - NO Output

    Hi, yesterday i posted already to this topic but i chose to make a new thread. I have an IDoc2File Scenario where i put the generated File to the filesystem of the XI-Server. I try to do a file content conversion at the receiver side. I already read

  • Netflix slow on MAC, speedy on Win 7 PC

    Hi, I am trying to get my macbook pro i5 to play streaming netflix. I used to do it on my win7 HP laptop for some time and it works nice. on my mac, quality went down, when I tried to figure out why, I found out that the netflix stream is of lower qu

  • Separating application logic from GUI

    I don't know if this is the right forum to ask this question. I know that It's a very bad practice to embed application logic in GUI code, they have to be separated and communicate in some way. I've read somewhere that they need a kind of an adapter