Is it possible to use u2018CALL TRANSACTIONu2019 without a BDC table ?

HIIIIIIIIIIII
Is it possible to use u2018CALL TRANSACTIONu2019 without a BDC table ?
THANKS

Hi,
Yes you can,
CALL TRANSACTION ta { [AND SKIP FIRST SCREEN] .
This addition suppresses the display of a screen of the initial dynpro of a called dialog transaction. The addition AND SKIP FIRST SCREEN suppresses the first screen under these prerequisites:
For the initial dynpro, in the Screen Painter the own dynpro number must not be specified as the next screen number.
All mandatory input fields of the initial dynpro must be filled completely and with the correct values by the SPA/GPA parameters
If these prerequisites are met, that screen of the dynpro is displayed that is specified in the Screen Painter as the next dynpro of the initial dynpro.
Regards
Jana

Similar Messages

  • Is it possible to use smartseek functionalities without FMS(flash media server)??

    Hi,
        Is it possible to use smart seek functionalities to play files local files without using flash media server(FMS).
        I am currently using videoDisplay components but can switch to netStream component if it is possible without FMS.
        As I have to seek frame by frame but the current seek() function doesnot provide that functionality.
        Any kind of suggestion is most welcome.
        Thanks in Advance.

    I'd like to revive this topic as I just purchased an ATV. I do like it but I am becoming very familiar with the limitations of the ATV.
    I used to have a Snyology NAS server but it did not serve/stream the iTunes well enough to my stereo. I have a lot of photos of my children as well as movies and wanted to see more of them so I purchased the ATV as I knew the Syno server/NAS would be bricking soon.
    Once the ATV is loaded it is fine for that content. But if there is other content on other computers well, they have to stream and the content on the ATV is not accessible to anything other than the stereo or TV that the ATV is connected to. So, finally, here is my question:
    Which NAS streams VERY WELL with the ATV? Correct me if I am wrong but the NAS has to have iTunes imbedded within the server; yes? Secondly, is the best solution for serving an ATV as well as having all media content accessible to all LAN computers a Mac Mini?
    So which is it? Please recommend an NAS that can serve iTunes media (music, photos, video) to an Apple TV or is the best solution a Mac Mini which acts like a NAS and streams all media content to the Apple TV and ATV will stream it to HDTV through HDMI , etc.
    The ATV is great with the High Def.., wide screen, Dolby 5.1, HDMI port , etc. Just need a way to have the media accessible to everyone on the LAN as well as serve/stream to an already purchased Apple TV.
    Thanks for the help,
    Cc

  • Is it possible to use locked iPhone (without any SIM) as a testing device?

    Hey guys,
    is it possible to use american iPhone (locked on AT&T) as a testing device with xcode for debugging apps?
    I won't even insert any SIM in it, just need to know if it's possible, or the device must have signal? (I will activate the iPhone with official ATT sim, but then remove it)
    Thanks for your answers,
    Dominik

    Using an iPhone without a wireless service plan - Apple Support
    Pretend it is a touch. No signal so you can't test phone related code, otherwise yes you can use it for testing.

  • Is it possible to use smart previews without my external hard drive?

    I get it. I know I need to tell Lightroom that it's "this" specific catalog that I want to be working on while being away from my external hard drive.
    But, just so I understand the logic: I have to opne Lightroom with the external hard drive connected and then, ejected it so I could smart previews that I've previsoulsy build. There's no way for me just to turn on my computer, away from my external hard drive, and work on smart previews?
    So, I guess that this my real questions: If I make a copy of the catalog from my external hard drive onto my desktop, and I tell my computer to work with this catalog while away from external hard drive, will this clash everything up?
    Let me know if I've missed a previous thread about this.
    Thanks !
    Patrice

    It may help if you can understand how smart previews actually work, under the hood.
    When you build a smart preview, what you are actually creating is a smaller version of the original master, which gets stored as a lossy-compressed DNG in the same folder as the catalog file. So, when editing, Lr looks for the original, and if online, uses it, and if offline, uses the smart preview instead (if it's there), as the source for image data.
    It's really that simple. So if the original photo is not in the location expected by the catalog and the smart preview which corresponds to it is not in the expected location in the catalog folder, then you won't be able to edit the photo.
    So to answer your question more specifically, you can edit a copy of the catalog which had smart previews (you must copy the whole catalog folder to get the smart previews, or do an export instead of a copy, regular previews are optional), then copy the catalog back when done (no need to re-copy smart previews, since they don't change, and no need to re-copy regular previews, since they can be re-created) - no harm, no foul... Or, if you exported the working copy of your catalog, you can import it after work done instead.
    PS - there have been lots of threads about this.
    Rob

  • Is it possible to use MDIS to import to hierarchy tables?

    Hello everybody!
    Tell me, please,is it possible to import records into hierarchy tables using MDIS?
    The imported XML-file looks like this:
    <data>
    <row>
      <NAME>Some Name</NAME>
      <DATA_UPD>01.27.2006</DATA_UPD>
      <HIER>03000000000\03408000000\03408553000</HIER>
    </row>
    <row>
    </row>
    </data>
    The field HIER in my XML-file contains delimited values to build hierarchy. I tried to import, but MDIS blocks the port with Value Exception.
    P.S. I set MDIS Unmapped Value Handling option to "Add" to automatically add missing values to hierarchy table.
    Thanks,
    Vika

    Hi!
    Jasbir, Dilmit, thanks for your answers!
    But while configuring mapping of fields of my XML-file to hierarchy table fields in Import Manager I found an option "Set MDIS Unmapped Value Handling" which can be set to Ignore (default), Add, Map or Fail. If I set this option to Add, it offers to "Add Target Node for Unmapped Values in MDIS Mode". So, I expect that selecting some node shows MDIS to which node it should add all new unmapped values.
    The imported XML-file structure looks like this:
    <data>
    <row>
    <NAME>Some Name</NAME>
    <DATA_UPD>01.27.2006</DATA_UPD>
    <HIER>03000000000\03408000000\03408553000</HIER>
    </row>
    <row>
    </row>
    </data>
    1. I splited HIER field into hierarchy using "Split into Hierarchy" command.
    2. Then mapped HIER<Split Hierarchy> field to CODE field of my resulting hierarchy table.
    3. Then for CODE field I set "MDIS Unmapped Value Handling" option to Add and chose the node to which add unmapped values.
    4. Then I tuned matching fields.
    5. Saved the map.
    6. Configured port (of type Automatic).
    7. Added XML-file to the port.
    The result of import (using MDIS) into hierarchy table is that the CODE field is filled with hierarchical values, but all other fields are empty. And MDIS blocks the port with Value Exception.
    So, I embarrassed by this: on the one hand, MDIS imports some values and even builds the hierarchy correctly, but from the other hand, the import doesn't  finish.
    Can anyone explain this to me?
    Thanks in advance,
    Vika

  • How to use Page down functionality in BDC Table control

    Hi Guys,
    I am facing problem with populating data in the table control at item level. I am able to poulate upto 6 records, i need to populate n number of records.
    Pls help me with using P+ functionality for table control in BDC.
    Thanks in advance
    Satish

    Hi!
    Can you share how you got this solved?
    Thanks!

  • HT2589 i haven't credit card. plz tell me can i use apple id without credit card?

    is it possible to use apple id without credit card?

    There is no need to have a CC to create an apple ID. I think you meant iTunes store account. But you can create one without a CC. Just follow the this http://support.apple.com/kb/HT2534?viewlocale=en_US
    Good Luck!

  • Use Enterprise Services without service registry?

    Hello experts,
    this question is following me since days: is it possible to use enterprise services from an erp-system without a service registry?
    From my understanding the service registry at runtime determines the endpoint where the service is implemented. But when there is just a single erp-system is it then possible to use this services without any additional systems?
    Thanks for any answer.
    Regards,
    Norbert

    Yes you can.
    The service registry is just a "phone book" of services. as much as phone numbers exist well without the phone book services exist without a registry.
    actually, if you really ever have only one source system for enterprise (or other) services you don't need the service registry. even if you have 3 source systems and you know how to find an overview of the services in each of those 3 systems and if you don't use a 'global' data model you do not really need the service registry.
    but this is just my 2 cents. 'publishing' seems to be a common source of joy these days
    anton

  • Can i use my iPad without simcard

    Hi everyone
    I have an iPad wifi + 3g, but I do not use 3g and therefore there is not installed any simcard. My problem is that my ipad keeps saying "no sim card". I have turned off mobile data, but nothing helps. The message is popping up all the time, making it virtually impossible to use my iPad. My question is therefore whether it is really not possible to use my ipad without buying a SIM card and install this?
    Thanks
    Casper ;-)

    you should be able to use it just fine. I don't have a 3G version to find where things are in the settings, but somewhere in the settings you should be able to turn off the cellular antenna and just have the wifi one on.
    You might also try simply giving your iPad a reset. Maybe that'll make that message go away.Hold down the sleep and home keys for about 20 seconds until your iPad reboots.

  • I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    iCloud requires OS X 10.7.2.

  • Is it possible to use creative cloud online with both Mac/windows system (on the same computer, bootcamp) without paying twice ?

    Hello, I work with a Macbook pro, divided into mac and win 8 (with Bootcamp), is it possible to use Creative Cloud subscription with both system without paying twice.
    Bonjour, J'utilise un Macbook pro partitionné Bootcamp mac et windows 8, est-il possible que l'abonnement à Creative Cloud en ligne fonctionne indifféremment dans les deux systemes (sur le même ordi), sans payer deux fois.
    Merci,
    jho

    Your subscription allows for two functioning installations (normally on separate machines, but I imagine you could install the two as you indicate).

  • When using a personal dropbox account, is it possible to use the mapped drive without downloading all my dropbox files to my hard drive as well?

    When using a personal (not business) dropbox account on my mac book pro, is it possible to use the mapped drive only?  Currently I have dropbox mapped to my computer but it is also saving a redundant copy of the data on my hard drive.  My goal is to pull, edit and save files on the mapped drive only without having a redundant back up of all my dropbox files on my computer wasting valuable storage space.   Any advice out there?  Thanks in advance for your help!

    I don't believe that is accurate, but maybe I am missing something (I am not a Windows user).
    Looking at 2 explanation of how to map a Dropbox as a drive…
    http://lkeng.org/wp/?p=147
    https://www.youtube.com/watch?v=5d8uvseVr5A
    Both of those are linking to the 'local copy' of Dropbox. It is not a true 'network' drive as far as I can see (it still requires the local copy on the PC).
    Another video suggests using another service to mount the Dropbox, but that is not using Dropbox anymore, it is going through Otixo…
    https://www.youtube.com/watch?v=FAIpm2qmglU
    Dropbox does not provide easy to use URL's to mount as a network disk so I don't think this is possible on OS X.
    Dropbox's forum has this too…
    https://www.dropboxforum.com/hc/communities/public/questions/202133795-How-to-ma p-dropbox-as-a-network-drive-on-Mac?loca…
    You may need to examine the Windows computers carefully - if they have Dropbox installed & running then all the files are stored on the local machine in addition to the 'mapped drive'.
    It looks to me like people are 'redirecting' the local copy to appear like a remote disk just so they can address that path on other machines - each PC is being setup the same. You could create aliases on OS X, but it doesn't help move files off the machine.
    Hopefully someone else will contradict me, but I don't think this is how Dropbox works.

  • If I am buying single app adobe premier pro by annual prepaid plan,after the after the end of the year subscription would it be possible to use the program further without updating or I should pay each year?

    If I am buying single app adobe premier pro by annual prepaid plan,after the after the end of the year subscription would it be possible to use the program further without updating or I should pay each year?

    Thanks
    2 бер. 2015 15:50, користувач "Peru Bob" <[email protected]> написав:
        If I am buying single app adobe premier pro by annual prepaid
    plan,after the after the end of the year subscription would it be possible
    to use the program further without updating or I should pay each year?
    created by Peru Bob <https://forums.adobe.com/people/Peru+Bob> in *Premiere
    Pro* - View the full discussion
    <https://forums.adobe.com/message/7243337#7243337>

  • Possible to use mySQL, an open source program with Labview without the use of toolkit, just like we can do with MySQL with Command line.

    Hi i am trying to see if I can use sys exe .vi to execute Mysql commands. Is it possible to use without toolkit?
    regards,
    Clement

    Hi. I know there's a free toolkit that use ADO. But the problem is that my company not wish to splurge on the purchase of MS database server or  alikes, but prefer to run MySQL. So can I do the labview with the MYSQL only?
    Clement

  • Is it possible to sync a clip without using multicam ?

    Hi there,
    I have some video clips recorded on 2 videos, we just say Video A & B.
    On the timeline, I mostly used clips from Video A.
    But for one 10 sec duration I prefer clip from Video B.
    How to I sync this 10-sec clip form video B to video A without using multicam and without using the trial & error method to match the audio wave. I am looking for a sync function, is there one ? One where you click sync and the clip auto move the clip to match. (Just like how you do in in mulitcam editor where u select the clip to sync with the clip in monitoring angle).
    Is it possible ?
    Thanks

    Russ H wrote:
    If I understand correctly, you want the 10 second B clip synced to As audio. In other words, are you using A's audio throughout your project?
    Yes that is correct ...
    Russ H wrote:
    If that's the case, I'm not sure why you wouldn't just make a short multiclip and over-write (or replace) what's currently there. That would be the easiest. The manual way would only be slightly more difficult; stack them with a connect edit; zoom in and align the wave forms.
    Yes, I want to put the short clip B over A. But I want to avoid the difficult way of stacking it up bcos the positioning is always not synce. Very cumbersome to match the audio waveform.
    But before I make a short multiclip (I assumne you mean compound clip), I still need clip B to sync to clip A. With only one B clip, I do not want to create a multicam ...
    Thanks Russ, any ideas ?

Maybe you are looking for

  • ACS 5.3 Backup fails

    ACS 5.3 on VM- backup fails all the time. I opened several tickets with Cisco, but still no luck. Here is one of the log message I got during the backup. Maybe someone can point out what the issue is. debugd[2933]: [31965]: config:kron: cs_api.c[1142

  • Having problem installing CS6 on Windows 7

    I have just purchased a new windows 7 professional machine and want to load  my stand alone Photoshop CS6 - when loading it is asking me to choose a product from a drop down menu however CS6 is not a choice, how do I load my CS6 on my new machine?

  • Imported tracks crash iPod 4th after track finishes playing.

    Imported tracks are converted music files from .mp3, I used Roxio Sound editor to 'enhance' the bass because these tracks otherwise playback faint compared to more recent tracks. Note: This crash does not happen with all similarly converted and enhan

  • Icloud is not showing up in my system prefrences

    icloud is not showing up in my system prefrences, how do I correct this problem?

  • MaxDB on OpenSolaris 2008.11 resources problem

    Hello, I have installed MaxDB 7.6.05.09 on a server with OpenSolaris 2008.11, an Intel Core Quad CPU, 8GB RAM and have other two PCs with JBoss connected to the database. After some time running (less than three hours) and the connections used when a