Idoc message type which contains all  data types & date format

Hello experts,
I have Two questions :
1.Need Idoc message type which has all sap data types (24 types).
2. I am getting output date in  31-05-1999, whereas am expecting 5/31/1999.
    is there anything to be done at system level, since same Func Mod gives expected output in 4.7 verions, whereas in ecc 6.0 version it doesnt.
Thnx in advance

Hi Taj,
  The date format usually depends upon the user settings in SAP. for this check your user settings... Go to menubar - > System - > user profile -> own data ->defaults tab -> change the date format in which you want.
Or else.......
There is a conversion exit to change the date in the format you wish to get.... use the Function Module  FORMAT_DATE_4_OUTPUT and give the date  and the format in which you want to print as input parameters.
Hope this helps.
Regards,
Ravikiran.

Similar Messages

  • Idoc message type which contains all  data types

    Hi,
    I need idoc type or name which consist of all data type sap has defined. There are nearly 24 data types.
    Pls help..
    Regards,
    Taj

    hi,
    you will not have any message types which contain all data types.
    message types will be defined based on specific data.
    for example :
    MATMAS - Material master
    DEBMAS - Customer master data distribution

  • How can I Sync a folder (which contains all types files, sub folders and weighs some gigs) through wifi or USB ( and not using cloud services) between my New Ipad and Win 7 PC? Any apps available? Kindly help

    How can I Sync a folder (which contains all types files, sub folders and weighs some gigs) through wifi or USB ( and not using cloud services) between my New Ipad and Win 7 PC? Any apps available?
    kindly suggest a solution.
    Thank you inadvance!

    You can only import photos/videos via USB and the camera connection kit.
    ITunes: Syncing media content to your iOS devices
    http://support.apple.com/kb/ht1351
     Cheers, Tom

  • How to create a folder (in unified folders) which contains all the messages of inboxes and outboxes

    Hi, i've searched without success how to create a folder (in unified folders) which contains all the messages of inboxes and outboxes (as it exists in Windows Live Mail).
    For me, it would be very useful to search in only one folder when i try to find something in sent and received mails.
    Thank's

    This is what Unified Folders does. I'm not sure what exactly you're trying to achieve.
    http://kb.mozillazine.org/Global_Inbox#Unified_Folders
    You might take a look at this article.
    https://support.mozilla.org/en-US/kb/global-search

  • Is there any standard report which contain all these fields

    is there any standard report which contain all these fields
    1. plant
    2. material no.
    3. profit  center
    4. movement type
    5.g l a/c
    6.posting date
    we have it in z form one of the job it does is that what all materials entries came to a single gl we can know from it
    like we can know what all materials were charged to repair to p and m a/c.
    can any one tell where can we find these field in any standard format in sap.
    pls send some suggestions.

    Hello Sanjeev,
    I don't think there is an existing standard report with all the information from KE5Z plus material name.
    What I would suggest to you is either:
    1) Copy the standard KE5Z program (RCOPCA02) to a Z program one and insert the additional field from MAKT table (it would demand ABAP coding and some considerable effort to develop it);
    2) Create a Query (SQ01 transaction) by selecting data from GLPCA (table that is used in KE5Z) and MAKT (table that contains the material name by language).
    Hope it helps you.
    Best Regards,
    Daniel.

  • Find the schema which contains all these tables

    In my DB, only SCOTT has all the three tables EMP,DEPT, BONUS. There are schemas which have either one or two of these tables but only SCOTT has all these 3 tables.
    To find the schema which contains all these *3* tables. I tried the below mentioned queries which gave the wrong answers.
    1.
    select TABLE_NAME, owner from dba_Tables where table_name IN ('EMP','DEPT', 'BONUS')-- will return any schema which has any of these tables. So, wrong result
    2.
    select TABLE_NAME, owner from dba_Tables where table_name = 'EMP' AND TABLE_NAME='DEPT' AND TABLE_NAME= 'BONUS'-- Wrong result because it is mutually contradictory. As AP has mentioned below, A table_name cannot be equal to all the three tables .
    Edited by: GarryB on Dec 22, 2010 7:56 AM

    Hi,
    GarryB wrote:
    Thanks everyone. So, this means that this seemingly simple query cannot be written with just a plain AND , OR . Right?You're right. Every query needs SELECT and FROM, for example.
    What's wrong with Solomon's simple solution?
    Whatever you don't like about it, I'm sure there's another approach that doesn't have the same problem, even if it is slower and more complicated.
    As AP pointed out, no one row has all the information you need to decide if that row will be part of the result set or not.
    You need something that can make a decision based on the data in multiple rows.
    GROUP BY, like Solomon suggested, is the easiest and most efficient way I know of.
    Anything that GROUP BY does can probably be done by analytic functions. In this case, it will be more complicated and slower, but you can get the same results.
    A self-join, as user13524665 demonstrated, is another way.
    You could also get the results you want using EXISTS-, IN-, or scalar sub-queries, all of which would be even more complicated, and scale just as poorly, as a self-join.
    CONNECT BY, recursive sub-queries, MODEL, and XML functions can also look at several rows at the same time. I don't believe you want to read and test soltuions for all of these any more than I want to write all of them. Solomon gave a good solution for your original problem. If you want to add some extra restrictions to your problem (such as "I can't use ... or ...") explain clearly what those restrictions are, and why you need them.

  • How to supress Zero in NUMC data type which contains some values as Char.

    Hello Friends,
    Some custom fields have been added in table BUT000 ,
    out of which one field has data type as NUMC..
    When i see some of the entries in the that field, it has values like '0000000000000000ENT'.
    I want to supress Leading zeros of that.
    i tried using
    1 ) FM CONVERSION_EXIT_ALPHA_OUTPUT &
              CONVERSION_EXIT_ALPHA_INPUT .
    2 ) Also tried coding  like this:
    data:var1 type ZBU_00LV36AT,           "this field has data type NUMC of length 40
           var2(40) type N.
    var1 ='00000000ENTRY'.
    VAR2 = VAR1.
    SHIFT VAR2 LEFT DELETING LEADING '0'.
    Nothing works ...gives output as blank.
    Is there any solution for it....
    Any valuable asnwer will be rewarded...
    Regards,
    Mayank

    Hi Marcin,
    I have tried i think problem it solved with your solution.
    Let me try for some more cases if it works fine i will get back to forum.
    Regards,
    Mayank

  • Table name which contains all the details of infocube

    Hi All,
    I need to write a program which contains the details of infocube like
    1) Request ID
    2) Request Number
    3) Username
    4) Transfered Records
    5) Added Records
    6) Data source
    Please could anyone tell me where i can find all these details.
    I need to know the table name or else any function module name which can fetch all the details based on Infocube. I got one table name 'RSMONICDP' where i can get Request number and username. but rest i m not able to findout..please help me out.
    Regards
    Anju

    Hi,
    Chk these tables
    RSMONICTAB -- transferred and added records
    try also RSREQDONE RSREQICODS and RSMDATASTATE for other details
    Regards,
    B

  • Error  while releasing Transport which Contain Bussiness object type

    I created the method in ZBUS100106 and  released it and generate it ,then in the program I wrote some code,functionality works fine ,Now  while moving transport to Quality Syestem it shows up with the error
    *ZBUS100106 is inactive*  , I released it and generate it one more time but did'nt help
    My transport has
        Workflow templates
            90000004
        Program
            ZBUS100106
        Business object types
            ZBUS100106
        Table Contents
            SWOTICE
    only problem with the program it shows inactive,I ran Se80 and it shows some Subrutine inactive I activate it by clicking right and select Activate but none of the perform activate .
    Helpful answer rewarded by the deserve points

    Hello,
    Are there any errors when you generate ZBUS100106? Check Goto -> Error List.
    regards
    Rick Bakker
    Hanabi Technology

  • AxisFault: SOAP message MUST NOT contain a Document Type Declaration(DTD)

    Can someone explain the specs violation that provoked this exception! i am trying to understand where the DTD is in a sample application (SimpleStockQuote on the Apache Synapse doc) i am trying out to learn how to use Apache Synapse.
    Thank you

    Hi,
    I think it is a violation of the basic profile [1]. At the same, please let me know whether you are getting this error from Synapse or some other party due to Apache Synapse.
    I think if this is related to Apache Synapse, right place to post this would have been [[email protected]|mailto:[email protected]] mailing list.
    [1] - [http://java.boot.by/wsd-guide/ch02s05.html|http://java.boot.by/wsd-guide/ch02s05.html]
    Thanks,
    Ruwan

  • How can I find the yahoo toolbar which contains "identity safe" which contains all of my passwords?

    I can't find the yahoo toolbar which included identity safe, where all my automatic passwords were located.

    While Finder is active, press Command-F (Find in the File menu).
    In that window you can set search criteria. In the second sub-toolbar should be a couple of buttons representing pulldown menus; by default, the first usually shows "kind". Click that one.
    In the menu that opens, if "Size" or "File Size" is not available, select "Other". Then in the new window select "Size" or "File Size" and okay the window. From then on that choice will be available in the first pulldown menu.
    You can use that to search your drive.
    Note - by clicking the "+" button at the far right of the strip containing the pulldown menus, you can add additional search criteria, thus restricting a search to exactly what you want.

  • My external hard drive which contained all mu music has failed.  How do i create a new itunes library with the music on my iphone?

    I had all my music on an external hard drive which itunes referred to as the stored location.   this drive has now died and I only have the music on my iphone/ipad.  How do I recreate my music on another external drive using the music on my iphone/ipad?

    Have you failed to maintain a backup copy?
    If so, not good, you can transfer itunes purchases from the iphone: File>Devices>Transfer Purchases
    You may be able to purchase a third party program to get the rest ( not supported by Apple).

  • I have just had to replace my hard drive on my mac book pro and can now not sync my iphone which contains all my information onto the new drive, any ideas?

    I had to replace my hard drive on my mac book pro as it had died. Since getting laptop repaired I have been trying to sync my iphone with the new hard drive but it will not allow me to do this without first wanting to wipe the phone clean and put info on the hard drive onto the phone, of course there is no info on the hard drive at all. Any help will be greatly recieved.

    https://discussions.apple.com/docs/DOC-3141

  • I can't open Firefox and I haven't saved my extensive bookmarks, which contains all my important websites. How can I start Firefox and save my bookmarks?

    I have a Dell Inspiron E1505, and I use Kaspersky Internet Security. The past week, I've had problems opening Firefox - it has been slow. Today, it just won't open at all. At first I thought it was my Internet connection, so I called my provider, Comcast Cable. But I was also able to open Internet Explorer. I was told that I may have to remove Firefox, and redownload it, but it would erase all my bookmarks. How can I access Firefox and save my bookmarks?

    Try starting Firefox in Safe Mode (Firefox Safe Mode, not Windows Safe Mode).
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, check out this article:
    [http://support.mozilla.com/kb/Safe+Mode Safe Mode]. Be careful not to "reset" anything permanently if you didn't back up.
    To export bookmarks to an HTML file that IE and other browsers can read, see [https://support.mozilla.com/en-US/kb/Exporting%20bookmarks%20to%20an%20HTML%20file Exporting bookmarks to an HTML file | How to | Firefox Help].
    Any luck?

  • Where does itunes store my playlists on my pc,I can locate my itunes media which contains all the albums and artists but not my playlists?

    Im a bit of a tech dummy and am trying to add a playlist to an iphone that is NOT synced with my itunes account, with ipod/ipad this is simple as I can manually manage content, however this feature doesn't work on iphone. I have a program installed which allows me to add to the iphone however I need to add directly from the itunes folder not within itunes. I have created a playlist in itunes to add to this device however I can not locate this folder in my itunes files!! I'm sure I am missing something simple here

    iTunes playlists are stored within the library database iTunes Library.itl. Perhaps you need to create a m3u playlist for use with your other software. Right-click on the playlist name in the sidebar for export options.
    Or use iTunes to manage the content on the device in the way that it is designed to.
    tt2

Maybe you are looking for

  • HP Envy 5660 Will Not Print in Color from Desktop

    I have a new Envy 5660  e all in one printer. Prints in color from my I phone and I pad but will only print in black from desktop running OSX 10.6.8.  No error messages just will not print color from my Mac. 

  • [SOLVED] No Sound on Fresh Install

    Well, I decided to try Arch. I was very proud of myself for managing to install everything. I even loaded KDE. I wanted to try a KDE only OS for a while. Well, all my pride was stomped out quicjky, in that I have no sound.  I did the following: 1. in

  • Adobe issue while installing quickbooks

    I am trying to install a student trial version of Quickbooks and it is giving me an error reguarding adobe.  It says "failed to install.For trouble shooting tips, please see http://www.adobe.com/go/tn_19166."  I tried this and still cannot get it to

  • Check printing r12 print stub @ last page

    Hi I designed r12 check print rtf to accommodate 12 invoice lines per page and a check stub @ bottom... When I have 28 lines it goes upto 3 pages..and 4th page shows voided stub... But in each page(page 1&2&3) I am getting the stub printed out..print

  • SD ABAP Questions for functional

    Hi People,                    Can some body please help out about how much of the ABAP is expected to be known by a SAP SD functional consultant?Please list some usual  questions asked to SD functional regarding ABAP?