Problem in BDC for posting an amount feild, please help

I am doing one batch upload problem. Where I have to upload data from transparent table to amount field into Tcode FPE1. My problem is that when I tried to post this field I get the message 'Field is two big for screen field'. I debugged and found out that when I post amount field (type CURR Length 13 Decimal 2) into Internal table for type BDCDATA, the field get left aligned in Fval-bdcdata field which is of 132 character long. I also tried to change the type of amount field into Char type, but then I get the error 'Enter numeric value'. If you got any idea how to post this amount filed please to pass me.
Thanks and Regards,
Shekhar

Hi Shekhar,
Use the following:
DATA:                                 
zz_menge(16) TYPE c.
WRITE bseg-menge                
   TO zz_menge UNIT bseg-meins. 
PERFORM bdc_field                           
       USING 'VBAP-ZMENG(01)' zz_menge.
(in the example the quantity field BSEG-MENGE is posted to the quantity field in the orderposition).
Regards,
John.

Similar Messages

  • Problem port mapping for amsn on mac.. please help

    I have snow leopard running, and last night I needed to use amsn opposed to the regular messanger for mac as I needed the video capabilities to connect with a user using windows and msn.
    I've never had a problem before but that was before snow leopard. Apparantly the problem is with the windows side not amsn.
    They suggest doing opening ports 6890-6900. I can't figure out what information to put in all the fields and if there is a way to enter the range or if you have to enter all them individually.
    Also I found a document on how to do this and check the port is open via transmission which it said 1 port was as I only tried one. When I ran amsn it wasnt saying it wasnt open.
    Can someone walk me through how to set up the ports. There are many fields that I dont know what to enter etc.
    I should point out the problem was with the video. We couldn't intialize a connection and it was really really laggy. I tried rebooting and same thing.
    thanks
    Message was edited by: elvtnedge

    You can use a keyboard command to prevent your iPod auto-syncing with iTunes. While connecting the iPod to the computer on a Mac hold down the Option and Command (⌥ and ⌘ Apple) keys. This will stop the iPod from auto-syncing with iTunes and it will appear in the source list. Wait until you are sure the iPod has mounted, and that it will not auto sync and then you can let the keys go. This may take between 20 to 30 seconds depending on your computer. You should then be able to change your settings and enable your iPod for disk use: iTunes Keyboard Shortcuts for OSX
    If you have any iTMS purchases on your there the transfer of purchased content from the iPod to authorised computers has been introduced with iTunes 7. A paragraph on it has been added to this article: Transfer iTunes Store purchases using iPod
    The transfer of non iTMS content is designed by default to be one way from iTunes to iPod. However there's a manual method of copying songs from your iPod to your Mac at this link: Two-way Street: Moving Music Off the iPod
    If you prefer something more automated there are a number of third party utilities that you can use to retrieve music files and playlists from your iPod, this is just a selection. I use Senuti but have a look at the web pages and documentation for the others as well, they are generally quite straightforward. PodView has a facility for transferring full resolution photos as well as songs back from the iPod to your Mac. You can read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    Senuti Mac Only
    iPodRip Mac Only
    PodWorks Mac Only
    PodView Mac Only
    iPodAccess Mac & Windows
    YamiPod Mac & Windows
    PodUtil Mac & Windows
    iPodCopy Mac & Windows

  • Problem in Logicpart for a BADI  !! please help me

    hello all ,
    Im writing small code in implementationpart of method for one BADI /SAPSLL/IFEX_SD0C_R3 .
    In the following code Im getting the values into tl_ref2 from the structure present in the method which is having delivery number .
    loop at tl_ref2 into wl_ref.
        move wl_ref-refno to wl_likp-vbeln.
        append wl_likp to tl_likp.
      endloop.
    *C Finding the shipment number from the delivery number
      clear wl_likp.
      if not tl_likp is initial .
    loop at tl_likp into wl_likp.
        select vbeln
                from
                 vbfa
          into corresponding fields of table tl_vttk
         where vbelv = wl_likp-vbeln and vbtyp_n = '8'.
          endloop.
      endif .
    Here for the delivery 80009852 the values exist in VBFA table . But I'm getting sy-subrc = 4 and the table tl_vttk is not filled .
    I have tried all possible ways .i have changed the code into for all entries , declared same data types, but still sy-subrc = 4 even though the values exist in VBFA table .
    Please tell me why tl_vttk table is not filled even though the value exist in VBFA table
    regards
    pavan

    Hi Uma
    Thanks for the reply . the conversion routine is already used in the logic . For VBTYP_N = '8', the values exist .
    Please see the detailed code .
    the value for VBELN exist in VBFA . but im gettng sy-subrc = 4 in the select statement
    please see the code below
    tl_ref1         =  cs_hdr_cdoc-ref.
      LOOP AT tl_ref1 INTO wl_ref WHERE objtp = c_objtp .
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'   " For deleting Leading zero's
          EXPORTING
            input  = wl_ref-refno
          IMPORTING
            output = wl_ref-refno.
        APPEND wl_ref TO tl_ref2.
    *C-There can be case when tl_ref1 has multiple entries so wl_ref is not cleared because in case of single entry it is used further
      ENDLOOP.
      DESCRIBE TABLE tl_ref2 LINES l_n.
      clear wl_ref.
      loop at tl_ref2 into wl_ref.
        move wl_ref-refno to wl_likp-vbeln.
        append wl_likp to tl_likp.
      endloop.
    *C Finding the shipment number from the delivery number
      clear wl_likp.
      if not tl_likp is initial .
    loop at tl_likp into wl_likp.
        select vbeln
                from
                 vbfa
          into corresponding fields of table tl_vttk
         where vbelv = wl_likp-vbeln and vbtyp_n = '8'.
          endloop.
      endif .

  • BAPI for post Tax Amount

    Hi,
    Please tell me BAPI for post Tax Amount.
    Which tcode use for Post tax code, is it FB01 or FB60.
    Regards
    Jana

    Hi,
    Use BAPI_ACC_DOCUMENT_POST
    TCodes
    FB41    Post Tax Payable
    FB05    Post with Clearing
    FB01    Post Document
    Edited by: Neenu Jose on Nov 18, 2008 1:15 PM
    Edited by: Neenu Jose on Nov 18, 2008 1:16 PM
    Edited by: Neenu Jose on Nov 18, 2008 1:17 PM
    Edited by: Neenu Jose on Nov 18, 2008 1:18 PM

  • I have a problem with itunes when I sync the saved music and want to sync my iphone 5 ios 7.0.6 no longer passes the music thing is that just stays on "waiting for sync" and not worry please help are more than 400 songs that do not want to hear who are wi

    I have a problem with itunes when I sync the saved music and want to sync my iphone 5 ios 7.0.6 no longer passes the music thing is that just stays on "waiting for sync" and not worry please help are more than 400 songs that do not want to hear who are wi

    Plawexki wrote:
    ...  do you know if the contacts, photos, messages etc will be wiped?
    Yes... Everything will be Wiped and Replaced with what is currently on Your Mac.
    SYNCING with iTunes
    See here  >  http://support.apple.com/kb/HT1386
    From Here  >  http://www.apple.com/support/iphone/syncing/
    You may find this information of interest...
    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And See Here...
    How to Use Multiple iDevices with One Computer

  • I bought a iPhone and I was able to log into my iCloud with no problem and when I tried to update it it kicked me out and now it's asking me for the old apple user please help what can I do...?

    I bought a iPhone and I was able to log into my iCloud with no problem and when I tried to update it it kicked me out and now it's asking me for the old apple user please help what can I do...?

    Contact the original owner, and ask them to remove the device from their icloud.
    http://support.apple.com/kb/PH13695
    HTH

  • While opening pdf files the menu bar, navigation bar  cracks unobviously and also close and minimise buttons  goes hidden..Facing the problem for last one month. Please help.

    while opening pdf files the menu bar, navigation bar  cracks unobviously and also close and minimise buttons  goes hidden..Facing the problem for last one month. Please help.

    The latest Kaspersky software version is 15.0.1.415 or 15.0.1.415ab.

  • I am now ina serious problem . i deleted my email id which i gave as apple id . And now i forgot the password of the apple id and the answer for the security question too. please help me :(

    i am now ina serious problem . i deleted my email id which i gave as apple id . And now i forgot the password of the apple id and the answer for the security question too. please help me

    Just go to this link:https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/         ...... In there,there will be written manage your account,click on that.There will be the option of sign in.At the bottom of the password box there will be written FORGOT YOUR PASSWORD? click on that and go through the information required and your password will be sent to your email account.

  • HT1725 When I try downloading apps on my I pad it says additional information required. It then asks me to answer these questions that I have selected as my security questions. The only problem is I have forgot my answers, APPLE PLEASE HELP ME!!! Thank yo

    When I try downloading apps from the app store it doesn't allow me until I have entered the security questions, the only problem is I have forgotten my answers. Please help me to find out how I can retrieve the answers back, thank you

    Check the AppleCare number for your country here:
    http://support.apple.com/kb/HE57
    Call them up, and let them know you would like to be transferred to the Account Security Team.

  • Hello i am rajesh i am having problem while conveting other files into pdf format please help me

    i am rajesh i am having problem while converting other files into acrobat format please help me

    Hello Rajesh,
    I'm sorry to hear you're having trouble. Are you using Acrobat.com to convert your files to PDF? Please let me know where you are having trouble and I will do my best to help you convert your files. For your reference, here is a list of filetypes that can be converted to PDF online with Acrobat.com:
    http://kb2.adobe.com/cps/524/cpsid_52456.html#Create%20PDF
    Best,
    Rebecca

  • My iphone 5s 16 gb has an camera problem, turn the camera on tap all green, please help me

    My iphone 5s 16 gb has an camera problem, turn the camera on tap all green, please help me

    Hi teejayfs,
    Thanks for visiting Apple Support Communities.
    If you've noticed unexpected behavior with your iPhone camera, start with these steps to isolate or resolve the issue:
    Camera isn't functioning or has undesired image quality
    If the screen shows a closed lens or black image, force quit the Camera app.
    If you do not see the Camera app on the Home screen, try searching for it in Spotlight. If the camera does not show up in the search, check to make sure that Restrictions are not turned on by tappingSettings > General > Restrictions.
    Ensure the camera lens is clean and free from any obstructions. Use a microfiber polishing cloth to clean the lens.
    Cases can interfere with the camera and the flash. Try gently cleaning the lens with a clean dry cloth or removing the case if you see image or color-quality issues with photos.
    Try turning iPhone off and then back on.
    Tap to focus the camera on the subject. The image may pulse or briefly go in and out of focus as it adjusts.
    Try to remain steady while focusing:
    Still images: Remain steady while taking the picture. If you move too far in any direction, the camera automatically refocuses to the center.
    Note: If you take a picture with iPhone turned sideways, it is automatically saved in landscape orientation.
    Video: Adjust focus before you begin recording. You can also tap to readjust focus while recording. Exiting the Camera application while recording will stop recording and will save the video to the Camera Roll.
    Note: Video-recording features are not available on original iPhone or iPhone 3G.
    If your iPhone has a front and rear camera, try switching between them to verify if the issue persists on both.
    You can find these steps here:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Regards,
    Jeremy

  • My apple id is not working for my iPhone activation. Please help me.

    my apple id is not working for my iPhone activation. Please help me.
    i'll just restore it.

    Not working in what way?
    Only the Apple ID that was used to enable "Find My iPhone" on the device can be used to bypass Activation Lock.

  • I ordered the IX500 Scan Snap through Amazon and received the incorrect XI Standard disc in Windows format instead of for my Mac.  I contacted Amazon and they suggested I contact Scan Snap who suggests I contact Adobe for the correct disc.  Please help.

    I ordered the IX500 Scan Snap through Amazon and received the incorrect Adobe Acrobat XI Standard disc in Windows format instead of for my Mac.  I contacted Amazon and they suggested I contact Scan Snap who suggests I contact Adobe for the correct disc.  Please help.

    Fujitsu delivers only Adobe Acrobat for Windows, not Mac.
    http://www.fujitsu.com/global/services/computing/peripheral/scanners/product/ix500/

  • HT202159 An error occurred in the App Store. Try again later(13)..I wait for months!!! please help me! Can't download or update, install and buy!  iMac 2008, OS X Lion 10.7.4 (11E53).

    An error occurred in the App Store. Try again later(13)
    Can't download or update, install and buy!
    I wait for months!!! please help me!
    <Email Edited by Host>

    Disable anti virus software.
    Turn off the Firewall in System Preferences > Security (or Security & Privacy) > Firewall
    If that doesn't help, open the Finder. From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    ~/Library/Caches/com.apple.appstore/Cache.db
    Click Go
    Move the Cache.db file to the Trash.
    Now here:
    ~/Library/Preferences
    Click Go
    Move these files from the Preferences folder to the Trash.
    com.apple.appstore.plist
    com.apple.storeagent.pllist
    Now here:
    ~/Library/Cookies
    Click Go
    Move the com.apple.appstore.plist file from the Cookies folder to the Trash.
    Empty the Trash, try the App Store.

  • Why isn't my email verify even if I did it so many  times then it says your email is verify for another account can  someone please help me

    I created an apple ID with iTunes gift card
    Then i signed in
    I tried to download a game and it said that
    My email is not verifyed then I to verify it but
    It said that my email is already verifyed for another email
    Can someone please help me with this problem

    Make sure there is no other account using that email. (Try going to https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/ hitting Reset your password, and then enter the email address.

Maybe you are looking for

  • Update NVIDIA drivers for 9600 GT M?

    Hi, I have a MBP Unibody late 2008 and am trying to update my nvidia drivers in Bootcamp (Win7) but the nvidia site doesn't refer to the cards as 9600 GT, it refers to them as series and I don't know which one is the corresponding one to my card! Can

  • DCNM SOAP getAllVpcs Issue

    Hello, When I attempt to run a SOAP call to getAllVpcs fro our DCNM server I receive the following back from the server: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">    <env:Header/>    <env:Body>       <env:Fault>          <f

  • Repair cycle print out

    Dear all, I have created and maintained a new message type for the print out of the material document while issuing material to subcontractor for repairing. Everything is going fine except one thing i.e. whenever i am posting the material document th

  • Gray object is set to overprint

    When I try to run the preflight on a PDF/X-4: 2008 I get a warning/error message that a "Gray object (black below 96%) is set to overprint (l match on 1 page).  This has been a recurring error even though the paragraph style (picture caption) and fon

  • Will upgrading to iOS5.1.1 revert the ATT official unlock?

    I am a T-mobile customer and I have a iPhone 4 running iOS 5.1 (9B176), firmware 04.12.01. The iPhone was originally locked to ATT but in April 2012 I requested the official ATT unlock. The phone is now unlocked and works well with T-mobile. If I upg