Updating values in standard Structure

Hi Everyone...
How can i edit the values in a standard structure ....
i have edited the value in standard table ANEP ( field nafab) ...
but i want to change the values in structure FIAA_AW01_TRANS ...
hw can i do that?
Regards,
Phani

Hi Phani,
Try the following sample code.
loop at FIAA_AW01_TRANS.
  FIAA_AW01_TRANS-fieldX = 'SAMPLE'.
  modify FIAA_AW01_TRANS.
endloop.
lets assume that theres a field fieldX in the structure FIAA_AW01_TRANS.
The value SAMPLE will be transferred to the structure at runtime.

Similar Messages

  • Goods issue not updating in teh standard SAP structures -reg

    Hi,
    I have three questions to get your support
    1. For repetitive manufacturing GR is updated in the SAP standard structure S225 and GI in S226
       Like this in discrete where GR and GI happen with reference to production order ,where the data is
       updated ?
    2. I have done GI 261 movement for a production order and document got posted
        But i am not getting this in any of the below transactions
       MCP1
       MCP5
       MCRE
       MCP3
       MCRI
      What could be the reason ? i have checked in posted document also where it showing 261 movement 
      details
    3. further using COIB i have linked the serial numbers of BOM header and BOM component and saved
       next time when i go to COIB how to see the earlier assigned serial numbers details
       for report purpose which tables and fields are to be used
       once i assign serail numbers next time where can i go and see that
    expecting positive inputs from all you friends .....
    regards,
    madhu kiran

    mark as answered

  • Update values of custom fields in table HRPAD506-Additional Data for PAD506

    Hi Experts,
    my requirement is write a report program to upload a file with records.
    I have to capture this records into an internal table and have to update values of 5 custom fields based on ADATANR.
    Can anyone suggest me about any FM or any way of doing this.
    Urgent requirement.
    Will HRIQ_RFC_BOOKING_CHANGE help.
    thankx.
    Duttad.

    hi,
    Above mentioned that when the values are entered in the customised fields they are not updating in the to the table mara.
    so, the program name and screen number which you are configuring in the spro, in that program name and in that screen number code it as below:
    (you could find the field statements in that screen for the standard fields like FIELD MARA-MEINS.)
    for example:
    PROCESS BEFORE OUTPUT.
           PROCESS AFTER INPUT.
          FIELD MARA-zzfieldname.
    Refer the oss note : 38229
    Thanks and regards.

  • How to add value in standard table

    Hi
    i need to add one field in standard table VBAK  so i have added one field ( for eg i have added  status as field in VBAK ) in that standard table through append structure
    than i used one user exit USEREXIT_SAVE_DOCUMENT_PREPARE in program MV45AFZZ
    in this i get values in the structure XVBAK
    than i moved the 'X'  in that status field shown below
    XVBAK-STATUS = 'X' .
    after that sales order get generated
    but when i open table VBAK and enter that VBELN or sales order no. i dont find any value in that status
    so pls tell how can i find value  of that field in table VBAK .
    Thanks
    Taran

    after moving the value did u append the table.
    Check it.

  • Change field value in standard table

    Hello Experts,
    Could you please guide me to change i.e update field CESS value in standard table j_1irg23d.
    Thanks and regards,
    Sirisha

    Hi sirisha,
    if you want to change the value in the CESS field of j_1irg23d table. ( sales tax )
    since it is a standard table dont try to do it using update ot modify statsments.. standard tables are updated using standard transaction and it is not advicable to change using abap statments..
    just try to find a bapi or field module to update that field in the j_1irg23d table.
    1) To find a bapi or function module just do a whereused list on the table name you may get some fms or bapi
    2) check the forum you may get some links on it..
    Regards
    Satish Boguda

  • Lsmw for updating values in asset mater ( AS92 TCODE)

    hI,
    is there any standard reports for updating values of asset master ( as92) in LSMW.
    please provide necessary information.
    thans & red,
    Hari priya

    Priya,
    Standard report is not there to update the Asset master.
    Use BAPI to update the Asset master in LSMW:
    Business object - BUS1022
    Method: Change
    Message type: FIXEDASSET_CHANGE
    Basic Type: FIXEDASSET_CHANGE03
    Regards,
    Kiran Bobbala

  • Zero value in Standard price

    Dear All,
    Any possibility is there in SAP no inward can be made for the those item which are under standard price control in the material master incase if the value of standard price is Zero.
    Regards,
    Muthu

    You can use  Material status at the Plant level (purchasing view)  , Material Blocked for Purch/warehouse  or create  your own Key  such as "material blocked for goods movment"  . 
    Ony after the standard Price is updated , this key should be removed from the master .
    The above is a  solution which can be used within the Standard SAP .
    you can also Update the Plant-spec Material status field via MASS transaction.   ( From MM60  or MBEW table   you can get a List of materials for which Standard Price = 0)  and that List of material -plant combo you cna updated in MASS .
    You can also create a Z Program which does the same as above (i.e block all materials where std price = 0  and Unblock all materials where Standard price Not Equal to 0. )
    If you need automation/validations in the Goods movement transacton only ,then  you can go for the BADI in MIGO ,   MB_MIGO_ITEM_ BADI  , and code you check here  i.e. IF the MBEW-STPRS = 0 , Mov typ  = 101  then  Give ERROR Message

  • Data Inconsistent at Standard Structure IS_BIL_INVOICE-IT_GEN

    Dear Experts,
                       I am working on an invoice,data is inconsistent at standard structure is_bil_invoice-it_gen.
    I have 26 line items in one invoice but standard structure displays 38 line items. Also i checked standard
    structure at the entry of my form by placing a break-point.I would like to know how data flows to this standard structure ? ,I am not doing anything in my form to move data in to this structure.So please
    provide me a solution to this problem.
    Regards,
    Sujay.

    HI ,
    I dont think you can control the data coming into the standard structure in any possible way . what  i would suggest  is copy this driver program to your own  z program  and use this structure  to get the header values  and texts . for the item level detail you can very well write  your own code inside the smart form  as the key fields are provided at the  header level.

  • Losing values in XKOMV structure

    Dear All,
    Please help it's very urgent.
    I have created a routine in VOFM under formulas-Condition Value. After populating value XKOMV-KBETR the value is replaced by the standard structure RETTKOMV.
    Because of this my calculated value for KBETR is replacing with RETTKOMV-KBETR value.
    This is happening after comming out of the routine.
    Please do needful it's very urgent.
    Thanks
    Hreddy

    Hi,
      I think the formula is not configured in the pricing procedure..That is the reason why it is getting replaced..
      Check this code in the include LV61AA43..The flag wertformel will be set if the routine is configured..
        IF xkomv-kofrm NE 0.                                     
        <b>wertformel = 'X'.</b>                                      
        xkwert = xkomv-kwert.                                  
        frm_kondi_wert-nr = xkomv-kofrm.                       
        PERFORM (frm_kondi_wert) IN PROGRAM saplv61a IF FOUND. 
        xkomv-kwert = xkwert.                                  
      ENDIF.                                                   
      If the flag is set the if condition that you mentioned will fail and it will not overwrite..
    if xkomv-kofrm ne 0 and <b>wertformel eq space</b> and komp-kposn ne 0.
       rettkomv = xkomv.                                            
       xkwert   = xkomv-kwert.                                      
       frm_kondi_wert-nr = xkomv-kofrm.                             
       perform (frm_kondi_wert) in program saplv61a if found.       
       xkomv    = rettkomv.                                         
    endif.                                                         
      Check in my previous reply for the formula in the pricing procedure..
    Thanks,
    Naren
    Message was edited by: Narendran Muthukumaran

  • Updating values from OPC server on startup

    I'm using LabVIEW to create a screen to display data from an OPC server (KepSERVER). I've been using standard indicators and have been linking them to the OPC server with the Datasocket system. The system works well for rapidly updating values. The issue I'm having is that if I start the LabVIEW application it doesn't always update all of the values on the screen from the OPC. Of course this is only noticeable on the variables that don't change rapidly. Sometimes only a few of the relatively static values are updated, sometimes 90% of them are, I haven't figured out why this changes. The OPC has the correct values, it just seems that LabVIEW is not polling all of them.
    Is there a fix or this? Should I be pulling the data from the OPC in a different manner?
    Thanks.

    npower,
    You mentioned that your indicators are bound to your OPC server items though DataSocket. I assume that each of the front panel LEDs are green when the program is running? This would tell us that the DataSocket communication channel is successfully established. If this connection is established, then I’ve got a few suggestions/questions that may help for troubleshooting:
    1) Could you possibly try using Server Explorer (or any other OPC client) to read the values of the variables from your OPC server. This would check to be sure that the communication problem is between LabVIEW and the OPC server, and not that the values are not current in the OPC server. The Sever Explorer download site is linked below.
    2) If you use the DataSocket API, do you get the same results? You can test this by creating DataSocket Reads on the block diagram, and wiring the outputs to indicators.
    3) Do the values on the indicators ever update? What I mean is that when you start running the program, do the relatively static values update when they are changed or never at all?
    Server Explorer:
    http://digital.ni.com/softlib.nsf/websearch/34E67FA9F8FF7A0686256AE60054198C?OpenDocument

  • How to get updated value at run time in oracle forms

    How to get updated value form oracle database on a field in oracle forms 6.0 at run time if the same form is opened by multiple users and both have get the same maximum value if one commit the record then how other would get that maximum value with out exiting that form...

    This issue is fairly common and Forms handles the situation by displaying the error, "Record has been updated by another user. Requery to see changes." if a user tries to update a record that was updated by another user.
    If your data is in a base table block, you can check before you save by checking the value in the form against the database using the Get_Item_Property('<BLOCK.ITEM>',DATABASE_VALUE). You can compare the value returned by the built-in against the value in the field to see if they have changed. This could be a lot of work and a lot of network traffic if you are checking numerous items in your data block. Forms has a standard locking mechanism that will lock the queried record as soon as a user makes any changes. If another user queries and attempts to change the record locked by another user - they will receive a "Record Locked" message.
    Francois brings up a valid point. Perhaps you should review the link Francios provided as well as this one: How to ask questions the smart way
    It is always a good idea to review your thread before you post it and ask yourself, "Could I answer this question given the information I've provided and the way I've asked the question?"
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Not able to view actual Price updated 'Value' in Change Tracker

    I was able to get my Change tracker to work and it is functioning. (SRM 5.0 MDM5.5 )... Configured Portal iViews for change tracker.
    If I change a description I can see it in the change tracker application. But if I try and track a Price change it only shows me a date-time  and user as to I when the price was changed it doesnu2019t show me the actual value changed, for my audit purposes.
    On the portal the change tracker "Field" dropdown shows -> Price Updated. this is what is tracking any change of price.
    In MDM Console-> Admin->Change Tracker I am tracking under Catalog Items: Price information, Price Updated, Special search terms, long description.
    When I look at the Data manager in the Record Detail, I see  u2018Price Updatedu2019 and it only has a Date and time stamp. In this same Record Detail,  I see the field Price Information that contains :Lower bound, Purchasing Info record ID, Purchasing Organization, Amount and Currency.  Amount-> contains the actual price value. This is what i want to see in the portal iView as Old value and New value....this is what I am unable to view? theres one small step i am not doing...
    I am trying to track the actual change in the filed u2018Amountu2019u2026 I have tried to search for it in the Portal iView fields (table, record contains, fields, record)
    cheers
    alex

    Hi Alex,
    I would not here comment on change Tracking functionality but can you suggest another workaround to achieve this requirement. If it fits in your requirement you can go ahead with it.
    In MDM, Create another field in Main table say Initial Price and for already existing field Amount replace its name with Updated Price in Qualified table Price.
    now after this you will see that your by default Updated Price has values as it was your Amount field earlier and Initial Price field as empty. Now for next time, if any record comes using Import Manager then MDM workflow should trigger at Record Import.
    This workflow contains following steps.
    Start(Checkout)>Assign>Stop(CheckIn)
    Assign step should have below expression and assignment:
    Price Information.Updated Price
    Where I am assuming Price Information is the field in main table which is look up to this qualified table Price.
    So in this way you can maintain both existing and updated values of Price and cant then show in your Catalog.
    suppose you have already existing record say 1 which has value of Amount as 20.
    So that means you have Updated Price as 20 and Initial Price as empty(Null)
    Now when same record 1 updates with new Amount say 40, it triggers this workflow on record import which will then assign value of existing updated Price 20 to Initial Field after that Updated Price will update by 40.
    Note: This Assignment works well only if your main table record has this Qualified table link as single record. If your main table record contains more than one qualified links then this Assignment would not work fine. So use only if it fits.
    Regards,
    Mandeep Saini

  • How to get attribute value from standard page ?

    Hi,
    How to get attribute value from standard page ?
    String str = (String)vo.getCurrentRow().getAttrbute("RunId");
    But this value is returning a null value ....
    Can anyone help me to get this attribute value which is actually having a actual value .

    getCurrentRow() would always return null if no setCurrentRow() is used.
    Please check the page design and understand how many rows of VO are there. You can also use the following to get the row:
    vo.reset();
    vo.next();
    Regards
    Sumit

  • Get Updated values in valueChangeListener of af:selectManyShuttle

    I am using Jdeveloper 11.1.1.3.0
    I have applied the valueChangeListener in selectManyShuttle to get the values in backing bean.
    But the problem is, it's not giving me the updated values.
    For example, for the 1st time, the left side list is empty. So, 1st time when I moves some values, it doesn't give me any value but next time, it gives me the the ID of previously moved items.
    How to resolve this problem?

    You can try to put the following line as the 1st line in your valuechangelistener method.
    valueChangeEvent.getComponent().processUpdates(FacesContext.getCurrentInstance());
    Thanks and Regards,
    S R Prasad

  • How to get updated values from the loops while they are running

    Hello,
            I am having difficulty solving a very basic problem, how to access the updated values from the 'FOR loop' while its running?  Basically, the VI  I am currently working on calls two sub VIs. Each sub VI has a for loop, and both VIs may or may not run for same number of iterations. My goal is to read the values at each terminal inside the loop of both sub VIs, in the Main VI. I tried to achieve it using Global Variables, but in main VI it displays only the last iteration value from both sub VIs. Could anyone please tell me whrere am I going wrong? Is there any other/better way to achieve this.
    I appreciate any input on this issue.  
    Kudos are (always) welcome for the good post. :-)
    Solved!
    Go to Solution.

    Dennis,
                In attached VI, I can see the values changing in the sub VI from the main VI with the numeric indicator whose reference is passed on to the sub VI. Now if I wanted to store or use those values how do I do that? I tried to chnge the indicator to control and read from it (in the attached VI) , but the the indicator updates only once. Tried to create a property node and read the Value from it and it didn't work either.
    Thanks in Advance!
    -Nilesh
    Kudos are (always) welcome for the good post. :-)
    Attachments:
    main-1.vi ‏8 KB
    sub-1.vi ‏9 KB

Maybe you are looking for