Trying to sue c_T_data in user EXIT_SAPLRSAP_001

I have some code that keeps failing when I set my interal table to the global table c_t_data.  here is the code.  It says they are not compatible but i have used this before.  any ideas
DATA : T_MCVBAK TYPE TABLE OF MCVBAK,
        T_VBPA   TYPE STANDARD TABLE OF TY_VBPA,
*-- Work Area
        W_MCVBAK TYPE MCVBAK,
        W_VBPA   TYPE TY_VBPA.
   WHEN '2LIS_11_VAHDR'.                             "RETRIEVING THE EXTRACTOR
     REFRESH: T_MCVBAK,
              T_VBPA.
     CLEAR: W_VBPA,
            L_TABIX.
     T_MCVBAK[] = C_T_DATA[].  fails here!!!!!
     SELECT VBELN
            KUNNR
            PARVW
       INTO TABLE T_VBPA
       FROM VBPA
       FOR ALL ENTRIES IN T_MCVBAK
       WHERE VBELN = T_MCVBAK-VBELN.
     IF NOT T_VBPA IS INITIAL.
       SORT T_VBPA BY VBELN KUNNR PARVW.
       CLEAR: W_MCVBAK,
              W_VBPA.
       LOOP AT T_MCVBAK INTO W_MCVBAK.
         L_TABIX = SY-TABIX.
         READ TABLE T_VBPA INTO W_VBPA WITH KEY VBELN = W_MCVBAK-VBELN BINARY SEARCH.
         IF SY-SUBRC = 0.                                  "IF READ TABLE IS SUCESSFULL
START OF FILLING THE ZFIELDS CREATED
           CASE W_VBPA-PARVW.
             WHEN 'CR'.                                     "Forwarding Agent
               W_MCVBAK-ZZCR_FRAGNT = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'EU'.                                     "End User
               W_MCVBAK-ZZEU_ENDUSR = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'Z1'.                                     "Sales Rep
               W_MCVBAK-ZZ1_SLSREP = W_VBPA-KUNNR .
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'Z2'.                                     "Sales Rep-2
               W_MCVBAK-ZZ2_SLSREP = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'ZA'.                                     "Agent
               W_MCVBAK-ZZA_AGENT = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'ZC'.                                     "Bemis Frt Forwarder
               W_MCVBAK-ZZC_FRTFOR = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'ZF'.                                     "Cust Frt Forwarder
               W_MCVBAK-ZZF_CFRTFO = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'ZI'.                                     "Intermediate Consign
               W_MCVBAK-ZZI_INTCON = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'ZS'.                                     "Customer Service Rep
               W_MCVBAK-ZZS_CSEREP = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'ZX'.                                     "Canadian Importer
               W_MCVBAK-ZZX_CANIMP = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN 'SB'.                                     "Special Stock Customer
               W_MCVBAK-ZZSB_SPSTKC = W_VBPA-KUNNR.
               MODIFY T_MCVBAK FROM W_MCVBAK INDEX L_TABIX.
             WHEN OTHERS.
               EXIT.
           ENDCASE.
END OF FILLING THE ZFIELDS CREATED
         ENDIF.                                             "ENDIF   FOR READ TABLE IS SUCESSFULL
         CLEAR: W_MCVBAK,
                L_TABIX,
                W_VBPA.
       ENDLOOP.                                             "ENDLOOP FOR T_MCVBAK
     ENDIF.                                             "ENDIF   FOR T_VBPA NOT INITIAL
     REFRESH C_T_DATA.
     C_T_DATA[] = T_MCVBAK[].
     REFRESH: T_MCVBAK,
              T_VBPA.
End of code by EXT_SAP_149 for RBW-133  with Transport request number ED1k902514*****
   WHEN OTHERS.
     EXIT.

Hi Mick,
Try using babelfish for the translation - it isn't 100% accurate but it helps give some hints to the meaning
"When using FOR ALL ENTRIES is ignored the length specification for "FISCPER" in this condition"
ps. please assign points if it answered your initial question

Similar Messages

  • Hi I do not want iTunes to open up automatically when I turn on my macbook pro.  I tried going to System Preferences Users and Groups Login Items and then I took iTunes off the list but it still opens up automatically when I turn on my laptop.

    Hi I do not want iTunes to open up automatically when I turn on my macbook pro.  I tried going to System Preferences>Users and Groups>Login Items and then I took iTunes off the list but it still opens up automatically when I turn on my laptop. What should I do?

    Hi r,
    Make sure you close iTunes before shutdown.  And you're quite welcome.

  • Error when trying to access the RBAC User editor and Message tracking

    Hi,
    I am getting an error when trying to access the RBAC User editor and Message tracking on the Web Mgmt interface. I verified that the admin account trying to access is in the Organization Management group and has the correct Role Assignment Policy applied.
    I searched through this thread below and saw that matching the msExchRoleLink and msExchUserLink attributes fixed the issue. 
    https://social.technet.microsoft.com/Forums/exchange/en-US/fc568cc6-8691-4127-b70b-bcc82f9b1f7f/first-2010-cas-server-no-administrator-rights-emc-permissions-gone?forum=exchange2010
    However I have another environment where this is not the case and works just fine; the msExchUserLink attribute has a value of CN=Organization Management,OU=Microsoft Exchange Security Groups,DC=Domain,DC=Local which is different as per the issue outlined in
    the above thread so I am not convinced that this will work and also don’t want to blindly edit something in adsiedit without being sure.
    I then checked the event logs on the server and saw the below error logged;
    Current user: 'Domain/Server Services Accounts/administrator'
    Request for URL 'https://server.domain.com/ecp/default.aspx?p=AdminDeliveryReports&exsvurl=1' failed with the following error:
    System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Exchange.Management.ControlPanel.UrlNotFoundOrNoAccessException: The page may not be available or you might not have permission to open the
    page. Please contact your administrator for the required credentials. For new credentials to take effect, you have to close this window and log on again.
       at Microsoft.Exchange.Management.ControlPanel._Default.CreateNavTree()
       at Microsoft.Exchange.Management.ControlPanel._Default.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       --- End of inner exception stack trace ---
       at System.Web.UI.Page.HandleError(Exception e)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest()
       at System.Web.UI.Page.ProcessRequest(HttpContext context)
       at ASP.default_aspx.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Microsoft.Exchange.Management.ControlPanel.UrlNotFoundOrNoAccessException: The page may not be available or you might not have permission to open the page. Please contact your administrator for the required credentials. For new credentials to take effect, you
    have to close this window and log on again.
       at Microsoft.Exchange.Management.ControlPanel._Default.CreateNavTree()
       at Microsoft.Exchange.Management.ControlPanel._Default.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    I then had a look at the IIS permissions for ecp and owa. The account did not have permissions so I added them there but still got the same error. I’ve also tried all of the above with a newly-created account but still got the same issue.
    Any ideas as to what the above event log is specifically referring to?

    Hi,
    From your description, I would like to clarify the following thing:
    If you want to search message tracking logs, the account you use should be a member of the role groups below:
    Organization Management role group, Records Management role group, Recipient Management role group.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Need to figure out how to remove an unknown admin password on a mac.  used the install disc with not luck. tried some commands in single user mode, no luck.

    need to figure out how to remove an unknown admin password on a mac.
    used the install disc with not luck. tried some commands in single user mode, no luck.

    need to figure out how to remove an unknown admin password on a mac.
    used the install disc with not luck. tried some commands in single user mode, no luck.

  • Get the following error when trying to add a new user - Error of type eDSSchemaError (-14142) on line 1235 of /SourceCache/WorkgroupManager/WorkgroupManager-421/PMMUGMainView.mm

    Get the following error when trying to add a new user on Mac OS Server 10.5 - Error of type eDSSchemaError (-14142) on line 1235 of /SourceCache/WorkgroupManager/WorkgroupManager-421/PMMUGMainView.mm

    How come Leopard let me use the WGM in standard mode?
    While SA complains that it won't work in Standard Configuration, WGM does not. There is some fault in the logic of this for which I don't have an explanation.
    If I want to get control on Dock, selection of Home folder, config of Proxy... which I think are basic things, do I really need the advanced mode?
    If you wish to have complete control of all client settings, yes. There really is no disadvantage of using an Advanced configuration other than the learning curve.
    So if I switch to advanced mode, there is good chance I won't get this error message anymore, right?
    Yes.

  • When trying to use viber a) viber icons in the contacts do not appear b) when trying to call other viber users receive notification that users have to download viber first c) when other viber users try to contact they are notified the my vers. needs updat

    When trying to use viber a) viber icons in the contacts do not appear b) when trying to call other viber users receive notification that users have to download viber first c) when other viber users try to contact they are notified the my vers. needs updat

    A brief and probably non-helpful answer: I know of no way to eliminate your large amount of duplicates other than by repetitive, tedious manual effort.
    *There has got to be a simpler way.*
    I hope you're right, but I don't think there is a simpler way.
    BACKUP:  It also appears that the only way I can back up the catalog is to shut down LR.  Really?!
    Yes, really

  • I am trying to download a outside user manual on the ipad2

    i am trying to download a outside user manual for my dads work. is there a way to do that!

    If there is a website that has the manual as a pdf file - tap on the link for the pdf - it will open in Safari and then you can tap - Open In - Open In iBooks and save it there. If you do not have iBooks - download it in the App Store - it is free.

  • I tried to set up two users on one computer, now I can't make iTunes match work for either.

    Lots of people seem to be having multiples user problems on iTunes, but I can't find a solution to mine so please help.
    I got a new iMac.  Switched it on.  Connected to iTunes Match - all fine and dandy.
    After a couple of weeks I decided I should follow Apple's advice and set up a separate user account on the imac for my wife.  I connected to iTunes match using her user name and down loaded a bunch of her favourite music. 
    Naive fool that I was, I didn't realise I had fallen into Apple's moronic multi-user trap. Only one user on one computer can use it????  Why???
    I thought that it was me being stupid so I switched everything off - including iTunes Match.  Now nothing works.
    If I log on with my iTunes ID and try to switch on iTunes Match it asks me if I want to add this computer, and then gives me the "This computer is already associated with an Apple ID - you can't use it for 90 days" message.
    If I use my wife's iTunes ID, it asks her if she would like to subscribe for £21.99 a year.
    The exact same thing happens whether I sign into the computer itself with my account or hers. 
    This is awe inspringly annoying.  Please tell me how to fix this.
    thanks.

    At this time there is no "solution." You'll simply have to wait the 90 days to re-enable iTunes Match.
    For now here is my suggestion. In your User Account, in OS X, sign out of whatever iTunes Store account you are signed in with. Then sign in with your store account and leave it at that. Now sign out of your OS X User Account, sign into your wife's OS X User Account and sign into the iTunes Store with her Apple ID (if necessary sign out of the account first).
    Now, you can go back to your OS X User Account and attempt to enable iTunes Match. You will probably get the "wait 90 days" message. If so leave it, mark your calendar, and wait for the 90 days to expire. You can try contacting iTunes Store support at <https://expresslane.apple.com> if you wish, but I really do not know how useful that will be.
    Incidentally, you get the message to pay for the service when trying to enable it on your wife's Apple ID because the service has not been purchased using that Apple ID. iTunes Match is designed to be a single-user service that is never signed out of and is associated with one, and only one, Apple ID and a regional store.

  • Error while trying to send mail to user  - intermediate channel settings

    Hi,
    I am trying to implement the intermediate_channel code program, and for that I have made changes to my configuration file as follows.:-
    if you search for the phrase '" ADDED", it will take you to all those places where I have made entries.
    ! IMTA configuration file
    ! part I : rewrite rules
    ! Domain Rewrite Rules.
    ! Uncomment this line to use domain rewrite rules
    ! from the configuration file instead of the domain database.
    ! Please refer to the iMS documentation for details.
    !<IMTA_TABLE:domains.rules
    !ADD start
    startcom.com $U%startcom.com@x-looptest-daemon$Nxloop_test
    startcom.com [email protected]
    !ADD end
    ! ims-ms
    .ims-ms-daemon $U%$H.ims-ms-daemon@ims-ms-daemon
    ! lmtp
    !.lmtp $U%$H@lmtpcs-daemon
    ! lmtpn
    !.lmtpn $U%$H@lmtpcn-daemon
    ! native
    .native-daemon $U%$H.native-daemon@native-daemon
    ! pipe
    .pipe-daemon $U%$H.pipe-daemon@pipe-daemon
    ! tcp_local
    ! Rules for top level internet domains
    <IMTA_TABLE:internet.rules
    ! tcp_intranet
    ! Do mapping lookup for internal IP addresses
    [] $E$R${INTERNAL_IP,$L}$U%[$L]@tcp_intranet-daemon
    .startcom.com $U%$H.startcom.com@tcp_intranet-daemon
    * $U%$&0.startcom.com
    ! reprocess
    reprocess $U%reprocess.mahanadi.startcom.com@reprocess-daemon
    reprocess.mahanadi.startcom.com $U%reprocess.mahanadi.startcom.com@reprocess-daemon
    ! process
    process $U%process.mahanadi.startcom.com@process-daemon
    process.mahanadi.startcom.com $U%process.mahanadi.startcom.com@process-daemon
    ! defragment
    defragment $U%defragment.mahanadi.startcom.com@defragment-daemon
    defragment.mahanadi.startcom.com $U%defragment.mahanadi.startcom.com@defragment-daemon
    ! conversion
    conversion $U%conversion.mahanadi.startcom.com@conversion-daemon
    conversion.mahanadi.startcom.com $U%conversion.mahanadi.startcom.com@conversion-daemon
    ! bitbucket
    bitbucket $U%bitbucket.mahanadi.startcom.com@bitbucket-daemon
    bitbucket.mahanadi.startcom.com $U%bitbucket.mahanadi.startcom.com@bitbucket-daemon
    ! deleted
    deleted-daemon $U%$H@deleted-daemon
    .deleted-daemon $U%$H@deleted-daemon
    ! inactive
    inactive-daemon $U%$H@inactive-daemon
    .inactive-daemon $U%$H@inactive-daemon
    ! hold
    hold-daemon $U%$H@hold-daemon
    .hold-daemon $U%$H@hold-daemon
    ! part II : channel blocks
    defaults logging notices 1 2 4 7 copywarnpost copysendpost postheadonly noswitchchannel immnonurgent maxjobs 7 defaulthost startcom.com startcom.com
    ! delivery channel to local /var/mail store
    l subdirs 20 viaaliasrequired maxjobs 7 pool LOCAL_POOL
    mahanadi.startcom.com
    ! ims-ms
    ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL fileinto $U+$S@$D
    ims-ms-daemon
    ! native
    native defragment subdirs 20 maxjobs 1
    native-daemon
    ! pipe
    pipe single defragment subdirs 20
    pipe-daemon
    ! tcp_local
    tcp_local smtp mx single_sys remotehost inner switchchannel identnonenumeric subdirs 20 maxjobs 7 pool SMTP_POOL maytlsserver maysaslserver saslswitchchannel tcp_auth missingrecipientpolicy 0
    tcp-daemon
    ! tcp_intranet
    tcp_intranet smtp mx single_sys subdirs 20 dequeue_removeroute maxjobs 7 pool SMTP_POOL maytlsserver allowswitchchannel saslswitchchannel tcp_auth missingrecipientpolicy 4
    tcp_intranet-daemon
    ! tcp_submit
    tcp_submit submit smtp mx single_sys mustsaslserver maytlsserver missingrecipientpolicy 4
    tcp_submit-daemon
    ! tcp_auth
    tcp_auth smtp mx single_sys mustsaslserver missingrecipientpolicy 4
    tcp_auth-daemon
    ! tcp_tas
    tcp_tas smtp mx single_sys allowswitchchannel mustsaslserver maytlsserver deliveryflags 2
    tcp_tas-daemon
    ! tcp_lmtpss (LMTP server - store)
    !tcp_lmtpss lmtp subdirs 20
    !tcp_lmtpss-daemon
    ! tcp_lmtpsn (LMTP server - native)
    !tcp_lmtpsn lmtp subdirs 20
    !tcp_lmtpsn-daemon
    ! tcp_lmtpcs (LMTP client - store)
    !tcp_lmtpcs defragment lmtp port 225 nomx single_sys subdirs 20 maxjobs 7 pool SMTP_POOL dequeue_removeroute
    !lmtpcs-daemon
    ! tcp_lmtpcn (LMTP client - native)
    !tcp_lmtpcn defragment lmtp port 226 nomx single_sys subdirs 20 maxjobs 7 pool SMTP_POOL dequeue_removeroute
    !lmtpcn-daemon
    ! reprocess
    reprocess
    reprocess-daemon
    ! process
    process
    process-daemon
    ! defragment
    defragment
    defragment-daemon
    ! conversion
    conversion
    conversion-daemon
    ! bitbucket
    bitbucket
    bitbucket-daemon
    ! deleted
    deleted
    deleted-daemon
    ! inactive
    inactive
    inactive-daemon
    ! hold
    hold slave
    hold-daemon
    !ADD start
    ! intermediate channel test
    xloop_test smtp immnonurgent backoff "pt1m" "pt1m" "pt1m" "pt1m" master_debug slave_debug
    x-looptest-daemon
    ! ADD end
    imsimta version shows:-
    Sun Java(tm) System Messaging Server 6.1 (built Apr 28 2004)
    libimta.so 6.1 (built 13:10:36, Apr 28 2004)
    Question is: when I try to send a mail to the user as
    [email protected], it gives an error.
    I am trying to send a mail from another of my linux machines as
    telnet mahandi.startcom.com 25
    at
    rcpt to: [email protected], it throws the error:
    550 5.1.2 unknown host or domain: [email protected]
    What could be the possible reason for this.
    thanks ,
    Sandeep.

    I think I should first tell you what we want to do:-
    For each message that comes in:-
    1) we want it to be sent to our program
    2) from our program we want to call our application that will go through the message, and on the basis of certain rules built into the application, will decide whether the message needs to be re-enqueued or discarded.
    For the above I need to certain configurations.
    I think I can use the intermediate_channel.c program that comes with the SDK in the /example/mtasdk directory, and from that program can call the application.
    Please suggest on the above.
    Coming to my present configurations.
    No, I had not added the xloop_test channel to the job_controller.cnf file.
    However, I had added the channel to the job_controller.site file as:-
    [CHANNEL=xloop_test]
    master_command=/opt/SUNWmsgsr/examples/mtasdk/intermediate_channel
    (where intermediate_channel is the compiled version of the intermediate_channel.c pogram that comes with the SDK examples.)
    Now, I have done something else:-
    First, in the imta.cnf file, I have removed the
    above 2 lines from the part I : rewrite rules, keeping the part 2 same and I added the following line:
    $* $U%$D@x-looptest-daemon$Nxloop_test
    I have added the following 2 lines to the job_controller.cnf file.
    [CHANNEL=xloop_test]
    slave_command=/opt/SUNWmsgsr/examples/mtasdk/intermediate_channel
    With this configuration, my message is going to my yahoo account, and the mail.log_current file is showing the enqueue and deque, however, my intermediate_channel program is not being invoked.
    This is where I am getting confused now.
    thanks.

  • Error when trying to create new single user

    When I fill out the "basic", "groups", and "home" sections of single user in Workgroup Manager and then go to click "save" and error pops up ... actually 4 errors. They say:
    Got Unexpected Error
    error of type -14134 on line 487 of
    UserBasicPluginView.mm
    Got Unexpected Error
    error of type -14134 on line 1656 of
    UserAdvancedPluginView.mm
    Got Unexpected Error
    error of type -14134 on line 225 of
    UserGroupPluginView.mm
    Got Unexpected Error
    error of type -14134 on line 1183 of
    UserVolumesPluginView.mm
    It then saves the user as "Untitled1". And I have to quit WM and restart it before I can delete "Untitled 1". I have created many successful log-ins. This only happens to two (2) of the log-ins I have tried to create. I know I made some mistake (can't remember exactly what ... think I typed the user name wrong or something) on one of them, but the other was long ago and I don't remember if I did something and then it didn't work, or if it didn't work the first time I tried.
    Any other info that would help I would be glad to offer, just let me know what info to gather. Thanks for your help in advance.
    Eric

    Has nobody else had this issue? I thought I had read a while ago on these boards about others having similar issues, but I searched again and couldn't find anything. Any ideas?
    Message was edited by: erigm

  • New Portal User options are disabled when trying to create a new User

    Hi All,
    I am trying to create a new portal user profile using the administrator login. While doing that, I am getting all the options ( used to create the new user ) as disabled. Can anybody let me know the reason & solution of such a problem.
    or
    Anyone can provide me the document on how to create the new profile on portal. Thanks.
    Best Regards,
    Chander Kararia
    Edited by: Chander Kararia on Jan 15, 2009 7:26 AM

    Hi Chander,
    I just want to know if you are able to modify the attributes of an existing user. If not then you have been assigned the User Admin role (read only). Please check that. If yes then revert.
    Regards.
    Rajat

  • Can't access one user on mac....one user is OK although it runs very slow..lots of beach ball action...tried using shift to access user and no use...I ran a disk check from good user and it checks out OK...what do I need to do

    I cannot access one of two users on my mac..i have tried using the shift key but no luck...the one user that I can access runs very slowly, I get a lot of beach balls from **** action...also the message "unapproved caller" keeps popping up...I ran disk check from good user and it shows OK...Disk usage shows ~267gb used out of 360gb disk

    Spinning Beach Ball
    Spinning Beach ball (2)
    Spinning Beach ball (3)
    Spinning Beach ball (4)

  • I have an Ipod Nano 6th Gen.  I have been getting the error 13019.  It puts the song title into my playlist, but the song isn't there when I disconnect, and find the song.  Everything is up to date.  I have tried to create a new user, and nothing works.

    I have tried putting music onto it, and it puts it on the playlist, but when I disconnect, it isn't there.  I have also tried creating a new user, and still get the error.  Please Help!!!  Thanx!

    Your nano would really have nothing to do with it at that point. It is really something between iTunes and whatever server out there on the internet that it is trying to connect to for the update.
    Try posting this one in the iTunes forum, they might have a solution for you.
    i

  • Used Macbook Pro, trying to change the admin/user name. I've tried to change it, but wasn't successful.

    I'm relatively new to Mac, and I'm still learning my way around my Macbook Pro 2010 from this summer. I was using terminal to do some class in work, and I keep noticing that the user name is something close to 'hello$' (as shown in the screenshot). I purchased this from another Mac user, and some of the settings weren't restored; like the user name and default language on the notebook was in Chinese.
    In short, how do I change the user name. Also shown in the screenshot is my name, as you can see I already tried to change the computer's name/admin name.
    also, if anyone could answer this simpler question: How do I save the preferences on my terminal to remain the color I have now. Everytime I quit Terminal it reverts back to the same black text - white background.
    Thanks in advance,
    G

    The root user is NOT the owner of that little house. That belongs to the user that's logged in. To change that, see Changing user account shortname.
    BTW, you're a youngster.

  • Trying to disable Encryption for users through the Customization wizard

    I am trying to create a transform through the Customization Wizard that will disable users from seeing or selecting Encryption when they have a PDF file open. I know that in the security-policy.acrodata file that if /SP_IsHidden [/b true] in the file then Encryption is hidden. My question, how do I do that for all users during or after a new install. And how would I modify existing users profiles to achive the same result?

    Please see [/questions/887078#answer-261172]

Maybe you are looking for

  • 2 Ipods, 1 Itunes: How does podcast sharing work?

    I have read the apple documentation on how to share an itunes library with a second ipod. In my case, it will be with my wife. If I decide to go with the second option (keep one login account, but create various playlists that get synced to specific

  • Blank Screen in Import Manager under Import Status Tab

    Hi Experts, Problem: Blank Screen in Import Manager under Import Status Tab. I have opened import manager with source file(excel & xml) and i have also did mapping from source fields to destination fields and also seleted display/key field in match r

  • How do I change the cashe drive?

    WinXP SP3, Firefox 17.0. Pentium 4: 1 CPU w/hyperthreading @ 2GHZ, 1.5GB RAM Firefox is installed on c: (plenty of empty disk space) Drive E: is a 4GB SSD which is mostly empty. (Actually a flash drive on an INTERNAL USB 2.0 port, so it is NOT remova

  • File paths does not match with file name

    Hi, somehow iTunes does not properly file my audiobooks.  Eventhough all audiobooks are marked as media type: AudioBooks and Genre: AudioBook (German: Hörbuch), but when looking in Music --> iTunes --> iTunesMedia --> AudioBooks  there's only a few A

  • TellTarget to play a movie clip within a movie clip

    I currently have two movie clips in my scene with a button that lies inside one of the movie clips. We will call this movie clip for the sake of this post "ph." The button inside of ph has a rollOver/rollOut movie clip called "Buick_rollOut" attached