VA03 -  VBAP- CHARG - Text change from Batch to Charge

HI SD Experts,
I got one issue as the text for this field VBAP-CHARG change from Batch to Charge , i think there is no such request from user or my team to change this text, but some how its was change. Is there any way i can revert to change this text back to orignal
Below is the screenshot . First image the text is Batch and the second image the text is Charge.
Thanks guys.

Hi,
     Check the below thread.
i wish to modify the name of one of the field name in the sales order.
     Check T-code CMOD & data element CHARG_D, if there are any changes.
Regards,
Umesh

Similar Messages

  • Texts changed from phone number to email?

    Recently a contact informed me that my texts are being sent out with my email address instead of my phone number?  Does anyone know how to change this so that the phone number is sent out instead of my email address?

    tvballer34,
    I had the same problem, read through as many threads as I could find.  I chatted with an apple advisor and here's a solution (i don't know if there is an easier way, but it works albeit time consuming).
    1.) Backup your phone. Go to icloud.com and log in to make sure you're set up.  Then go into settings -> icloud -> storage & backup - mange storage.  Tap on your phone's icon, make sure all the apps you want are "on".  go back and select "back up now".  Also and pictures you have make sure to put them on your computer.
    2.) Restore you phone to factory settings. 
    3.) As your iphone restarts and you set it up, select "set up as new"
    4.)  make sure you can call out and that under settings -> phone -> my number is in fact your number.
    5.) Go to settings -> general -> reset-> and select "erase all content and settings".  it will reboot again
    6.) This time in setup select "restore from icloud"
    It's time consuming, maybe took 45 minutes, but most of that was following conversing with a tech and then waiting.
    Hope it helps

  • To change the batch value from Purchse requistion in PO

    Dear all,
    I have a batch value in the Purchse requistion and due to generation of reports I need to change the batch value in the PO.
    When i try to change the batch value system is trowing an error that Batch value different from PR.
    Please suggest me if I have any ways to  change the batch value in PO. The message what I get cannot even be changed to a warning message.
    Due to  typical calcution of tax for my client. I need to change the batch value at PO.
    Appreciate your help
    Rrds,
    Shiva

    Hi Shiva,
    It's not possible in standard.
    The coding is in LMEREQSF01
        IF NOT l_eban-charg   IS INITIAL AND
           NOT im_creqs-charg IS INITIAL.                       "916757
          IF im_creqs-charg NE l_eban-charg.
            MESSAGE e631(06) WITH l_eban-banfn l_eban-bnfpo l_eban-charg
                    INTO gl_dummy.
            mmpur_message_forced 'E' '06' '631'
                                 l_eban-banfn l_eban-bnfpo l_eban-charg ''.
            finish_rule checked c_invalid. EXIT.
          ENDIF.
        ENDIF.
    Unless you do the modification, or you cannot dismiss the error.
    Thanks and regards,
    Polly

  • Why am I unable to change text color from black in LR5 book module?

    Why am I unable to change text color from black in LR5 Book Module?

    I'm assuming you clicked on the color patch besides the word <Character> to open the color picker window.
    At the right side of this window there is a vertical bar that has 2 horizontal black lines at the bottom.
    This is actually a slider. Pull it upwards with the color picker and color will appear in the window.

  • HT4061 I recently switched from my iphone to a samsung Galaxy S4, trading in my iphone. I now can not send/receive text messages from any iphones to my galaxy S4. Since I traded the iphone in, I can't access it to make any changes. Any ideas?

    I recently switched from my iphone to a samsung Galaxy S4, trading in my iphone. I now can not send/receive text messages from any iphones to my galaxy S4. Since I traded the iphone in, I can't access it to make any changes. Any ideas?

    http://support.apple.com/kb/TS5185

  • [svn:fx-trunk] 10075: Cleanups from the spark text changes and some bug fixes for VideoElement.

    Revision: 10075
    Author:   [email protected]
    Date:     2009-09-08 18:01:58 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Cleanups from the spark text changes and some bug fixes for VideoElement.  Also some PARB changes for UIComponent.
    TitleBar: Changing the skin part type from Label to Textbase
    UIComponent: skipMeasure()->canSkipMeasurement() to be in line with GraphicElement.  This has been PARB approved.
    UIComponent: same with hasComplexLayoutMatrix...this replaces hasDeltaIdentityTransform.  This has been PARB approved.
    StyleProtoChain: cleanup around what interfaces to use
    TextBase: clean up code that?\226?\128?\153s no longer needed.
    VideoElement: Fixing 4 bugs:
    SDK-22824: sourceLastPlayed keeps track of what video file we?\226?\128?\153ve called play() with last.  This way if a user pauses the video and wants to start it up again at the same point, we can call play(null) on the underlying FLVPlayback videoPlayer.  However, anytime the souce changes, we want to null out sourceLastPlayed.  This was causing a bug when someone set the source to null and then reset it to it?\226?\128?\153s previous value.
    SDK-23034 (GUMBO_PRIORITY): This deals with some FLVPlayback quirks around sizing.  I had put in a fix so we weren?\226?\128?\153t setting width/height on the underlying videoPlayer too many times, but apparently we need to make sure it always gets called once.  Hopefully when switching to Strobe we can cleanup this logic...I put a FIXME in to do this.
    SDK-21947/ SDK-22533 - some video files don?\226?\128?\153t always send out a metadata event.  I?\226?\128?\153m not quite sure why this is, but in case this happens, we do a check in the ready handler to see whether we should call invalidateSize() to make sure it gets sized properly.
    QE notes:-
    Doc notes:-
    Bugs: SDK-22824, SDK-23034, SDK-21947, SDK-22533
    Reviewer: Glenn, Corey
    Tests run: checkintests, Button, GraphicTags, VideoElement, and VideoPlayer (some VideoPlayer were failing, but I think it should be fine)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

  • How do I remove my personal text msgs from appearing on my new iPad.  Rec for Christmas didn't realize texts appeared on iPad, changed settings, new ones didn't appear but old ones still on it.

    New iPad showing my iPhone texts, changed settings new texts stopped but old ones still appear on iPad .  It is a family iPad and don't want kids to see text from adults even g rated, glad they didn't see Christmas texts with present pictures and questions from relatives.

    As far as I know, deleting the messages on the iPad should not affect them on the iPad. I delete messages on one device and it doesn't affect the messages on the other device since they are stored locally on the device. And ... I am using my iPhone number as the contact address on both devices,
    You can create another ID for texting on the iPad, but it's not an absolute must. You just need to use your Apple ID email address, or any other working email address for that matter - as the contact at address on the iPad for texting. As long as you use the iPhone number on the phone and the email address on the iPad, texting paths shall never cross.
    this should be of some help.
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l

  • HT1212 Is my screen supposed to change from the screen with the charger and the iTunes circle to my lock screen while it's in recovery mode?

    Is my screen supposed to change from the screen with the charger and the iTunes circle to my lock screen while it's in recovery mode?

    Is Find My Phone turned on, on your phone? If so, eject from iTunes, login to iCloud.com, locate your phone, then erase it.
    Does the same thing...removes the passcode. Then, either restore from backup, or setup as a new device.

  • Why does my font/text change when I switch from Classic 3D to Ray traced 3D in After Effects?

    My font/text changes when I switch from Classic 3D to Ray traced 3D. Why is it doing this? Also, I cant get the font/txt to look the same after I switch from Classic to Ray traced. How can I get it to look the same?

    I am pretty new to After Effects so I hope it's not my inexperience that's causing the problem. (It probably is)
    I just updated to the most current version of AE.
    I am on a mac pro late 2013 12GB 6 core. Running OSX 10.9.4
    Okay so after looking at it a little closer, I think the color is what mostly changes. The first screenshot is the what the text look like with Classic 3D and the second screenshot is what it looks like after I change it to Ray traced 3D. Also under the "Mode" section..the pull down that says "Normal" disappears. I'm wondering why the font color is changing?

  • Why does the light on my battery charger change from green to orange after a few seconds?

    Why does the light on my battery charger cable change from green to orange?  The battery continues to accept a charge when light turns orange.

    Green = not charging.
    Orange = charging.
    Note that if your laptop is pulling enough power (using CPU and GPU heavily) the light will turn green because the power adapter cannot provide enough power to charge your batteries in addition to keeping the system going.
    In fact, you can drain your batteries even with the adapter plugged in with the 17 inch Macbook Pro if you push it hard enough, although I have not noticed this problem with my Retina Macbook Pro.

  • HT3529 i have just updated my iphone to the ios 7.0.2 and now the text message bubble has changed from blue to green, is this as it should be?

    i have recently updated my iphone to the ios 7.0.2 version and now the text message bubble has changed from blue to green, is this as it should be?

    You will need to purchase the upgrade CD for 10.6 from the Apple Online store, OR you can likely get one at an Apple Retail Store.  It is the last version that was available on CD.  After 10.6, the upgrades are available in the Mac App Store. 
    HTH

  • Changed from Iphone to Xperia Z1 and cant receive texts from iphone users

    i recently changed from Iphone to Z1 but can not receive text messages from a lot of iphone users ( i can from some which i strange). i have turned off the Imessage setting on the old Iphone and let it sit for 30mins for apple servers to identify this. i have also done a software repair via PC Companion but still doesnt work.
    any suggestions?

    The thing is that your friends still using iPhone must remove you from iMessage. Otherwise you might end up with this problem.
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • I am receiving text messages from a changing, partial number. how to I stop them? I have an iphone 5 with ios 8.3

    I am receiving text messages from a changing, partial number. how to I stop them? I have an iphone 5 with ios 8.3 and use AT&T. I tried to forward them to AT&T but there is no way I could find to put the [email protected] into the To: field

    Sign out of iMessage on the iPad.  If you are using the same AppleID on both devices for iMessage, that is expected behavior. 

  • How do I remove or unregister my iphone. Changed to Samsung s4 and now cannot receive text messages from iphone users. Pls help

    How do I remove or unregister my iphone. Changed to Samsung s4 and now cannot receive text messages from iphone users. Pls help

    http://support.apple.com/kb/ts5185

  • I changed my phone number and people are still able to text me from my old number and i can no longer send picture messages, what should i do?

    i changed my phone number and people are still able to text me from my old number and i can no longer send picture messages, what should i do?

    Workable solution found here:
    https://discussions.apple.com/thread/1589996?start=15&tstart=0

Maybe you are looking for

  • PO Release Stgy

    Hi Is it possible to print before release of po? Vijay

  • URGENT Help With Scientific Calculator!

    Hi everybody, I designed a calculator, and I need help with the rest of the actions. I know I need to use the different Math methods, but I tried tried that and it didn't work. Also, it needs to work as an applet and application, and in the applet, t

  • Creating a photo gallery with upload feature.

    I am making a photo gallery for my website. I think it would be cool to allow the upload of images to the server. I will make the gallery search for images in the folder on the server and display them, but that is not my problem. My problem is how to

  • Standard prgram and the standard form for the AR Bill of Exchange

    I need to configure AR Program for Bank bills and Bill of Exchange. This configuration is for France. Can you let me knoe the standard prgram and the standard form for the same. Regards, Senthil

  • Question to Oracle Team

    I would like to know which linux distribution may I use to have Oracle products running? Which linux distribution/version is used by the Oracle team? I don't want to get the problems I'm having now always when I try to upgrade the Oracle. This not ha