How to codeRFC enable FM to populate look up values(f4) for terms of paymen

Hi,
  I need to create RFC enable a Z FM (function module)  for f4 help to display the look up values for terms of payment.
  i am not able to find out table from where the text description can be fetched. i know t052,t052u,tvzbt
table but  no table hold the complete description for all payment terms in split form . Below i give one example also.
   in table tvzbt i get , for payment terms  0002, i get description like 14 days 2%, 30 net.
but i need to display that description
Within 14 days 2 % cash discount
Within 30 days Due net
  ............ in that format.
Thanks & Regards
Tutun

Tutun,
compare fm's like ME_PRINT_T052
Andreas

Similar Messages

  • How to Chinese enable the current Eng. SAP R/3  for our China subsidiary

    Hi There,
    I am to plan for an implementation to Chinese enable the English-only SAP R/3 ERP and SAP BW3.5 for our China subsidiary. 
    Requirement : we want to keep one single SAP system used by the whole group (China and the rest of the world), but we want to provide Chinese GUI to our subsidiary and support certain Chinese master data.
    Hence I have the following questions :
    (1) Upgrade Path : Does this means that I have to upgrade the 4.6c to mySAP 2005 or 2006 ERP?  Which one shall we go?  Is there is any upgrade guide? 
    (2) With this upgrade, we could have concurrently supporting Chinese GUI and input/maintain/display Chinese master data for China subsidiary, while keeping the English-only GUI and input/display for the rest of the organization, right?
    (3) We generate MIS report out from SAP BW, so we also need to upgrade BW to unicode to support Chinese, what are the upgrade steps for the BW database and its Business Explorer?
    (4) Which Unicode encoding (UTF-8 or 16) we should go for our Data Warehouse interfacing with the SAP R/3 : we have an Oracle based data warehouse that pass data into SAP R/3 and also retrieve data out from R/3.  So in order to support Chinese data passing between them, it seems I need to upgrade the Oracle to support unicode?  Shall I go for UTG-8 or UAT-16?
    Many Thanks!

    Hi Hari,
    From accounting point of view, both systems may not on the same level.  Therefore, it could be very hard to Consolidated Balance sheet between them.  B1 might be better fit as a data input subsystem to R/3.
    Thanks,
    Gordon

  • How do I enable php in OSX 10.9.3

    I downloaded webserver and have a apache and mysql and the site is working when i connect but only the html pages, the php pages dont work and i noticed the webserver says PHP is disbaled how do I enable the PHP?

    Look here....
    http://support.apple.com/kb/PH15645

  • How do we enable cutter option in the SAP Script for Zebra Label Printer

    Hi Gurus,
    We use Zebra Label(ZM400) printers to print the material documents(SAP Script). Could someone please tell me how do we enable the cutter option in the Zebra printer for the SAP Script?
    Your vaulable answers will be highly appreciated.
    Thanks in advance.
    Regards,
    Manoj.

    Hi Manoj,
         In Script you dont want to add any logic for Label Cutter, It should be in the Zebra printer settings if the printing is over it should cut the paper. If the print area is predefined for your material label then you can make use of standard label papers (Like 2"x4", 3"x4"....)
    Regards
    GK.

  • How can I enable embedded pl/sql gateway to run on port 80

    I have a new 11G install on OEL 4.0, database created. I would like to be
    able to access the instance using the pl/sql gateway. Works fine with
    port 8080, the default. How to I enable it to run on port 80?
    I found this statement in the following docuementation:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb22pro.htm#ADXDB2500
    Using HTTP(S) on Nonstandard Ports
    By default, HTTP listens on a nonstandard, unprotected port: 8080. To use HTTP(S) on
    the standard port, such as 80, your DBA must chown the TNS listener to setuid ROOT
    rather than setuid ORACLE, and configure the port number in the Oracle XML DB
    configuration file /xdbconfig.xml.I have root priviledges on the box.
    I've tried setting the listener file permissions:
    chown root:dba /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    chmod 6775 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    Also put root in the dba group.
    The permissions turn out like this:
    -rwsr-sr-x 1 root dba 830854 Jun 17 21:04 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr
    I stopped the listener, bounced the database, and started the listener again.
    But it still shows the process being owned by oracle:
    oracle 29682 1 0 21:08 ? 00:00:00 /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr LISTENER -inherit
    Changing the port is easy:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    8080 2100
    At this point, I can access the apex home page with the following url:
    http://hostname:8080/apex/f?p=4550:10:1454849288245548
    I can than change it to port 80:
    SYS>begin
    dbms_xdb.sethttpport('80');
    dbms_xdb.setftpport('2100');
    end;
    2 3 4 5
    PL/SQL procedure successfully completed.
    SYS>SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    80 2100
    When I try to access apex with the following url:
    http://rmdcopslnx1.us.oracle.com/apex/f?p=4550:10:1454849288245548
    I get the following:
    Failed to Connect
    Firefox can't establish a connection to the server at hostname.com.
    Though the site seems valid, the browser was unable to establish a connection.
    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites? Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings
    * can interfere with Web browsing.I can set the port. Just can't talk to it.
    This is the entry from the listener log:
    <msg time='2008-07-03T15:40:09.741-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='hostname'
    host_addr='xxx.xxx.xxx.xxx'>
    <txt>TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    Linux Error: 13: Permission denied
    </txt>
    </msg>
    So this looks like an permissions problem. But where? I posted
    this on the apex forum here:
    Re: How can I enable embedded pl/sql gateway to run on port 80
    They suggested asking here.

    No, that thread did not provide the information that I need. Some more data:
    I have the port set to 8080:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    8080 2100
    At this point, I can access the apex home page with the following url:
    http://hostname:8080/apex/f?p=4550:10:1454849288245548
    I can than change it to port 80:
    SYS>begin
    dbms_xdb.sethttpport('80');
    dbms_xdb.setftpport('2100');
    end;
    2 3 4 5
    PL/SQL procedure successfully completed.
    SYS>SYS>select dbms_xdb.gethttpport as "HTTP-Port" , dbms_xdb.getftpport as "FTP-Port" from dual;
    HTTP-Port FTP-Port
    80 2100
    When I try to access apex with the following url:
    http://rmdcopslnx1.us.oracle.com/apex/f?p=4550:10:1454849288245548
    I get the following:
    Failed to Connect
    Firefox can't establish a connection to the server at hostname.com.
    Though the site seems valid, the browser was unable to establish a connection.
    * Could the site be temporarily unavailable? Try again later.
    * Are you unable to browse other sites? Check the computer's network connection.
    * Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    I can set the port. Just can't talk to it.

  • TS3280 How can i enable both paired bluetooth and ios keyboard input at the same time?

    How can i enable both paired bluetooth and ios keyboard input at the same time?
    This is needed for the app im working on. Need some user input via keypad as well as scanner input via a paired bluetooth scanner.

    You probably should not be using a keyboard bluetooth profile for a scanner, I am not a developer for apple so do not know the location for you to find out the correct profile you should be using for an input device that is not a keyboard. Sorry,
    I am sure if you navigate the apple developer site you will probaly finmd what you're looking for.
    https://developer.apple.com

  • How can I enable SuperFetch?

    Hi,
    I downloaded Java from Java.com (free download) to be able to open a file I received as email attachment. After the download something happened to my laptop pc (Windows 7). I received pop up messages that said something like "Your computer got infected
    you need to install Windows Defender 2015. And they started to pop up almost every second and also the screen view changed. It got upside down or windows messages moved and seemed to be multiplied, very unusual things kept going...
    I stopped it and went online on my tablet pc and looked for what to do if my computer got infected with virus (because that's what I thought happened). From what I read online I made sure that all Microsoft windows experts were all recommending to start
    my pc in safe mode and I found some instructions such as going to Task Manager and ending processes and also to clear some files and folders in Registry Editor. I wasn't able to clear files and folder in Registry Editor. To make short, I came to the conclusion
    that I needed live help from a Microsoft expert. I chatted online with some MS Support Desk techs and followed their instructions but it didn't help at all. When I click on the little flag icon with a red cross sign on it(the one that says Open Action Center)
    it says 1 important message-Turn on Windows Security Center service(Important) I tried to turn it on (I don't know how many times!) but I get the message "The Windows Security Center can't be started"
    I went to Troubleshooting and clicked on Check of Performance issues (under System and Security) it did checking and I got the message "Problems Found- SuperFetch is not running. Not Fixed. 
    My question is: HOW CAN I GET SuperFetch running? or How can I enable SuperFetch?
    Thank you.
    Elif YILDIRIM

    Hi Temur, ok. I do the above procedure and it worked fine
    Now, I have other question?
    How can I reproduce any file (for example: a video, an url page, an image), that is in the flash of DMP?
    Índice de ftp://172.17.15.22/tmp/ftproot/tmp/ftproot/tmp/ftproot/usb_1/
    Subir al directorio superior.
    Nombre Tamaño Última modificación
    Sample Videos.lnk
    1 KB
    17/06/2011
    06:25:00 a.m.
    deployment
    29/06/2010
    04:14:00 a.m.
    lost+found
    25/02/2010
    12:00:00 a.m.
    video futbol en la playa.mp4
    1390 KB
    29/06/2010
    01:08:00 a.m.
    videofutbol.mp4
    1390 KB
    29/06/2010
    01:38:00 a.m.
    I like, that el DMP when loss conectivity with DMM, It display at the LCD screen, the video named videofutbol.mp4, this video As I show in the picture above, already in the flash of DMP.
    I appreciate your early response.
    Thanks

  • How to dis/enable carplay in iOS 8.1?

    Hi community,
    has anyone an idea how to dis/enable the carplay Feature in iOS 8.1.
    I remember I have seen such a option in earlier versions but I'm not able to find it now.
    Tx

    Thanks pogster,
    That was the setting I was looking for.
    This is also available while not connected to Car Play enabled device in the vehicle.

  • Currently, I cannot copy and paste using the icons in the toolbar. How do I enable this?

    I am trying to make edits to a website for our company. Currently, I cannot copy and paste using the icons in the toolbar. Instead, I have to use control+c and control+v which doesn't always work. How do I enable the feature to be able to use the icons?

    Are those toolbar buttons grayed?
    Do the entries in the Edit menu look enabled if there is text selected or text on the clipboard?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How to Force enable, silent updates for Adobe flash in windows 8

    How to Force enable updates, silently for Adobe flash in windows 8 using group policy?
    I have followed this Article:
    http://helpx.adobe.com/flash-player/kb/administration-configure-auto-update-notification.h tml
    http://gpyall.com/archives/disable-adobe-flash-updates-on-64-bit-windows-with-group-policy /
    This looks promising but not working.
    Also, I cannot even manually create a file, in Win 8  (C:\Windows\SysWOW64\Macromed\Flash)
    So how would group policy can put mms.cfg in this location with following vaule:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    Thanks in Advance.

    You will find more information in http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flas h_player_11_7_admin_guide.pdf

  • How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific WebApplication or Sitecollection?

    How to enable the SharePoint 2010 and 2013 Developer Dashboard for specific Web Application or Site collection(not for all Web Application)?
    Vishal Goyal

    Hi Vishal,
    I don't think there is option for specific site collection or web application,but there is option of enabling developer dashboard on specific master pages and that is one on of the way you could do it.
    look article on below link to enable developer dashboard on specific master pages
    https://msdn.microsoft.com/en-us/library/office/ff512745%28v=office.14%29.aspx?f=255&MSPPError=-2147217396
    Let me know if this helps.
    Thanks
    Bhism 

  • How do I enable the GD library in OAS 10.1.2 ?

    I am running OAS 10.1.2 on HP UX 11i 64 bit.
    OAS 10.1.2 supports PHP, but the image function does not work. The imagecreate function gives the error:
    Call to undefined function: imagecreate()
    According to www.php.net, image functionality requires the GD library and one
    is bundled since PHP 4.3. OAS 10.1.2 has PHP 4.3.9 so I assume that GD is
    available.
    But how do I enable the GD library?
    Herman

    In php.ini look for extension_dir, make sure it points to somewhere that exists and then further down you will see Dynamic Modules set out a little like this...
    ;extension=php_gd2.dll (Windows)
    For installation (Quote from PHP Manual)...
    To enable GD-support configure PHP --with-gd[=DIR], where DIR is the GD base install directory. To use the recommended bundled version of the GD library (which was first bundled in PHP 4.3.0), use the configure option --with-gd. GD library requires libpng and libjpeg to compile.
    In Windows, you'll include the GD2 DLL php_gd2.dll as an extension in php.ini. The GD1 DLL php_gd.dll was removed in PHP 4.3.2. Also note that the preferred truecolor image functions, such as imagecreatetruecolor(), require GD2.

  • How do I enable the blue function keys on an old Pavilion N5445 with Windows XP?

    Yes, how do I enable the blue function keys on an old Pavilion N5445 with Windows XP?
    The blue function keys currently do not work.
    There is NO mention of the function keys (or even action keys) in the BIOS.
    Let me repeat that so that nobody posts a stupid link to how to turn on the function keys in the BIOS. THIS IS AN OLDER LAPTOP.
    There is NO mention of the function keys (or even action keys) in the BIOS.
    There is NO mention of the function keys (or even action keys) in the BIOS.
    There is NO mention of the function keys (or even action keys) in the BIOS.
    There is NO mention of the function keys (or even action keys) in the BIOS.
    There is NO mention of the function keys (or even action keys) in the BIOS.
    There is NO mention of the function keys (or even action keys) in the BIOS.
    Somehow the function keys got turned off. So I suspect there's a way to turn them on again.

    HI Lukon:
    Thank you for your post.  I will do my best to assist you in this endeavor!
    I regret that you are experiencing an issue with the function keys. I am providing you with a link to "Configuring the Multimedia and Internet Keyboard Buttons in Microsoft Windows 98, Me, and XP"    click here. Have you tried running the HP Support Assistant to look for updates and resolve issues.   click here. Have you tried the MS Fix it  tool click here to aid it resolving it. I hope this helps.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • HT5625 How do I enable my account bc it got disabled

    How so I enables account because it got disabled

    Hello Amy2222,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    Apple ID: 'This Apple ID has been disabled for security reasons' alert appears
    http://support.apple.com/kb/ts2446
    If your account was disabled for security reasons, use iForgot (iforgot.apple.com) to reset your account and restore access to the disabled services.
    Have a nice day,
    Mario

  • How do i enable spanish in the safari dictionary?

    I understand from the last sentence on description of the safari dictionary on the Apple website, Spanish should be supported.  But no definitions for Spanish words come up.  How do I enable Spanish?  Is it possible to obtain translations to English as well as definitions in Spanish?
    http://www.apple.com/osx/apps/all.html#dictionary
    Dictionary
    Words at your fingertips.
    Find definitions and synonyms using the New Oxford American Dictionary and Oxford American Writer’s Thesaurus, which include over 250,000 words, in Dictionary. You can look up words directly from a variety of applications, including Safari and Mail. When you’re connected to the Internet, you can look up terms in Wikipedia directly from the Dictionary application. That means access to millions of articles written by thousands of people all over the world. Dictionary even includes a list of Apple terms and definitions — such as “Finder” and “AirPort” — that help you get to know your Mac better. And Dictionary includes support for British English, Japanese, Japanese translation, Japanese synonyms, Simplified Chinese, Spanish, and German.

    To enable dictionaries, you go to dictionary.app > preferences and check the box you need.
    Apple doesn't supply a translation dictionary for Spanish, but you might be able to add it if you can find one somewhere:
    http://m10lmac.blogspot.com/2013/01/adding-dictionaries-to-dictionaryapp.html

Maybe you are looking for

  • Issue with mailbox in Time Machine

    Hello, I did a back up with my Time Machine before replacing my HDD with a NEW  HDD. I want to recover all data in Time machine to my New HDD but it's not working. Time machine is not detected in boot option but shows up on desktop. When i enter Time

  • Error testing webservice using ESB with Oracle apps adapter services

    When creating a simple ESB project with Oracle Applications adapter service, i get the following error when testing the webservice via EM. SOA suite 10.1.3.3 oracle EBS 11.5.10 Any pointer on how to fix this is very much appreciated. <env:Envelope xm

  • How do i see how much money is left in my itunes account?

    Hi, I am trying to figure out how much money is in my account, but i cant seem to find the info online in my account. I get a monthly allowance put in and i buy music but my phone never tells me how much money I have left and i don't want to go over

  • CS2 Indesign increases pdf size from CS3 Indesign pdf

    Hi I am using CS2 Indesign Version 4. When I import a CS3 Version 5.0.2 pdf and then export the file to a pdf, it increases the file from 5 mgs to 30 mgs. I am using a G5 Mac with 10.4.11. Does anyone know how to keep the file size down. I am told it

  • Fonts Not Saved in Menu

    I can add fonts to the menu in Contribute CS4, but when I quit the program and re-open, the fonts I've added aren't there. How do I get the program to remember the fonts I add?