"How to Line Items" - User Name giving RFC_ERROR_SYSTEM_FAILURE

I have implemented the "How to Line Items" paper using Date and User Name.  When I created the function I just had 0DATE, created a planning modeler test scenario... Voila ... perfect.  I then when back and added 0UNAME to my cube, added the piece of code back into the class for user name, ran back through my planning modeler and now I am getting "Field symbol has not yet been assigned., error key: RFC_ERROR_SYSTEM_FAILURE"
The short dump is occurring at "<l_chavl> = sy-uname" and says the following:
This error may occur if
- You address a typed field symbol before it has been set wit
  ASSIGN
- You address a field symbol that pointed to the line of an
  internal table that was deleted
- You address a field symbol that was previously reset using
  UNASSIGN or that pointed to a local field that no
  longer exists
I looked in notes and 2 seemed to apply:  1057548 which seemed to follow my steps in creation, be we have implemented SP 15.  and 919850. 
Could it be because the planning modeler has a fixed ABAP user entered in the BI_MODELDATA JCO destination and I am logging into the planning modeler with a different user ID so there is a conflict?  The short dump and the planning modeler created by shows XCOV775 but my login in XCOV673 for instance.
Any help would be greatly appreciated.
Cherie

I don't understand what you are saying.  I used the How to Line Items code and just commented out some items.  This is what I have:
FIELD-SYMBOLS: <l_chavl> TYPE ANY.
fill ID
ASSIGN COMPONENT 'BBP_OBGUID' OF STRUCTURE c_s_chas
                                TO <l_chavl>.
CALL FUNCTION 'GUID_CREATE'
*IMPORTING
ev_guid_32 = <l_chavl>.
fill user - need to uncomment the bottom after adding in name.
ASSIGN COMPONENT 'USERNAME' OF STRUCTURE c_s_chas
          TO <l_chavl>.
<l_chavl> = sy-uname.
fill date
ASSIGN COMPONENT 'DATE0' OF STRUCTURE c_s_chas
            TO <l_chavl>.
<l_chavl> = sy-datlo.
fill time
ASSIGN COMPONENT 'TIME' OF STRUCTURE c_s_chas
          TO <l_chavl>.
get time field <l_chavl>.
Edited by: Cherie Murphy on Feb 21, 2008 11:45 PM

Similar Messages

  • Question on how to Hide the User Name, Password, and Domain fields in the MDT Wizard

    MDT 2012 U1
    Deploying Windows 7 via Offline Media (ISO) to MS Virtual PC's
    I am looking on how to Hide the User Name, Password, and Domain fields which are prepopulated in the MDT wizard via the CS.ini (Not so concerned about the Domain field as I am User Name and Password)
    We do need the Computer Name and OU fields to be seen, so skipping the wizard is not a option
    The client just does not want these fields to be seen by the end users, they dont want them to even know the account name used for adding the machine to the domain, of course the password is not displayed but it must not be displayed either.
    But since we use the fields they must still  be fuctional just not seen.
    Thanks.....
    If this post is helpful please click "Mark for answer", thanks! Kind regards

    You shouldn't have to edit DeployWiz_Definition_ENU.xml. You should only need to add "SkipAdminPassword=YES" to the CS.ini file and your authentication information.
    Example:
    [Settings]
    Priority=Default
    Properties=MyCustomProperty
    [Default]
    OSInstall=Y
    SkipCapture=NO
    SkipAdminPassword=YES
    UserID=<MyUserID>
    UserPassword=<MyPassword>
    UserDomain=<MyDomain.com>
    SkipProductKey=NO
    SkipComputerBackup=YES
    SkipBitLocker=NO
    -Nick O.
    Nick,
    SkipAdminPassword=YES is for:
    You can skip the Administrator Password wizard page by using this property in the
    customsettings.ini.
    I am hidding the Username/Password/and domain field in the computer name Wizard pane which is read from the cs.iniDomainAdmin=xxxxx
    DomainAdminPassword=xxxxx
    DomainAdminDomain=xxxxxx
    JoinDomain=xxxxxx
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • MM: Purchase requisition line Items - How many line items can we use

    Hi all,
    1. Purchase requisition Line items  (How many line items can we use?), is there any restrictions.
    2. While creating PO with only one tax code for the related PR to input Tax code (without selecting  line Items).
    Regards,
    Sudheer

    Hi
    There is no limitation for number of items in PR.
    Tax code is always applicable for individual item only.It cannot be selected form the whole PO.
    Regards
    Dev

  • Need FM/BAPI to get how many line items per given FI document...

    Hello Experts,
    IS there an available FM or BAPI to get how many line items there is for a given
    FI document? We are avoinding BSEG because of the performance.
    Hope you can help me guys. Thank you and take care!

    Hi,
    Not sure if there is a specific FMs or BAPIs whose specific purpose is to just count FI document lines. But you can use a number of FMs to read an FI document.
    i.e. FI_DOCUMENT_READ - pass the document keys (BUKRS, BELNR, GJAHR) and retrieve the T_BSEG table to get the document lines. Then you can just use DESCRIBE statement to get the number of lines in T_BSEG.
    Also, based on experience, I never had any problems with BSEG as long as I am providing the complete keys for an FI document (BUKRS, BELNR, GJAHR). But if you are trying to avoid BSEG, you can use the secondary index tables like BSIS , BSAS, BSAD, BSID, BSIK, BSAK to improve performance.
    Regards,
    Oscean Tortona

  • How do I ensure user name is shown rather than 'another user' on the 'File in Use' dialog box?

    How can I ensure user names are shown rather than just 'another user' on the 'File in Use' dialog box that appears when attempting to edit a checked out document in Microsoft Word/Excel? 
    All suggestions welcome. 

    If I recall correctly, that dialog is generated by the Office client product supporting that file type. There would be no way to modify it.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to find current user name on a LAN machine....

    how to find current user name in a remote machine in LAN .
    how to find current user name on a local machine in LAN .

    how to find current user name in a remote machine in
    LAN .Many users may be logged on concurrently on the remote machine.
    how to find current user name on a local machine in
    LAN .The user who is running the code in the process would be obtainable via:
    System.getProperty("some property goes here");
    I leave it to you to look at the API documentation for System.getProperties() to see what property name you would retrieve.

  • How to change your user name for the Ipod nano...

    Can anyone please explain how to change the user name on your Ipod nano?

    hiya!
    do you mean the nano's name in the ipod source list?
    if so, select the ipod in the itunes sourcelist. click on it once, and pause for a second or so. you should then be able to type in what you please.
    love, b

  • How many line item dimensions can a fact table have?

    Hi,
    How many line item dimensions can a fact table have? Is it tht Max of 16 dimensions(13+3) .Does the 16 dimensions include line items dimensions as well .
    Pls reply.
    Thanks
    Praveen

    It includes all dimensios, including line item dimensions.
    If you have line item dimension, pl note you cant assign any other characteristic to that dimension.
    Ravi Thothadri

  • How do you change user name for Icloud

    We were having problems when I changed a password in Itunes and found user name on my Ipad and Iphone were old email addresses. We changed user name on Ipad and Iphone and Icloud woks fine, howerver we also have a Iac that had the old email address as the user name and now it will not sync with the Imac. How do I change user name on the Imac so it will agree with the other 2 devices?

    There is no application. Go to System Preferences>iCloud, click 'Sign out'.

  • How many line items can be entered in sales order(maximum)

    hi,
    how many line items can be entered in sales order(maximum)
    SRK

    Hi SRK,
    The maximum number of line items in a SO or Invoice is 9999.
    Please close the thread if answered.
    regards
    Param

  • How do I change user name on apps store , it keeps showing a different email when I wanna buy apps.

    How do I change user name on apps store , it keeps showing a different email when I wanna buy apps.

    Go to Settings > iTunes & App Stores touch AppleID, sign off, and sign on with the proper AppleID.

  • Fbl1n and fbl5n display at time line item wise name for vendor and customer

    Hi
    Could you tell me how can I include Customer or Vendor names for each line items in transaction FBL5N and FBL1N, please? Customer Accounts are displayed well, but in several cases we also need the name of the certain Customer or Vendor account names. This would be important for consolidation of customer accounts of the same customers.
    It is possible to include in these reports the u201EName1u201D, but they are empty in all cases. Could you tell me how it is possible to correct this problem, please?
    ysr

    hi YSR,
    See if you want to have the Vendor/ Customer name or number to be displayed when you execute it. I mean on the Vendor/Customer Line Item Display.
    THEN follow the below steps........
    After executing the FBL1N or FBL5N Click CTRL+F8 or Change Layout.  From the Pop screen select the Vendor from the Right side of the screen and then drag to the Left side of the screen, then click on Copy as.
    Then Save the Layout or CTRL F12, save the layout with the new name that you want.
    When you want this Layout as the default each and every time then u have to do 1 more step....
    After executing the same layout go the
    MENU> Settings>Layout-->Administration...
    there you select the layout that u have created and then set that layout as the Default settings Check mark on DS.
    So that each and every time when u execute it the same layout will be displayed with the fields that u have selected....
    Hope this will solve ur issue......
    Kumar........

  • How can delete saved user names?

    I miss-spelled my email address I use for a user name. when I start t type my user name a list pops up. The miss-spelled name gets selected by mistake somtimes. How can I delete from the list of user name so that I do not select it by mistake.

    Is this on Android or Desktop?
    '''Android:''' There is a way to clear all saved form data or all saved passwords at:
    menu > Settings > Privacy > Clear Private Data
    But I don't know of a way to remove just one item.
    '''Desktop:''' Firefox could have saved the username in form history or in saved passwords. If the above tips don't help, try clearing the bad login here:
    orange Firefox button (or Tools menu) > Options > Security > "Saved Passwords"

  • TOY STORE DEMO (How to default the user name)

    When I logged on to my network I used my user name: scott.
    Now when I opened the signin.jsp page, I want the user name control box default to my network user name, i.e., scott. How can I do it? (The current demo default the user name to blank).
    Thanks.

    If you Google for os user name java site:java.sun.com you'll find the page that lists all System properties that provide info you can retrieve from a Java program.
    This info will allow you to write the appropriate line in your overridden entity object create() method where programmatic defaults are performed.
    However, this scheme won't work well for a web-based application since the code is running on the web server.

  • How To Line Items - activate/deactivate functionality

    In the How To paper on "Line Items in BPS", fields such as user & date can be stamped on each delta record.  This is done through the characteristic relationships exit function. 
    To limit which types of activities are tracked at this level, the paper makes reference to the ability to "program a mechanism to activate and deactivate the functionality" in order to only stamp the date (for example) on manual changes, and not on automatic functions or batch activities. 
    Does anyone have an example of how they've done this?  I could code the FM to only execute if the user id is not one of our batch ids, but that wouldn't take care of automatically executing functions that are attached to a layout. 
    Thanks.

    Hello Astine,
    quite often you want to track changes for specific data for example accounts only. To accomplish this you can use account as a source field for the derivation and then check the account number in the "line item" exit.
    If you want to track only manual changes and not batch processing, then a simple if sy-batch = 'X' will do the trick in your exit.
    Regards,
    Marc
    SAP NetWeaver RIG

Maybe you are looking for