Stop recording - Client independent

Hi,
I understand that when we set client to stop recording through SCC4 it stops recording Client dependent stuff.
But is it possible to stop recording of client independent changes!
Please suggest.
Thanks & Regards
Mrutyunjay

Hi,
There are two types of objects in SAP, client dependent and client independent.
Objects used in several clients are called client independent while objects used in a specific client is called client dependent. To identify if a table is client dependent, one can use tcodes SE11 or SE12. In the table field attributes, if the MANDT field is present that table is client dependent.
A client-dependent table has the field MANDT of data type CLNT, which indicates Client id.
A client-independent table does not have this field.
Data which can be access by all user are client independent (no mandt field in table). Data which can be access by some specific user are client dependent (use mandt field in table)
Mohan
Award points if it adds information

Similar Messages

  • Client dependent & client independent objects

    Hi All,
    What is meant by client independent & client dependent ?
    I know that sapscripts are client dependent while smartfiorms are client independent. Also reports & FMs are client independent.
    Want to have a better idea on this concept....
    Thanks in advance..
    Sweta

    If you create a table in 010 client in DEV server with CLNT as its first fields type, then you will find that table structure in all clients in DEV server. (i.e client independent)
    example: function module, abap program, smart form.
    If you create a record in that table in 010 client, you will not find that record in other clients. (i.e client dependent)
    Example: script.
    Sap script was developed a long back.
    smartform is developed to avoid these type of some restrictions
    Also:
    Client dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients
    Like SAP SCRIPTS and STD texts data
    where as Client Independent means the data if you create in one client that is available in that as well as in other clients
    Like SMARTFORMS, All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc..
    There is no specific reason behind why scripts are client dep[endent and smartforms are client independent!!!
    As for SAP -- Scripts are called client dependent because if you create client in say,200 it would be available in that only.If you want to test the script in client 300 then it won't be there,you will have to go to transaction se71 in 300 .Then Utilities-> Copy from client.Give the source as 200 & form name(i.e. script name) & copy.
    Few more reasons why....? Please read below:
    SAPscript technology is based on a mainframe product from the 1980s.SAPscript forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports;
    if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean.
    Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.
    MANDT is the field which differenciates the table from Client Dependent and Client Independent Tables.
    All the Scripts are Client Dependent Objects
    Smart Forms, Function Modules are Client Independent Objects.

  • Client Independent

    What is the client concept in SAP? What is the meaning of client independent?

    HI
    http://www.sap-img.com/sap-introduction.htm
    http://www.sap-img.com/general/what-is-sap--landscape.htm
    Client dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients
    Like SAP SCRIPTS and STD texts data
    where as Client Independent means the data if you create in one client that is available in that as well as in other clients
    Like SMARTFORMS, All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc..
    There is no specific reason behind why scripts are client dep[endent and smartforms are client independent!!!
    As for SAP -- Scripts are called client dependent because if you create client in say,200 it would be available in that only.If you want to test the script in client 300 then it won't be there,you will have to go to transaction se71 in 300 .Then Utilities-> Copy from client.Give the source as 200 & form name(i.e. script name) & copy.
    Few more reasons why....? Please read below:
    SAPscript technology is based on a mainframe product from the 1980s.SAPscript forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports;
    if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean.
    Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.
    In commercial, organizational, and technical terms, a self-contained unit in an SAP system with separate master records and its own set of tables.
    There are different meanings.
    Functionality point of View CLIENT is the highest hierarchial Orgn entity in any module
    Clients again are different from each box/system like DEV,Quality and PRD.
    Generally we create more clients in DEV system one for technical and other for sandbox and other for Customization etc.
    This is a Mandatory field in all tables.
    Each client has its own set of Application,master,data. Hence we need to populate data for each clinet separatly.(I think you cant say "implementing the SAP for the client")
    Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.
    Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
    In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
    Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"
    look here:
    http://help.sap.com/saphelp_nw04/helpdata/en/b7/8a9a3aaf894871e10000000a114084/frameset.htm
    Client Independent(cross client) objects can be accessed from any client without transporting. For example, Reports and smartforms are client independent that means if you create a report or smartform in one client, this report and smartform can be viewed in another client without transporting.
    Where as client dependent objects can be viewed or accessed only in the client in which you create them.
    All scripts are client dependent and some tables are client dependent.
    There are two types of objects in SAP, client dependent and client independent. Objects used in several clients are called client independent while objects used in a specific client is called client dependent. To identify if a table is client dependent, one can use tcodes SE11 or SE12. In the table field attributes, if the MANDT field is present that table is client dependent.
    Almost all the programs and database objects are client independent.
    Only the data in Database tables are client dependent.
    Go through the below PDF file, it is having 4 pages which explains why SAP has Client independent and Client dependant..
    http://www.sappoint.com/basis/clntadm.pdf#search=%22ABAP%20%2B%20client%20independent%20and%20client%20dependant%20%22
    Create client????
    Goto Tcode su01,
    Client 810
    Give user name sap*
    password:06071992.
    presss continue.
    In the next screen :
    User: Sapuser
    Press creat buttom in the application tool bar ,
    In address tabstrip : give ur name last name and first name ,
    click on logon data: here u give the initial password, suppose password is = nihar
    click on profile give : SAP_ALL
    SAP_NEW
    Press save buttom .
    Now ur client 810 created
    Goto the SAP EASY Access Screen
    Give client : 810
    User: sapuser
    password: nihar
    press enter
    Again system will ask for final password.
    Give here exiting password: nihar
    new password: india.
    check this
    needed very urgently: ABAP real time questions and answers
    check the below link u will find lot of info..
    https://forums.sdn.sap.com/click.jspa?searchID=1815764&messageID=1967306

  • Client Independent tables

    Hello,
    I have a following situation.
    We have two clients in development server. Table TAB1 has client as primary key so we have say 100 records in client 1 & 200 records in client 2.
    I would like to remove client field & make table TAB1 as client independent.
    What will happen with data when I will adjust the database table, if i select KEEP data option?
    How many records TAB1 will have ?
    300 records (100 + 200)
       OR
    100 + delta between 100 & 200
    Any help would be appriciated
    Regards,
    Sunil Joyous

    hi Sunil,
    you have to run Database Uitlity (SE14) and it will clean up your data acc. to the new table key. This means, if there is any duplication between the two clients, the duplicate entries will be deleted automtically (i. e. reduced to one entry).
    Just give it a try!
    hope this helps
    ec

  • Why my iPhone Voice Memos sometimes randomly stop recording

    Hello everyone,
    I'm using my iPhone 6 Plus Voice Memos app to record my lecture in the university, the problem is sometimes the app stop recording and this is causing me major problem.
    Note that I'm putting my iPhone on Airplain mode to avoid stopping the recording if someone called me.
    The WiFi is sometimes ON while recording, but in all cases the Airplain mode is on
    at the end I need to record my classes lectures for more then 60 minutes normally sometimes 160 minutes.
    Thank you.

    Hey there Al-Shatti Jr.,
    If your Voice Memos are still unexpectedly not recording after some time, I would recommend quiitting the app itself first:
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • When I record an audio track, there is a waveform. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is there. How can I stop the waveform from disappearing?

    When I record an audio track using Logic Pro X, there is a visible waveform which appears as I record. When I stop recording, the waveform disappears and becomes a straight line. It also disappears from the track edit window. But the sound is still there. How can I stop the waveform from disappearing? And can I do something to view it after it has disappeared? Anyone know the anser?

    In Logic:
    Preferences/Audio Set Recording Delay to 0 <zero>
    This should always be set to zero unless a specific set of circumstances exist and you're audio drivers do not report position correctly.
    On occasion, usually when importing a Logic 9 project, Logic-X randomly changes this to a negative/positive number.  It's actually a bug in Logic, as it should always display the waveform.

  • Logic 10.0.07 keeps stopping recording at the same time every time

    Logic 10.0.07 keeps stopping recording at the same time every time 3.14!
    How can i get it to extend on recording time?
    Model Name: Mac Pro
      Model Identifier: MacPro6,1
      Processor Name: 6-Core Intel Xeon E5
      Processor Speed: 3.5 GHz
      Number of Processors: 1
      Total Number of Cores: 6
      L2 Cache (per Core): 256 KB
      L3 Cache: 12 MB
      Memory: 32 GB
      L3 Cache: 12 MB
      Memory: 32 GB
    Model Name:
      L3 Cache: 12 MB
      Memory: 32 GB
    Model Name: Mac Pro
      Model Identifier: Mac
      L2 Cache (per Core): 25
    Model Name: Mac Pro
      Model Identifier: MacPro
      L3 Cache: 12 MB
      Memory: 32
      L3 Cache: 12 MB
      Memory: 32 GB

    Do you have auto drop enabled? Look for a red bar at the top where the green cycle bar is. It will punch you out at the end of the red bar.

  • Client dependent and client independent in ALE

    I am going through pdf learning of an ALE scenario,i couldnot get wat is meant by client Independent and client dependent.
    How can i conclude
    Create message type (WE81){color:green} Client independent {color}
    To create a new message type, follow these next few steps:
    u2022 Enter transaction WE81 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> Create logical message type)
    u2022 Choose Create logical message type by double clicking on it
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to add a new type
    u2022 Enter the required message type, in our case it is ZINVRV and an appropriate description
    u2022 Save and exit.
    Your message type has now been created. The next step will be to link it to the IDoc.
    2.2.1. Link message to IDoc type (WE82 & BD69) {color:green} Client independent {color}
    To link the message type to the IDoc type follow these next few steps:
    u2022 Enter transaction WE82 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> EDI: Message Types and Assignment to IDoc Types)
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to create the link
    u2022 Enter the message type ZINVRV and the BasicIDoc type as ZINVRV01
    u2022 Save and exit
    u2022 Enter transaction BD69 (ALE -> Extensions -> IDoc types -> Maintain message type for intermed. Structure -> Assign message type to IDoc for ALE)
    u2022 Click on change icon to enter change mode
    u2022 Click on New entries to create the link
    u2022 Enter the message type ZINVRV and the BasicIDoc type as ZINVRV01
    u2022 Save and exit
    Your IDoc is now linked to your message type. We still need to link object types and add the message to the model before we can use the message.
    2.2.2. Maintain object type for message type (BD59) Client independent
    The ALE objects are used to create links between IDocs and applications objects, to control the serialisation, to filter messages in the customer model and to use listings.
    For our own message type and IDoc you must maintain object types for the links.
    If you want to check the serialisation for the message type, then you must maintain object types for the serialisation. If no serialisation object has been maintained for a given message type, then the serialisation will not be checked for this message type.
    To add an object type to our message type, follow these next few steps:
    u2022 Enter transaction BD59 (ALE -> Extensions -> ALE object maintenance -> Maintain object types)
    DOC NAME: ALE_SCENARIO_DEVELOPMENT_PROCEDURE
    Version 1 Page 6 of 16
    ALE Scenario Development Guide
    u2022 Type in your message type ZINVRV and press enter
    u2022 Click on New entries
    u2022 Enter your object type, LIFNR (We need to use the vendor as a filter object), the segment name where LIFNR resides, Z1INVRV, a number 1 for the sequence followed by the actual field name LIFNR
    u2022 Save and exit.
    You have now created an object that weu2019ll use as a filter object in the customer model to direct the flow of messages to the various logical systems based on the vendors in the filter of the message type ZINVRV.
    We now need to add our new message type to the distribution model.
    2.3. Configuring the Distribution Model
    This task is performed on your ALE reference client.
    2.3.1. Manual Configuration (BD64) {color:green}  Client dependent {color}
    To manually configure the customer distribution model, read the ALE configuration procedure, and follow these steps:
    u2022 Perform the Maintain customer distribution model directly function. (ALE -> Distribution customer model -> Maintain customer distribution model directly)
    u2022 Specify the customer model you want to maintain and the logical system that is to be the sender of the messages OR create a new model. (Create model ALE with logical system ALELS1C400)
    u2022 Choose the receiving systems to which the sending system must forward message type ZINVRV to.
    u2022 For each receiving logical system allocate the message type necessary for communication to the receiving systems as per ALE configuration procedure.
    u2022 Create filter objects (in our case LIFNR as the object type with the associated vendor number, 0000018001 with leading zeros, in the object area) for the message types.
    u2022 Save the entries.
    Refer my query within color:green
    Edited by: aditya  sharma on Jul 14, 2010 12:57 PM
    Edited by: aditya  sharma on Jul 14, 2010 1:01 PM

    A client is an independent business unit within an R/3 System, Data in the R/3 are classified as cleint-Dependent and client-independent.
    Client-independent data such as ABAP Programs, R/3 repository objects throught the entire system. Other data is client-dependent. meaning, it can be viewed from one client. Cleint-dependent data includes customizing application and user data.
    Eg.
    Scripts are client dependent, means the changes done to SAP scripts in particular client will not be reflected in other client.
    Smartforms are client independent, means changes done in one client will be reflected in all the clients.
    Server : ECC6
    Client : 100 , 200 , 300 , 400
    Now suppose you have developed report in DV server client 100.
    Then you will be able to see that in all clients.
    Hence this is called as client independent. You can change anywhere and changes will be reflected to all ...
    Now suppose you have developed a script in DV client 100.
    You will not be able to see that in client 200 or 300 or 400 unless ytou copy that from client since it is client dependent.

  • Why does my iPod Touch stop recording videos when it says low battery

    OK I would record a long video, about 20 minutes to be approximate. In the middle of my recording, my iPod tells me my battery is low - I have 20% of battery left. But when the message shows up, it stops recording my video and shows a closed lens on the camera!!!
    Then I have to force close the app then restart it. Then I have to make a second video. Is there anyway to tell the iPod Touch low battery warning to shut the f**k up and stop interrupting and stopping my recordings? It is VERY annoying. Please reply soon.

    Not that I know of. The 20% warning is like the low fuel light on your car's gas tank, it doesn't know when you'll run out of gas only that it's soon. The reason it stops what your doing is to protect the battery. Completely discharging the battery is very bad for the battery and shortens the life of the battery. Hope this helps, Good luck.

  • Photo Booth has stopped recording Videos all of a sudden??

    Hi all,
    on my iMac only 6 months old, all of a sudden after working fine Photo Booth today has decided to stop recording videos.
    The app launches, green light comes on and the picture/video shows, i press record and it counts down but the counter doesnt move although the picture is still there.
    Press stop and it loads a black screen and plonks it in the library thing at the bottom of the picture..  Very odd.
    I have trashed the Preferences and this does nothing,
    Have deleted the other videos so its not a space issue?
    Wondering if anyone else has the same thing???
    Any help greatly accepted,,
    Many thanks

    Does anyone know where you can get a version of Photobooth? I didnt have any disks of the OSX lion that shipped with my iMac?

  • My canon 600D stops recording videos automatically after 8 seconds.

    my canon 600D stops recording videos automatically after 8 seconds. i can't find anything of that sort in the settings menu.
    what settings should be used??

    my canon 600D stops recording videos automatically after 8 seconds. i can't find anything of that sort in the settings menu.
    what settings should be used??

  • My super-drive macbookpro stopped recording DVD

    My super-drive macbookpro stopped recording DVD and continues to correctly read and burn cd. Has anyone had this problem? Is the drive or software? thanks
    MATSHITA DVD-R   UJ-868:
      Revisão de firmware:          KB19
      Interligação:          ATAPI
      Suporte de gravação:          Sim (unidade de origem Apple)
      Cache:          2048 KB
      Lê DVDs:          Sim
      CD-Write:          -R, -RW
      DVD-Write:          -R, -R DL, -RW, +R, +R DL, +RW
      Estatégias de escrita:          CD-TAO, CD-SAO, DVD-DAO
      Suporte:          Para mostrar as velocidades de gravação disponíveis, insira um disco e escolha Visualização > Actualizar

    This is a very common problem.  Some are beacuse of the quality of media, some are because of the speed the media is burnt, some are because the drive gets dirty just where DVDs are concerned, and some are because of computer age.  The last problem is common if the machine gets more than 4 years old, the PRAM battery needs replacing, and all sorts of settings start malfunctioning, until lastly the system clock no longer works and it might not boot.  The others, see my FAQ*:
    http://www.macmaps.com/cdrfailure.html

  • Why Does My Camera Stop Recording in the Middle of a Video??

    Why does my Rebel T3i stop recording in the middle of me video taping?? Is it because I do not have enough space on my camera for a video? It lets me take plenty more pictures. And when it stops in the middle of a recording, I start recording again, and it works for a little while then stops again! I really don't get it. It is extremely frustrating because I am left with all these chopped up video segments and I completely miss something that my baby is doing (the reason I started taping in the first place!) I am begining to wonder if I should just invest in a video camera instead of taping with my camera. I would REALLY prefer not to, seeing as how I spent a fortune on it, and would like it to do what it is intended to do! Can someone please help?? 

    The camera formats the memory card using the "FAT32" filesystem rather than a proprietary filesystem.  This allows the card to be read by nearly any computer (Windows, Mac, etc.)  
    HOWEVER... there's a limitation in that filesystem that no single file can grow above a specific size.  That size is 4GB.
    Also, the camera documentation describes that the camera will stop just 1 second short of the 30 minute mark regardless of the file size.  
    In pro video, movies are normally constructed by bringing together many very short clips.  The one-long-continuous-take video style isn't used.  If you are attempting to record a long event in one-long-continuous-take then it would be better to use a video camera for the task.
    Tim Campbell
    5D II, 5D III, 60Da

  • Crash on stop recording

    I have just encountered a problem with GB08 - when ever I stop recording, I get the coloured wheel of death and have to force quit every time, losing my recording. It happens whether I use space bar, mouse click on record button, mouse click on play button, etc. I never had this problem with GB3. Very frustrating - anyone else come across this/have any ideas as to the solution. Cheers!

    Hi Wai Keung - had any luck with our problem yet? I was wondering if it might have something to do with my midi setup. I am using a Korg PA-50 keyboard which is connected to the Mac via a midisport 2x2 USB midi interface. So far I have only notice the problem while recording software instruments. Do you have a similar setup? Just seems strange that we are the only two on here that are experiencing this problem. Also, I notice you are from Hong Kong. I'm based in Malaysia - it's just possible we might have got hold of some dodgy software that is so common over here.

  • HELP!!! LOGIC RANDOMLY STOPS RECORDING FOR NO REASON!

    WHILE IM WORKING IN LOGIC EVERYTHING WE'LL BE FINE AND THEN ALL OF A SUDDEN WHEN I HIT THE RECORD BUTTON (ON AN INSTRUMENT TRACK) IT WONT RECORD ANYMORE. I CAN STILL HEAR THE CLICK BUT NO MIDI DATA OR REGION IS BEING RECORDED. NO REGION SHOWS UP EITHER.
    ABOUT 25 SECONDS AFTER I STOP RECORDING I CAN HEAR THE SOUND THAT I WAS TRYING TO RECORD
    IM RUNNIG version 8.0.2. ITS VERY FRUSTRATING CAN ANYONE HELP? I HAVE A MAC PRO WITH 5 GIGS OF RAM.
    IF I CLOSE LOGIC AND RESTART MY COMPUTER EVERYTHING WE'LL BE FINE FOR A WHILE UNTIL IT DOES IT AGAIN. I'VE ALREADY TRASHED PREFS AND REPAIRED DISK PERMISSIONS BUT IT DIDNT WORK. ANY HELP TRULY DESERVES A CASH REWARD... IDEAS ANYONE ?

    Try these ideas.
    run disk permsissions repair, and disk repair. Consider getting Disk Warrior, it often repairs disks that other programs, don't find a problem with.
    trash Logic prefs,
    log on as another user, see if problem still occurs...
    Does this do this all the time?.... I on occassion (only about 3 times in the last year) have created encountered a problem, where an 'invisible mute' or 'solo' has been generated. That is Logic acts as if a mute of solo button is on, even though none are visible.. I rectified the problem, by hitting "undo" a few times.. One time, I had to go back to a previous version of the song, and recreate from there. I never found out exactly why it was happening..
    If none of these solutions work, I would trash Logic itself, and re-install.. And finally if none of that worked. I would trash the whole disk, reformat, install OSX and Logic again.. I have had to do that once or twice also.
    Another less drastic measure might be to install another OSX and Logic on a different disk, or partition. Consider also, once you get things working OK is to Clone the OS drive to another, and keep that as a backup, in case things sour.
    I have had to go the whole erase, re-install, routine twice in the last 2 years, and it seems to take the better part of a week to get EVERYTHING back to normal... Good Luck

Maybe you are looking for