Hai all regarding VBAP-ARKTX field updation

Hai experts,
my problem is vbap-arktx is not updating in the sales order creation, i am using exit save_document.my requirement is i want to concatenate description and model no in the characteristic assignment screen into one local variable and it move to VBAP-ARKTX. i had concatenated the description and model no in to one variable and it is moving fine in the xvbap-arktx but when i am saving the document its not updating in vbap-arktx. is it ok for using commit work or update statement or anything plz suggest me .
regards,
venkat.

hai heliman,
thanks for ur reply.
i had traied fro move field _vbap its not triggering in VA01 creation time, its triggaring only when VA02 change mode.i am using this FM to get the duiscription and model no  
CALL FUNCTION 'VC_I_GET_CONFIGURATION'
i am using this code to read and concatenate these fields in to lv_arktx and moving to xvbap-arktx fine but my problem is once i am saving that order its not reflecting to the vbap-arktx field give me some suggesions to me.
  CLEAR gw_conf_out.
  READ TABLE gi_conf_out INTO gw_conf_out WITH KEY atwrt = '          DESCRIPTION'.
  lv_zdescription = gw_conf_out-atbez.
  CLEAR gw_conf_out.
  READ TABLE gi_conf_out INTO gw_conf_out WITH KEY atwrt = '          MODEL/STYLE NUMBER'.
  lv_model_style_number = gw_conf_out-atbez.
  CONCATENATE lv_zvendor lv_zdescription lv_model_style_number  INTO lv_arktx
     SEPARATED BY space.
  MOVE lv_arktx TO xvbap-arktx.
     xvbap-arktx = lv_arktx.
  CLEAR lv_arktx.
  CLEAR gi_conf_out.
ENDLOOP.
regards,
venkat.

Similar Messages

  • Get the Order # from the Field VBAP-ARKTX field

    hi,
    i.Order # - for order number parse description field (VBAP-ARKTX) from the right, grab numeric values until reaching a space or ‘#’ character.
    vbap-arktx = 'LABOR'.
    vbap-arktx = 'IC,OCTAL BUFFER/DRIVER 74C240'.
    vbap-arktx = 'IC,BUS TRNCVR,OCTAL    74HC245'.
    vbap-arktx = 'AP CER .1UF 20% 100V AX T/R'.
    vbap-arktx = 'CAP,ELECT,RAD,LOESR,1000UF,16V'.
    vbap-arktx = 'SOCKET,IC,.600 DIP,40-PIN,PHBZ'.
    for the above VBAP-ARKTX Value...how to get the Order# as per the requirement.......
    kindly let me know

    Hi Deepthi...
    I am afraid that there is no safe way to do it.
    Given that you write such a code snippet, for the examples you provide the resulting order string might be like this:
    vbap-arktx = 'LABOR'.
    Order = .... nothing... no numeric values found
    vbap-arktx = 'IC,OCTAL BUFFER/DRIVER 74C240'.
    order = 74C240 or 240 or 74240 ?
    vbap-arktx = 'IC,BUS TRNCVR,OCTAL 74HC245'.
    order = 74HC245 or 245 or 74245?
    vbap-arktx = 'AP CER .1UF 20% 100V AX T/R'.
    order = ???
    vbap-arktx = 'CAP,ELECT,RAD,LOESR,1000UF,16V'.
    order = ???
    vbap-arktx = 'SOCKET,IC,.600 DIP,40-PIN,PHBZ'.
    order = ???
    As you realize, there is no way to tell if there is an order in any case.
    Regards,
    George.

  • VBAP-ABDAT field updation in MV45AFZZ.

    Dear Gurus,
    we have a requirement , when we are changing the field VBAP-ABGRU through BAPI_SALESORDER_CHANGE  we should update sy-date in the VBAP-ABDAT.
    i have tried for the ABDAT field in the bapi item structure it is not there.
    i found the exit MV45AFZZ with exit: USEREXIT_MOVE_FIELD_TO_VBAP.
    can guide how insert the sydate in 'ABDAT' field if VBAP-ABGRU is changed is changed or filled with value thorough BAPI_SALESORDER_CHANGE.
    Regards,
    Abdul Rahim

    Hi Abdul,
    could you please check if the value of ABGRU has been changed by comparing VBAP and XVBAP?
    Also, check that you do this only when the sales document changes (t180-trtyp eq 'V').
    You can do this in userexit_move_field_to_vbap
    reg, bob

  • Hi all, just downloaded a security update on my new iphone 4S.  The phone may be more secure but all the Aps icons have been downgraded in quality. Why would this be and how can I get smart looking aps back? Regards Steve

    Hi all, just downloaded a security update on my new iphone 4S.  The phone may be more secure but all the Aps icons have been downgraded in art quality why would this be.  Before the download the phone looked the business definitely high end quality now it looks like a second rate cheapo.  Please advise how to get the smart Aps icons back. Best regards SuttertonSteve

    Hi KiltedTim, as a newbie to Apple, iphones and forums I would appreciate an explanation of the 'Trolls and Mods' comments on your posting.  I presume the Mods are Apple sentinels but am I really a Troll just because I made a criticism of the new iOS version (even though I did not know I was actually doing that).  Am I a Troll to you because you personally disapprove of criticism of the new iOS or is Troll used by the community to describe anyone who speaks up if they are not happy about a change.  Please understand that by asking these questions it is not my intention to be confrontational (I’ve been called far worse than a Troll over the years) but as I’m new to the group an insight into the politics may be beneficial.  I’m an Old **** who isn’t technically gifted and may need the help of this group in the future so I don’t want to stand on anyone’s toes. Best regards Suttertonsteve.  

  • Issue regarding 0MATERIAL_ATTR  - Attribute not Updated for Some Materials

    Hi All,
    As per requirement, I had enhanced 0MATERIAL_ATTR DS with one customer field MRP Controller.
    After enhancing 0MATERIAL_ATTR, I had made necessary changes in related objects like 0MATERIAL Info Object & related transformation for this new attribute.
    After making changes, when I had done Repair full request for 0MATERIAL_ATTR, newly added attribute had not updated for all material, other attributes were updated correctly but MRP controller had not updated for some records.
    I am confused with why attribute(MRP controller) updated in some Materials & for some materials its not updated.
    I had checked in PSA, data for this added attribute is come in PSA but not updated in data target (0material).
    I had also activated master data by running Attribute change run but still problem persist.
    Please help.
    Regards,
    Divyesh Khambhati

    Hi Venkatesh,
    I had write code in CMOD for MRP controller.
    As data is coming fine till PSA but its not updated in Data Target (0MATERIAL) .
    if I take one example..
    For exp Material XYZ has two entries in PSA table, one is updated during delta load & recent one which come though Repair Full request.
    Now newly adder attribute MRP controller available in recent request of Repair Full but that is blank in case of prior delta update.
    I am confused because MRP controller attribute is updated for some Material but for some material its remain blank.
    please help.
    regards,
    Divyesh Khambhati

  • VBAP - ARKTX is not stored as per Sy-langu

    Hi
    We have different users viz.  login in English,  Login in Arabic.
    We have maintained the material master description in both the language.
    When we create the sales order,  the material master description in VBAP-ARKTX  is not stored as per Sy-langu.
    It is always in English.
    Kindly help me where to configure / update in order to make this work.
    Regards,
    Venkat

    Kindly use search before posting - Google 'VBAP-ARKTX  language' finds this old post.

  • Issue in Workflow- Field Update is not happening

    Hi Friends,
    I am facing an issue to update a check box field Released.
    I have created a task having Advance with Dialog opiton,Background processing to update the Checkbox field.
    The BOR Object type used is BUS1006 and method is CHANGE. Everything looks fine when tested the task as well as the workflow in test mode and it is working fine in both the cases. But some how, this field update is not happening over the CRM 2007 Web UI. We are assuming it is due to user authorizations or some other settings ( like assignment of backend user to the workflow)
    for doing this task. Can some one give us some pointers on this. This will be of great help.
    Thanks,
    Udaya

    Hi Imtiaz,
    I am new to this. Can you please give me some pointers on how to check whether WF-BATCH has the needed authorisations and the process can be executed in background.
    Reply me at your convenient time.
    Thanks a lot for your response.
    Regards,
    Udaya

  • Issue with Custom Field updation through BAPI FM

    Hi All,
    I am going to update some custom filelds in BUt050. So for these custom fields, I want to fill buffer memory so that I can track the changes through buffer. So I was calling FM BAPI_BUPR_CONTP_CHANGE and passing following parameters.
              businesspartner = < bp number>
              contactperson   = < Contact Number>
              validfromdate   = '00010101'
              validuntildate  = '99991231'
              centraldata     =  blank
              centraldata_x   = blank
    I am keeping central data blank as there is no standard field to update.
    But it is returning me a message that no changes are made.
    can any one has any idea how can I send custom field change in buffer?

    As my goal is to update custom fields in BUt050 from WEB UI, I was planning to fill the memory buffer with the changed values by calling FM  ''BUB_BUPR_MEMORY_FILL'.
    So I have to get memory first. But if I dont call the FM 'BAPI_BUPR_CONTP_CHANGE', then the memory will not be filled.
    That is the reason to call the function module.

  • My computer froze during match initial formatting.  Now some songs are uploaded others are "greyed out."  If I go song by song, I can update match.  How can I do this all at once and also update album art?

    My computer froze during match initial formatting.  Now some songs are uploaded others are "greyed out."  If I go song by song, I can update match.  How can I do this all at once and also update album art?

    Hi gdogk,
    If there was an interruption during the initial iTunes Match process and you are now having issues with playback and album art, you may find the troubleshooting steps outlined in the following article helpful. In particular, you may want to turning iTunes Match off, then back on again, as noted here:
    If iTunes Match is already enabled on your computer or device, try turning iTunes Match off and then on again.
    Mac: While holding down the option key, choose Store > Turn Off iTunes Match.
    Turn iTunes Match on by selecting Store > Turn On iTunes Match.
    Windows: While holding down the shift key, choose Store > Turn Off iTunes Match.
    Turn iTunes Match on by selecting Store > Turn On iTunes Match.
    How to troubleshoot iTunes Match - Apple Support
    Regards,
    - Brenden

  • In field updates of the sbRio9606

    I am looking at using an sbRio board in a deployable system however I'm not sure how I could provide updates to systems in the field.
    Is it possible to perform in field updates of the sbRio9606 without having the complete NI environment installed at that site?
    A simple procedure via a tool or via ftp/web page for example would be great.
    many thanks for any suggestions / feedback

    Hi BeeTee,
    I'll try to tack on some details.
    In short, you do not need the full NI development software suite on a PC to update Single-Board RIO units in the field.
    Any PC with network access to the device can update the application image on the device.  One tool I would recommend to this procedure is the NI Replication and Deployment Utility.
    The RAD utility can take compiled system images and distrubute them on networked devices. Using this tool to upgrade images assumes that you have an identical device available in your development system to build, test, and capture the image from.
    With proper software architecture, the Single-Board RIO can also be programmed to recognize when a new application update should be downloaded from a USB key.  This article demonstrates a reference design for creating a Single-Board RIO system that can be updated in the field via USB memory device.
    Finally, compiled applications can also be readily copied onto deployed sytems via the onboard FTP server or securely with WebDAV. 
    Regards,
    Spex
    National Instruments
    To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be...

  • Use REST API to query contacts with a field updated since certain time?

    Hello,
    Using the REST API and trying to figure out how I can query for contacts that have had a field updated since a specified time. I've tried using the "lastUpdatedAt" arg, but to me it seems like I'm getting back contacts that maybe haven't had any data change, but were probably sent an email or something of that sort (so the updated at value was changed)
    Is there a way to query for contacts that have had fields change (Like subscriptions, address, title, etc) but exclude those contacts that only have their updated values changes because they were sent an email?
    Thanks!

    Hi Chris,
    lastUpdatedAt or "Date Modified" fields don't change when the contact is sent an email, but rather, when ANY field is modified on the contact record. You can certainly query for and export contacts that had their data touched in some way since a specified time, but it won't be on a per-field basis. There is effectively no field level change history or tracking. You can work around this with extra logic. First, you can get a snapshot of what the values were in the specific fields you want to track across your entire database.
    The next time you run an export using Date Modified, it will contain more records than you might care about, but you can filter offline for the ones you do care about by comparing their before and after values for the specific 'tracked' fields.
    Regards,
    Bojan

  • Va01 , vbap-taxm1 field not should not be blank when save sale order

    Hello all,
               I am working on sale order.I want if VA01,VA02,VBAP-TAXM1 fields kept blank while saving the sale order it should display a MESSAGE.can anyone please help me with this.
    Thank in advance.

    Write your code in MV45AFZZ USEREXIT_SAVE_DOCUMENT_PREPARE.
    check for xvbap-taxm1 and throw error message.
    write the below code after the error message.
    PERFORM FOLGE_GLEICHSETZEN(SAPLV00F).
            CH_FCODE = L_C_FCODE.
            SET SCREEN SYST-DYNNR.
            LEAVE SCREEN.
    other way is to ask your functional to add the field to in-completion procedure and then trigger this incompletion via exit, use the same save document prepare

  • Regarding Material Master Field Makt-maktx(Short description)

    hi ,
    i have one requirement, i want to make Maktx (short Description)
    for material Field as optional, i had tried , by going in group 20,
    and tried to change it optional, but things are not working as per.
    Can anybody help me out for this.
    Thanks,

    Hi,
    Field MAKTX is a mandatory field. You cant make it optional I suppose.
    Pl note the following from SAP HELP:
    Enter all required information. Fields in which you must enter data are
    prefilled with a checkmark or question mark ("?") by the system. If the
    current screen contains tabs, check all tabs to make sure you have     
    filled in all required fields. Then restart the action.    
    Regards,
    Mani

  • I can´t download o restore my applications of whatsapp and facebook, facbook chat...all I had before the updating to 7.1.1. :((((

    I can´t download o restore my applications of whatsapp and facebook, facbook chat...all I had before the updating to 7.1.1. :((((
    how to upload them???
    I can´t stay without communication, no whatsapp and facebook....please answer,
    best regards,

    Hi Ulpan Iskakova,
    If you are having issues downloading or reinstalling multiple apps on your iPhone, you may find the following articles helpful:
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/ts1702
    Apple Support: Download past purchases
    http://support.apple.com/kb/ht2519
    Regards,
    - Brenden

  • HT4972 I have done all the steps required to update IOS5 to my iPhone. It did not update automatically.  It just updates to 4.2.1 which says is the latest software for my iPhone. Is there any other way to update my iPhone to IOS5?

    I have done all the steps required to update IOS5 to my iPhone. It did not update automatically.  It just updates to 4.2.1 which says is the latest software for my iPhone. Is there any other way to update my iPhone to IOS5?

    I checked all the posts regarding this, it seems I have a 3G. Only found out now how to check my model. Thanks for your reply.

Maybe you are looking for

  • S_ALR_87012357 / S_ALR_87012356-Wrong reporting of tax amounts on the tax reports.

    Hi, S_ALR_87012357 / S_ALR_87012356 Tax amount for tax codes V9, VP and VT are calculated and displayed correctly in FI reporting but they are reported at a higher amount in the tax reports run by transactions S_ALR_87012357 / S_ALR_87012356. Since i

  • Problem to Load the data Flat file to Oracle table on Linux Machine

    hi, when i change the path of source flat file from windows to Linux machine. Now it gives the error. Basicalyy this file will load the files names into Oracle table. but in windows path its fine. All things r running fine in Linux. when i run the in

  • Page Break Before / After

    Hello All, In MS Office word, Insert > break made to page break. In the Report, I have challenges in the Page Break Before / After. If any one help me out, it will be great. Thanks in advance, REF: Tool Property Inspector Object Navigator Report Edit

  • Best design for HA Fileshare on existing Hyper-V Cluster?

    Have a three node 2012 R2 Hyper-V Cluster. The storage is a HP MSA 2000 G3 SAS Block Storage with CSV's.  We have a fileserver for all users running as VM on the cluster. Fileserver availability is important and it's difficult to take this fileserver

  • Remove keywords from multiple pictures -  how to??

    REMOVING keywords from multiple images doesn't work here on Aperture 2.1.1. I select multiple pictures, remove a common keyword from the list in the Metadata inspector and... only the keyword from the picture which I selected last is being removed. A