"Unformatted Text" in Authorizations

Hi,
I can't find the description for this option (Authorizations > General > Unformatted Text) in any help documents.
Please help.
Thanks,
Kay

Dear Kait Chong      ,
The "unformatted text" is used to control whether the user can export data in XML format or not. .
"Full Authorization - The user can export data in XML format. Authorization for the relevant functions and documents is also
required.
No Authorization - The user cannot export data in XML format."
If there is anything unclear regarding this field, feel free to let me know.
Regards,
Van Xue
SAP Business One Forums Team

Similar Messages

  • How to copy/paste as unformatted text in Acrobat 9 Pro text field?

    Hi all,
    I'm having difficulty copying/pasting text from another source as unformatted text in an interactive PDF text field in Acrobat 9 Pro. I have specified the font size, colour and typeface for the text field. However, when I copy and paste text, the text retains its formatting. Strangely enough, this isn't an issue when I type out the text.
    I'm really not keen on typing out all the text for all the text fields because:
    there's alot of it
    waste of my time
    potentially introducing typos
    Any ideas?
    Cheers,
    Trish

    Thanks for your suggestion! That actually did work pretty well.
    I had set up all the fields as non-rich text, cut and pasted the text into the fields, and then change the fields back to rich text to format them (ie superscript, subscript etc).
    Unfortunately, now I'm faced with another problem.
    I won't be able to add more "unformatted" text later on easily. It appears that to do so, I would have to change the fields to non-rich text which wipes out all the formatting I've already applied.
    Any suggestions?
    Cheers,
    Trish

  • UNFORMATTED TEXT UNDER Authorisation

    Hi Experts,
    Can any one of you help to know for what purpose we are using the UNFORMATTED TEXT as (NO AUTHORISATION/FULL AUTHORISATION).
    if I am clear  the purpose of this is use of
    1.The free text which are enter like opening remarks/closing remarks of the documents
    2.Remark column 
    3.Free text in the line item of the document is strickly not allowed.
    i tried in givin authorisation/ no authorisation for my user id and check it is not reflecting,
    Pls explain ...
    Thanks & Regards
    Hari.

    Hi Mugesh,
    I know that how to work with authorisation and other thing my question is IN GENERAL ...
    We have one UNFORMATTED TEXT ....... Full Authorisation/ No Authorisation..
    in what scenario we use this unformatted text in our business one process.....
    Regards
    hari

  • Getting unformatted text after decryption of formatted encrypted text

    The problem getting unformatted text after decryption of a formatted encrypted text.
    Im using Bouncy Caslte for encrypting the mail message.its a well formatted text but
    after decryption its unformmated?
    What will be the problem? why im getting the decrypted text as unformatted?

    sorry im using Bouncy Castle for encryption
    This is my code
    try {               
                   Security
                             .addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider());
                   KeyStore ks = KeyStore.getInstance("PKCS12", "BC");
                   ks.load(new FileInputStream("C:/rajesh/raj_gmail.cer"), "tomcat".toCharArray());
                   Enumeration e = ks.aliases();
                   String keyAlias = null;
                   String alias = null;
                   while (e.hasMoreElements()) {
                        alias = (String) e.nextElement();
                        if (ks.isKeyEntry(alias)) {
                             keyAlias = alias;
                   Certificate[] chain = ks.getCertificateChain(keyAlias);
                   // create the generator for creating an smime/encrypted message
                   SMIMEEnvelopedGenerator gen = new SMIMEEnvelopedGenerator();
                   gen.addKeyTransRecipient((X509Certificate) chain[0]);
                   Properties props = System.getProperties();
                   try {
                        InputStream path = getServlet()
                                  .getServletContext()
                                  .getResourceAsStream(
                                            "/WEB-INF/classes/com/ips/ApplicationResources.properties");
                        props.load(path);
                   } catch (Exception e1) {
                        System.out.println("Not able to load the properties file");
                   props.put("mail.smtp.host", props.getProperty("mail.smtp.host"));
                   Session session = Session.getDefaultInstance(props, null);
                   MimeMessage msg = new MimeMessage(session);
                   String body_heading = props
                             .getProperty("mail.request.message.body");
                   body_heading = body_heading.replaceAll("[{]{1}[0]{1}[}]{1}",
                             Integer.toString(forms));
                   msg.addRecipient(Message.RecipientType.TO, new InternetAddress(
                             props.getProperty("mail.to.address")));
                   msg.setSubject(props.getProperty("mail.request.message.subject"));
                   StringBuffer body = new StringBuffer();
                   body.append(body_heading);
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.line1"));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.contact"));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.line2"));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.message.title")
                             + props.getProperty("mail.colon")
                             + String.format("%15s", title));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.message.fname")
                             + props.getProperty("mail.colon")
                             + String.format("%17s", firstname));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.message.lname")
                             + props.getProperty("mail.colon")
                             + String.format("%17s", lastname));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.message.address1")
                             + props.getProperty("mail.colon")
                             + String.format("%19s", address1));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.tab")
                             + props.getProperty("mail.colon")
                             + String.format("%20s", address2));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.tab")
                             + props.getProperty("mail.colon")
                             + String.format("%20s", town));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.tab")
                             + props.getProperty("mail.colon")
                             + String.format("%20s", county));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.message.pcode")
                             + props.getProperty("mail.colon")
                             + String.format("%11s", postcode));
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.message.email")
                             + props.getProperty("mail.colon")/*
                                                                      * +String.format("%33s",email
                   body.append(props.getProperty("mail.linebreak")
                             + props.getProperty("mail.message.thanks"));
                   MimeBodyPart bp1 = new MimeBodyPart();
                   bp1.setText(body.toString());
                   bp1 = gen.generate(bp1, SMIMEEnvelopedGenerator.RC2_CBC, "BC");
                   Multipart multipart = new MimeMultipart();
                   multipart.addBodyPart(bp1);
                   msg.setContent(multipart);
                   msg.saveChanges();
                   Transport.send(msg);
              } catch (Exception e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              }if i print the original text im getting the content in my mail as
    Please send me 1 application form pack(s)
    Contact Details
    Title: Mr
    First name: rchanged
    Last name: rchanged
    Address: rchanged
    : rchanged
    : r
    : r
    Postcode: r4 4rr
    Email:
    Thank You
    if encrypted is send
    Please send me 1 application form pack(s) ------------------------------------------------------ Contact Details ------------------------------------------------------ Title: Mr First name: rchanged Last name: rchanged Address: rchanged : rchanged : r : r Postcode: r4 4rr Email: Thank You

  • Problem while loading texts and authorization objects file in RAR

    Hi all,
           i am getting internet explorer error while loading the texts and authorization objects text files in RAR .actually we uploaded rule file before this,does this step causes any error ?if so how to resolve this error.do i need to remove all rules/risks and then load text and authorization files? is there any shortcut to renove all risks generated in one shot? please reply me soon to resolve this.
    Thanks,
    Joseph.

    Hi Joseph,
    Please make sure to convert both the files in UTF-8 encoding format and then try to upload the files again. This should resolve the issue and if not then please paste the logs here.
    Regards
    Harleen

  • Retrieve unformatted text from JFormattedTextField

    Hi everyone,
    I'm using FormattedTextField to define my formatted text fields and I'm using MaskFormatter to set the format.
    I've been trying (with no success :( ) to find a way to retrieve the unmasked text that has been set for a text field.
    For example, if the formatter is :
    new MaskFormatter("(###)###-###"), then the text field will display the input as:
    (342)123-455.
    I need to retrieve the text as : 342123455.
    I expected to find a parse or a getUnmaskedText methods in one of these class, but there is none.
    Any idea will be appreciated.
    Thanks!

    Maybe I'm missing something but here is the code:
    import javax.swing.*;
    import javax.swing.text.MaskFormatter;
    import java.awt.GridLayout;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    import java.util.*;
    import java.text.*;
    import javax.swing.text.*;
    public class FormatEx3 extends JPanel {
    MaskFormatter formatter1 = null;
    private JFormattedTextField field1;
    private JButton getValueBtn;
    public FormatEx3() {
    super(new GridLayout(1, 3));
    setUpField1();
    displayFields();
    private void displayFields() {
    getValueBtn = new JButton("Get Phone NUmber");
    add(new JLabel("Phone:"));
    add(field1);
    add(getValueBtn);
    getValueBtn.addActionListener(new ButtonAdapter());
    private void setUpField1() {
    try {
    formatter1 = new MaskFormatter ("(###)###-####");
    formatter1.setPlaceholderCharacter('_');
    field1 = new JFormattedTextField(formatter1);
    field1.setFocusLostBehavior(JFormattedTextField.PERSIST);
    } catch (java.text.ParseException exc) {
    public static void main(String[] args) {
    JFrame frame = new JFrame("Formatted Text Field Demo");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setSize(500, 70);
    frame.getContentPane().add(new FormatEx3());
    frame.setVisible(true);
    class ButtonAdapter implements java.awt.event.ActionListener {
    public void actionPerformed(ActionEvent e) {
    try {
    String str = (String) formatter1.stringToValue("(123)456-7890");
    System.out.println("stringToValue: " + str);
    field1.commitEdit();
    String str1 = formatter1.valueToString(field1.getValue());
    System.out.println("valueToString: " + str1);
    } catch (ParseException ex) {
    System.out.println(ex.getMessage());
    Using formatter1.stringToValue("...") with a string that's not formatted return a parse exception. Try: formatter1.stringToValue("1234567890").
    Using formatter1.stringToValue("(123)456-7890") returns (123)456-7890.
    valueToString returns the formatted text or a parse exception is the string is incomplete: (111)23_-____
    I hope I explained myself correctly.
    I want to get/set unformatted text using a Formatter.
    I've also tried to set an unformatted text to the field by using setText.
    This call: field1.setText("1234567890") - will truncate the last 2 digits ....
    So, again. My application saves the unformatted data. I want to be able to display it as formatted but retrieve it and set it as unformatted data.
    Thanks everybody!

  • Hw could copy a unformatted text from a formated paragraph

    Dear all,
    I am trying to copy an unformatted text from a formatted paragraph i have a code snippet, Please check it out and tell me that how can i copy a unformatted text from a paragraph. Result of this script should be a unformatted selected text...
    var par = app.selection[0].paragraphs[0];
        if (app.selection[0] instanceof InsertionPoint)
            if (par.characters[-1].contents != "\r")
                par.insertionPoints[-1].contents = "\r";
                par.characters.itemByRange(app.selection[0], par.insertionPoints[-1]).select();
                app.copy();
            else
                par.characters.itemByRange(app.selection[0], par.insertionPoints[-1]).select();
                app.copy();

    It's not the copy that 'removes' formatting, it's the paste that pastes without.
    Text can exist on the clipboard in any number of internal formats. It's possible to copy InDesign formatted text and paste it into a plain text editor -- so you won't get the formatting. But if you paste the same text again in InDesign, the formatting is still there.
    When copying, it's the responsibility of the copying program to put its copyable content in any useful format onto the global Clipboard.
    When pasting, a program should go through the list of supplied data formats (regardless of the source) and pick whatever it thinks is best. So, apparently, the usual Paste picks up InDesign "Native objects", while "Paste w/o Formatting" uses the plain (unformatted) text form.
    The only way to get an unformatted copy on the pasteboard would be to copy the string contents (raw ASCII characters) instead -- but InDesign's Javascript does not allow this. The app.copy() command only works on native InDesign objects.
    So, long story short, what you need can't be done.

  • TREX full-text search authorizations

    We want to connect KM + TREX to DMS, but we anticipate a problem with authorizations.
    User don't have permission to open all DMS documents, so I'm worried that TREX will find full-text references in documents to which the "searcher" doesn't have access.
    We only have one Content Server. Can TREX check authorization during runtime (which I doubt)  or in alternative, can I limit the full-text indexation to public (all people can see them) documents?

    I'm sorry to recheck but I have to be sure about this.
    What you are telling me is that, if a user doesn't have read permissions for a given document in SAP ECC Document Management System  (documents stored in transactions such as CV01N) results won't show up in the TREX search?

  • Maintain Text PA - Authorization issue?

    Hi experts,
    I'm having a problem when updating text in infotypes using "Maintain Text" (F9). Most user's SAP GUI block when trying t access the text window (after clicking Maintain text). SAP GUI just freeze (no message). It's the only time I have got an error like this.
    Since some users are able to maintain text, do you think it could be an authorization issue?
    Could you please show me which authorization object should be customized to let them to maintain text?
    If you think is not an authorization issue, any idea?
    I would really appreciate your help since I run out of ideas...
    Thank you very much
    Chema

    Hi Dilek,
    thank you for your help. SU53 shows a problem with authorizations for P_ORGXX (R, ,,,,) for people who can't maintain text, but it also show a problem with P_ORGINCON (R,,,,,,,) for people who can.
    I know these two authorization object are related to infotype read/writing, but it is also related to maintain text feature?
    MS Word comment seems a posible explanation, because since SAP GUI blocks should be any local configuration issue, but still all computers has the same version and instalation.
    Thank you again for your help
    Cheers,
    Chema

  • Copy and Paste Unformatted Text to documents

    A very useful feature at times is the ability to copy and paste formatted text from pages (in this case webpage) to a document (text edit, word). Which means that what ever bold, font or style on a page is copied to the clipboard and then pasted identically to the document.
    question:
    Is there a way to copy or paste the plain text of the clipboard rather than the formatted version?
    thanks..

    Hi, SU.
    Many applications support this, but how it is implemented varies by application.
    In many apps, if you paste using the Command-Option-V keyboard shortcut (instead of Command-V for paste), it will paste the clipboard contents either:
    • Without the styles used in the document from which the text was copied.
    • In the same style as the document into which you are pasting the text.
    Some apps, e.g. Microsoft Office, have an Edit > Paste Special menu choice that permits one to select that text should be pasted either without the styles or matching the style of your document.
    In Mail, the keyboard shortcut is Command-Option-Shift-V.
    Consult the Help for the particular application to determine how one can paste what is commonly called "styled text" without the styles. Styled text is text in the clipboard that retains the style of the document from which it was copied.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • ACS 5.3 Showing Clear Text Password in Authorization reports

    Hello,
    When a tacacs user is changing the local password on the router (for local user), the acs 5.3 is showing the new password in clear text in authorization reports/logs.
    This behaviour is seen on acs 5.x, whereas acs 4.2 is showing encrypted password in the reports.
    I have checked debugs on Router and it is sending password in clear text in Tacacs Authorization packet but encrypted password in Tacacs Accounting logs.
    Debug tacacs accounting
    debug aaa accounting
    4w3d: TPLUS: Received accounting response with status PASS
    4w3d: TPLUS: Queuing AAA Accounting request 208 for processing
    4w3d: TPLUS: processing accounting request id 208
    4w3d: TPLUS: Sending AV task_id=459
    4w3d: TPLUS: Sending AV timezone=UTC
    4w3d: TPLUS: Sending AV service=shell
    4w3d: TPLUS: Sending AV priv-lvl=15
    4w3d: TPLUS: Sending AV cmd=username sansehga privilege 15 password *****
    4w3d: TPLUS: Accounting request created for 208(sanjay)
    debug tacas authorization
    debug aaa authorization
    4w3d: AAA/MEMORY: create_user (0x851611DC) user='sanjay' ruser='R1' ds0=0
    port='tty7' rem_addr='10.76.212.159' authen_type=ASCII service=NONE priv=15
    initial_task_id='0', vrf= (id=0)
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): Port='tty7' list='' service=CMD
    4w3d: AAA/AUTHOR/CMD: tty7(1390711548) user='sanjay'
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): send AV service=shell
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): send AV cmd=username
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): send AV cmd-arg=sansehga
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): send AV cmd-arg=privilege
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): send AV cmd-arg=15
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): send AV cmd-arg=password
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): send AV cmd-arg=sehgal
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): send AV cmd-arg=<cr>
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): found list "default"
    4w3d: tty7 AAA/AUTHOR/CMD(1390711548): Method=tacacs+ (tacacs+)
    4w3d: AAA/AUTHOR/TAC+: (1390711548): user=sanjay
    4w3d: AAA/AUTHOR/TAC+: (1390711548): send AV service=shell
    4w3d: AAA/AUTHOR/TAC+: (1390711548): send AV cmd=username
    4w3d: AAA/AUTHOR/TAC+: (1390711548): send AV cmd-arg=sansehga
    4w3d: AAA/AUTHOR/TAC+: (1390711548): send AV cmd-arg=privilege
    4w3d: AAA/AUTHOR/TAC+: (1390711548): send AV cmd-arg=15
    4w3d: AAA/AUTHOR/TAC+: (1390711548): send AV cmd-arg=password
    4w3d: AAA/AUTHOR/TAC+: (1390711548): send AV cmd-arg=sehgal
    4w3d: AAA/AUTHOR/TAC+: (1390711548): send AV cmd-arg=<cr>
    4w3d: AAA/AUTHOR (1390711548): Post authorization status = PASS_ADD
    Please share if someone has found the fix to this problem.
    Regards,
    Akhtar

    Thanks Tarik,
    But it seems it did not help overall
    Akhtar: Cisco needs long time to fix bugs unless it is P1 or P2 bug. Otherwise they'll do it at their leisure.
    If you are not on latest patch already then upgrade. If you are already on the latest patch then wait for the next one. If your bug is not mentioned to be fixed on the resolved caveats don't panic. I've seen many bugs fixed but not mentioned in the release notes. What you need to do is to contact TAC so they contact the BU for your behalf to confirm if the bug is resolved or not.
    Regards,
    Amjad

  • How do I set up a plain, text only document?

    I've been using TextEdit for all my word processing for the past several years. Now, I'd like to use iWork 09
    but for the life of me can't figure out how to do a PLAIN old text document. The margin markers won' move outside
    of the  1" pre-set border the blank page opens in default.  Text boxes show up even though I've selected "blank page".
    I just want to write a personal journal. I want to start at the upper right of the page and write until I'm done.
    Flowing from one page to the next automatically with approx. 1/2" side margins and maybe 1/2- 1" top and bottom. 
    Everything's so complicated now in comparison to the old Apple Works programs--from a number of  years ago.  
    I understand for those who use it for other things such a letters,  newsletters,  pamphlets, flyers, any number of
    business functions this is probably all very helpful and efficient, but for plain old unformatted text so far it's
    been a pain in the ___! 
    Why isn't a blank page BLANK?  When I open TextEdit  a new text page is blank with nothing preset.
    No text boxes to monkey with or try to get rid of. I can set margins anywhere I want-- no hassle.
    I can write until I want to stop. I don't need to figure out how to get it go on to a second page.
    I suppose I could just keep using TexEdit but I've had this program for a couple yrs. and up until today have
    only used "Numbers".  It would be nice to be able to use the word processing as well.  I expected Numbers
    to be a bit confusing to learn how to use it again for spread sheets but so far no problems there. 
    Word processing, especially simple word processing, on the other hand, I expected to be a snap and it
    has me very frustrated!  Go figure!
    Would someone please explain to me how to get a plain, blank, no text boxed, no pre-set margin, open-ended
    for  1 > infinity number of pages, completely unformatted word processing page(s) opened and ready to use?
    Also, can I  or  how can I make it a custom/user defined  "template" (?), or standard default set-up, so I don't
    have to mess with anything everytime I want this type of page?
    Thank you.

    Simple, keep using TextEdit.
    Pages is not a text editor which is what you are asking for. It is a Word Processor/DTP/Spreadsheet/Graphing application.
    Don't undersatnd why you are rushing to put all your eggs into one proprietry, single platform, unique format that Apple will ultimately abandon.
    If you want more than you are getting from TextEdit, try iText Express (free).
    Peter

  • How to make an unformatted sapscript form

    At the bottom of [this page|http://help.sap.com/saphelp_45b/helpdata/en/34/60b30cae724effe10000009b38f91f/content.htm] it says:
    "If you want to pass on the information to be printed to one printer only, and this printer then takes care of editing and layout, you can mark a special form for this purpose (see Release Information SAPSCRIPT). In this way, the text is passed on unformatted. This is of interest, for example, if you are using thermal-transfer label printers
    ... without any links. I've been looking for this "Release Information SAPSCRIPT" but can't find it, does anyone know where?
    I need to print labels to a thermal printer (Paxar Monarch) but if I put the print codes inside a sapscript form, the printer always gives errors. If I write the same printcodes directly to the printer, it works fine. However, I need to use sapscript forms for customizing reasons, but the form just needs to pass on the printcodes as unformatted text.

    Refer this link might be useful -
    ftp://ftp.nicelabel.com/docs/whitepaper/wp-Printing_labels_from_SAP_R3-eng.pdf
    Regards,
    Amit

  • BI authorization objects not appearing in RAR, error while generating role

    Hi
    I am facing certain problems relating to integration of BI module version 7 with GRC Access Controls version 5.3 and support package 06. I am describing the problems in details below:
    (a)  In Risk Analysis and Remediation (RAR) component, I am creating Functions and
          Risks for Business Intelligence (BI) module. For that I have downloaded the
          descriptive text and authorization object data from BI development system and
          uploaded the same in RAR. Then I have created 2 Function Ids DBI1 (having action
          RSA1) and DBI2 (having actions RSA11, RSA12, RSA13, RSA14, RSA15) and 1
          Risk Id for BI (having Function Ids DBI1 and DBI2) in RAR. But when I checked
          the permission tabs of the Function Ids DBI1 and DBI2, I could not find any
          authorization objects for the actions in them.
    (b)  In Enterprise Role Management (ERM), when I am trying to create a Role TEST-BI
           in DBI 100 and I put the  BI transaction codes in authorization data , I get the
           authorization objects . Risk analysis is also being done successfully. But at the time
           of Role generation in background mode , it is giving an error message :
           Error generating role TEST-BI for system DBI 100: Unable to interpret * as a number.
           I am thus unable to generate any role in DBI 100.
    (c)  In Compliance User Provisioning (CUP), I have imported a standard role from DBI
          100. Then I have added Functional Area, Business Process, Subprocess  and
          Criticality Level to this role in CUP. But when I try to assign this Role to an user, it
           gives an error Error creating request. But requests are getting created and roles are
           being assigned to users in ECC development  systems using the same Initiator, CAD, stage
           and path.
    Can anyone please help me ?

    -

  • CALL_FUNCTION_SINGLE_LOGIN_REJ- No authorization to log on as a Trusted System (L- RC=1 T-RC=1).

    Hi All,
    i have created a trusted connection(say system A_100 and B_100,---100 is a client) as per SAP note 128447 - Trusted/trusting systems
    I have all required authorisation i.e s_rfcacl,S_rfc ,s_rfc_tt.
    i am able to remote logon from system B_100 to system A_100 ,but issue in when i try to logon from system A_100 to system B_100.
    error is -
    No authorization to log on as a Trusted System (L- RC=1 T-RC=1).
    i can see run time error in system B_100 as with user SAPSYS and client 000(why it is showing this user and client )
    CALL_FUNCTION_SINGLE_LOGIN_REJ
    Details-
    Category               Installation Errors
    Runtime Errors         CALL_FUNCTION_SINGLE_LOGIN_REJ
    Date and Time          08.08.2014 09:07:04
    Short text
         No authorization to log on as a Trusted System (L-RC=1 T-RC=1).
    What happened?
         The current program had to be terminated because of an
         error when installing the R/3 System.
    What can you do?
         Note which actions and input led to the error.
         For further help in handling the problem, contact your SAP administrator
         You can use the ABAP dump analysis transaction ST22 to view and manage
         termination messages, in particular for long term reference.
    Error analysis
         An RFC call (Remote Function Call) was send with an invalid user ID
         "XXXX " or the caller system is not registered as a Trusted System in the
         target system.
    Information on where terminated
        Termination occurred in the ABAP program "SAPMSSY1" - in
         "REMOTE_FUNCTION_CALL".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 113
        of the (Include) program "SAPMSSY1".
    Source Code Extract
    Line  SourceCde
       83   COMMUNICATION SEND ID convid BUFFER header.
       84   IF sy-subrc EQ 0.
       85     PERFORM (sy-xform) IN PROGRAM (sy-xprog).
       86   ELSE.
       87     MESSAGE a800.
       88   ENDIF.
       89 ENDFORM.                    "cpic_call
       90
       91 *&---------------------------------------------------------------------*
       92 *&      Form  remote_function_call
       93 *&---------------------------------------------------------------------*
       94 *       text
       95 *----------------------------------------------------------------------*
       96 *      -->VALUE      text
       97 *      -->(TYPE)     text
       98 *----------------------------------------------------------------------*
       99 FORM remote_function_call USING value(type).
      100   DATA rc             TYPE i VALUE 0.
      101   DATA: l_syxform     TYPE syxform,
      102         l_syxprog     TYPE syxprog,
      103         l_cbe         TYPE i.
      104
      105 * necessary variables for class based exceptions
      106   DATA: l_root        TYPE REF TO cx_root.
      107
      108   DO.
    109 *
    110 * with ID 'CLException' we determine, whether the caller is
    111 * class based excptions or not
    112 *
    >>>>     CALL 'RfcImport' ID 'Type'        FIELD type
    114                      ID 'SYXForm'     FIELD l_syxform
    115                      ID 'SYXProg'     FIELD l_syxprog
    116                      ID 'CLException' FIELD l_cbe.
    117
    118     IF l_syxprog = 'JAVA'.
    119       SYSTEM-CALL plugin
    120                   ID 'JAVA' VALUE 'FORW_JAVA'
    121                   ID 'RC'   VALUE RC.
    122 *   if there is no rollout on the JAVA side which
    123 *   rolls both, JAVA and ABAP, we return to the
    124 *   C-Stack and reach this point
    125
    126 *   in case there was an rollout, the ABAP-C stack is lost
    127 *   and we jump direkt to this point
    128
    129 *   here we trigger the rollout on this Abap side with
    130 *   the following statement
    131       SYSTEM-CALL plugin
    132                   ID 'JAVA' VALUE 'ROLL_OUT'
    I have also referred sap note-1627901 - Trusted RFC troubleshooting
    No luck.
    Do let me know if additional information is needed .
    Kind Regards,
    Sumit

    Hi Sumit
    1.  Is this both system Support pack level are same?
    2. As you said that you SAP_Basis 7.31 - support package level?
    3. Have you check the SAP note 128447 - Trusted/trusting systems they are given ABAP runtime correction  2021691 - CALL_FUNCTION_SINGLE_LOGIN_REJ and trusted RC=1
    4.
    one question -  why it is working in system B and not in system A.
    Its may be software bug for that they give ABAP runtime correction
    Regards
    Sriram

Maybe you are looking for

  • Discontinue of mac pro and mac book pro hopefully not

    From recent discussions, I have been informed that mac pro towers will be discontinued as well as mac book pro for the consumer and this will unfortunately create problems with the existing equiptment I have. Will there still be support for my existi

  • Custom PIR(ME11) with approval

    Hi All I need to create a custom Purchase info record creation (PIR) same as ME11 . I checked and saw that there are no standard BAPI available in SAP . The development is as follows 1) User creates a entry coantining data like in ME11. 2) The data g

  • Lumia 800 - A few problems

    I have just bought a Nokia 800 and am having a number of problems setting up the phone and generally getting it working. First of all I had to manually set the time; I searched online and apparently there should be an option on the time and date sett

  • Unable to display text with image in a cell of web dynpro table.

    Hello, I am unable to display an image with the text inside a cell of web dynpro table. The image doesn't come at all. I am trying to display the image of an object and the object description alongside within the same cell. Thanks and Regards, Abhijn

  • FTP client problem

    Hello. I'm trying to create a ftp client running on adobe AIR in flex builder. The fcommand socket work, but when i create the data socket, the command socket still work but if I tipe a new command, like PWD, i do not receive answer. Does someone kno