Update newly added IO in Cube.. ABAP help ?

Hi Experts,
Need some help here.  I'm trying to write my first abap code.  I have been reading the forum here and trying to understand some abap logic.  The scenario is, I have added another field in my cube: CALMTH2, which I basically am trying to populate with some little abap that I have tried to learn.  There is 0calmth in my cube already.  I am adding some logic in the update rules to populate this field. Now 0calmth is getting values from the ods - del date field.  But I was assuming to do some coding so I can derive that same date from 0calmth into my new field calmth2. Below is the code that I have written in my update rules, but I end up with the following error. 
"E:Field "/BI0/OICALMONTH-0CALMONTH" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement."
DATA:   CALMTH2 TYPE C.
CALMTH2 = /BI0/OICALMONTH-0CALMONTH.
RESULT = CALMTH2.
I don't really understand how the tables are used in the coding.  Please help me out here with your expertise.  Thanks.

Hi,
I am posting a sample code to store the text of purchasing group in a field. I am keeping all the standard comments so that it would be easier for you to identify the place where you need to put your logic.
In the start routine, you define an internal table to store all text values of purchasing group ( so that you don't hit database everytime). Then in update routine, for each purchasing grp coming from comm str, you read the internal table and passing the text as reult.
Hope it helps.
Regards,
Praveen
Start Routine*************
PROGRAM UPDATE_ROUTINE.
$$ begin of global - insert your declaration only below this line  -
TABLES: /bi0/tpur_group.
DATA:   it_tab LIKE /bi0/tpur_group OCCURS 0 WITH HEADER LINE.
$$ end of global - insert your declaration only before this line   -
The follow definition is new in the BW3.x
TYPES:
  BEGIN OF DATA_PACKAGE_STRUCTURE.
     INCLUDE STRUCTURE /BIC/CS8ZPURSCL.
TYPES:
     RECNO   LIKE sy-tabix,
  END OF DATA_PACKAGE_STRUCTURE.
DATA:
  DATA_PACKAGE TYPE STANDARD TABLE OF DATA_PACKAGE_STRUCTURE
       WITH HEADER LINE
       WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
FORM startup
  TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
           MONITOR_RECNO STRUCTURE RSMONITORS " monitoring with record n
           DATA_PACKAGE STRUCTURE DATA_PACKAGE
  USING    RECORD_ALL LIKE SY-TABIX
           SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
  CHANGING ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
$$ begin of routine - insert your code only below this line        -
fill the internal tables "MONITOR" and/or "MONITOR_RECNO",
to make monitor entries
select *
    from /BI0/TPUR_GROUP
    into table it_tab.
if abort is not equal zero, the update process will be canceled
  ABORT = 0.
$$ end of routine - insert your code only before this line         -
ENDFORM.
Update Routine************
PROGRAM UPDATE_ROUTINE.
$$ begin of global - insert your declaration only below this line  -
TABLES: /bi0/tpur_group.
DATA:   it_tab LIKE /bi0/tpur_group OCCURS 0 WITH HEADER LINE.
$$ end of global - insert your declaration only before this line   -
FORM compute_data_field
  TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
  USING    COMM_STRUCTURE LIKE /BIC/CS8ZPURSCL
           RECORD_NO LIKE SY-TABIX
           RECORD_ALL LIKE SY-TABIX
           SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
  CHANGING RESULT LIKE /BIC/AZPURPO0100-/BIC/ZBUYERNM
           RETURNCODE LIKE SY-SUBRC "Do not use!
           ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
$$ begin of routine - insert your code only below this line        -
fill the internal table "MONITOR", to make monitor entries
  READ TABLE it_tab WITH KEY pur_group = COMM_STRUCTURE-pur_group.
result value of the routine
  IF sy-subrc EQ 0.
    RESULT = it_tab-txtsh.
  ELSE.
    CLEAR RESULT.
  ENDIF.
if abort is not equal zero, the update process will be canceled
  ABORT = 0.
$$ end of routine - insert your code only before this line         -

Similar Messages

  • Webmail not updating newly added users

    Our webmail has been working for several years without much trouble. If I added a user in the Workgroup Manager and the mail for that user worked it was a given that it would work in webmail as well. This was setup by someone who is no longer here. We are using RoundCube and even the address books for the users are available just like they were using Mail.ap. Now the new users are "invalid" in webmail and the address books don't update. Anyone have any ideas how I fix this?

    i have imported all the users with pics but  the new user added into active directory
    How did you do the the above? I've not got any experience with the MySites. But Id try manually syncing the users to see if that fixed the issue.
    Okay tested it:
    To make the picture sit in AD for the user do this:
    $photo = [byte[]](Get-Content C:\pictures\USER.jpg -Encoding byte)
    Set-ADUser USER -Replace @{thumbnailPhoto=$photo}
    This will add the image to the users Thumbnail attributable in AD. It will then sync to all Microsoft applications that allow the image e.g. SharePoint, Lync, Outlook. 
    Then you can run the sync PowerShell I linked before.
    I must say this is quite neat. Thanks this helped me get some points in the good book here at work! :)
    If this is helpful please mark it so. Also if this solved your problem mark as answer.

  • New Price Updates for newly added Items Through VA02

    Hi All,
    Through VA02 ,If you change first date in line item we have written code in MV45AFZB(USEREXIT_NEW_PRICING_VBKD
    ) for updating price for that item.
    Now the issue is if u add one more new line item through VA02 itself..here we were not getting that line item detials.because its not yet saved.
    We want to update prices for newly added items also.

    Hi Reddy,
    For translation of any text , goto SE63 -> in menu TRANSLATION -> R/3 Enterprise - > Transport object -->
    for Transport Entry of Object : R3TR SHI3 ZABC
    then select target & source lang. click EDIT.
    Hope this helps you.
    Reagards,
    Aby

  • HT1692 I am not able to scroll my contacts. If i add or mahe any change in existing contacts, it appaers at the top of the contacts and freezes rest above the first letter of newly added or changed one. Anyone can help?

    I am not able to scroll my contacts. If i add or mahe any change in existing contacts, it appaers at the top of the contacts and freezes rest above the first letter of newly added or changed one. Anyone can help?

    Hi,
    >>1. how can i align Title(DCS Clinical Report-Technician wise) center of pdf report with image named:logo5.png immediately coming to it's right?.
    2. how do i add the given below row and it's data to my top my table in pdf report from c# windows forms using itextsharp?
    3.how to make my column headers in bold?<<
    I’m sorry for the issue that you are hitting now.
    This itextsharp is third party control, for this issue, I recommended to consult the control provider directly, I think they can give more precise troubleshooting.
    http://sourceforge.net/projects/itextsharp/
    Thanks for your understanding.
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need to generate the report to get changed and newly added record.....

    Hi Experts,
    I am loading data to cube with full update, now I need to generate the report to get the changed and newly added records based on the date.
    Is it possible????
    If it's possible, how can I achieve this?????
    Please help me.....
    Thanks in advance,
    Venakt.

    I am loading data to cube with full update, now I need to generate the report to get the changed and newly added records based on the date.
    what you mean by based on date??
    When ever the data is refereshed in targets that will be reflected in reports provided if you dont have any aggreagates...if you have then you need to do rollup activity..

  • Historical data load for newly added fields

    Hi,
    we are using cube 0UCSA_C01 with delta update which has gone live now the requirement is we have to  add 2 new fields to this cube  but the problem is how can we load previous data for dese fields dat has been updated already . Plz letme know hw this can b acheieved  plz letme know the proceedure to achieve dis..
    Thnx
    help will b apprciated

    Hi,
    populate historical data into a newly added field in an infoprovider
    How to populate historical data into a newly added field in an infoprovider
    /people/dinesh.lalchand/blog/2006/02/07/loopback-process--follow-up
    http://sap.ittoolbox.com/documents/popular-q-and-a/adding-characteristics-to-infocubes-2138
    Thanks,
    JituK

  • Newly added field in the data Source not getting populated

    Hello All,
    We have added few fields in the Data Source. The Data Source is based on the InfoSet. We have included the field in the Infoset and have updated the code to fetch the value for the newly added fields.
    When we perform the test extraction for this Data Source in RSA3, the newly added fields are not getting populdated with the value. In the system generated query's selection list, the newly added fields are not selected.
    Please let mw know how to get the newly added field selected in the system generated query of the infoset.
    Regards,
    -Purnima

    Hi,
    As you said you have added the filed in Info Set. Have you included the same in data source? try if not.
    If you are trying to create a query in source system to check the data. I guess in R/3 (ECC) then you have to include the new field in slection critera (ther is an option available on top menu).
    I would suggest before creating any query go to RSO2 select the data source. Display the field structure and check if the filed is there or not. You maysee Infoset level data directly by data display from top menu. Try that optionas well to check.
    I hope it will help.
    THanks,
    S

  • How to Upgrade solution to get the newly added feature

    Hello,
    I have a scenario like following:-
    1. Have a solution deployed already
    2. Solution have a feature which creates a list on activating and deletes the list on deactivation.
    3. Now modified the exsisting solution as the list should not be deleted.
    4. Feature will create the list if the list not exists only.
    5. Added some others features.
    Now I need to update the new .wsp but it does not reflect the latest added features untill I retract the old one and deploy the new one. If I retract the old one, it deletes the existing list(point#2) which I dont want as the list has lots of data.
    So what should be the proceedure by which I can update the latest wsp and get the newly added feature without deleting the exsisting list?
    Thanks in advance.

    You can use the Update-SPSolution command first:
    Update-SPSolution [-Identity] <SPSolutionPipeBind> -LiteralPath <String> [-AssignmentCollection <SPAssignmentCollection>] [-CASPolicies <SwitchParameter>] [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-FullTrustBinDeployment <SwitchParameter>] [-GACDeployment <SwitchParameter>] [-Local <SwitchParameter>] [-Time <String>] [-WhatIf [<SwitchParameter>]]
    This will deploy your new DLL to the SharePoint environment. After that, retract, remove, add and install the solution to make the new features available.
    Alain de Klerk
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Newly added music problem

    I have a problem in the "newly added" playlist in Walkman. Whenever I open the newly added playlist after my phone is plugged in to my computer, the playlist shows older songs instead of the latest songs copied to my SD card.
    Anyway, I am using Xperia SP. But this problem also occured on my Xperia Go with Jelly Bean update, so I think it's the software problem. Can anybody here give me the solution? I have tried to clear the data of the Walkman app but that doesn't help. Thanks.

    How are you transferring your music to your phone? Are you using any program or do you simply copy and paste the files through the file explorer? Do you experience the same behavior if you move the music to the internal storage?
    What are your thoughts about this forum? Let us know by doing this short survey.

  • Why are my newly added playlists upside down?

    Just this week, I've noticed that my newly added playlists are importing from the file folders on my hard drive to the iTunes and iPod Touch upside down. I accepted an Apple pushed update sometime last week and hadn't noticed anything funny with the playlists until I added a few new ones this week.
    I updated my iTunes to the latest available as of last week and my iPod Touch states that its current version is 4.2.1 (8C148).  I've been reading that iO5 has been having this issue since its release late last year and iTunes intermittently over the past few years going back to 2007 with various version updates; yet, no one had a solution until another update is released.
    Since I have a Gen2 iPod Touch, I didn't think that my firmware could be updated to iO5, which contains this upside issue with the playlists.  But apparently, implements of iO5 exists in the latest 4.2.1 update which causes this issue.
    When looking at the list of songs in iTunes, the newly added songs, even with the correct order of tracks, 1 of 18, 2 of 18, etc, written into the properties of each track, they do not show up properly in the song list.  I have to create a playlist and move the songs over and then manually reorder the songs.  With the iPod Touch, which is weird, the songs move over in order from the playlist created in iTunes, and are visibly in order, but when I access the playlist on the device when not docked to a computer, the songs are in upside down order.  Even when I manually Edit the playlist on the device and correct the issue and save the change, after docking the device to my computer, the songs will revert back to upside down order on the device, but visibly looks fine (correct order) in iTunes and the playlist when the device is still plugged into the computer.
    Does anyone know why this problem exists and what I could do as a workaround to resolve this upside down issue with playlists?

    Think of the arrow pointing from large to small, so the wide fat or large end of the arrow is at the top and the sharp pointy or small end is at the bottom. So it will sort from large to small and alaphbetically Z is larger than A. Click the Name bar and the arrow will reverse with sharp pointy end, small, at the top and large fat end at the bottom so it will now sort A to Z, as A is deemed to be smaller than Z.
    Hope that helps?
    Phil

  • Newly Added Topics Missing From steve o'hearn Exam Guide (1Z0-047)

    Hi,
    I am planning to take exam 1Z0-047.
    I got to se the exam guide for this,(OCA Oracle Database SQL Certified Expert Exam Guide (Exam 1Z0-047)) by Steve o'hearn in market.
    But it seems that syllabus of the exam is modified on 15th september 2014; and newly added topics are NOT present in the exam guide.
    Below are the objectives and topics I feel are missing from the book.
    Restricting and Sorting Data
    Use the SQL row limiting clause**
    Create queries using the PIVOT and UNPIVOT clause**
    Use pattern matching to recognize patterns across multiple rows in a table**
    Displaying Data from Multiple Tables
    Use the cross_outer_apply_clause**
    Using Subqueries to Solve Queries
    Create a lateral inline view in a query**
    Using DDL Statements to Create and Manage Tables
    Truncate tables, and recursively truncate child tables**
    Use 12c enhancements to the DEFAULT clause, invisible columns, virtual columns and identity columns in table creation/alteration**
    Manipulating Large Data Sets
    Use explicit default values in INSERT and UPDATE statements**
    We can find material on these topicsover internet(in fact I have actually worked on few of these topics already as part of my job.)
    But i prefer referring to book as it helps to understand the scope.
    I just joined the oracle forums,and not sure if I am placing this discussion on correct forum/category.
    A humble request to advice if it is at wroing place.

    I am just thinking what next course should I take ?
    Immediate target will be obviously  some PL SQL related test like 1Z0-147.
    BUT what to do after that ?
    In my work experinece so far, I have worked as a developer, senior developer(mainly in maintenace projects , both OLTP and OLAP projects I have worked for.
    that is, small as well as relatively big data volumes.Right from simple DB to DW systems of big enterprise corporation where millions of transactions happen and enter into system each day). I have  also participated in database designing when I worked on project where database was being designed from scratch. so, I am aiming/aspiring for a role something like Designer  or architect roles in the long run.
    I'm glad you found my page useful. I actually recommend 1Z0-144 over 1Z0-147.  The two exams are equivalent in their results, but I feel 144 is the better exam.  Also, 147 was almost retired at one point.  OU backed off, but may put it back on the chopping block at any time.  I wrote an article explaining why I prefer 144 here:
    Oracle PL/SQL Developer Certification: 1Z0-147 or 1Z0-144?
    As to the step after that, 1Z0-146 is the obvious one to gain the PL/SQL OCP.  147/144 will only gain the OCA-level cert.
    If you want to end up as a designer or architect, eventually you must get into database design, which would argue pursuing the DBA track.
    Millions of transactions implies a significant requirement for performance tuning which would argue for the SQL Tuning (1Z0-117) or performance certifications (1Z0-054/1Z0-064).

  • How to insert data into newly added column

    Hi all,
    i am having a doubt how to insert entries into newly added column..
    i created a table with two columns and inserted the data into them then i altered the table by adding additional column.now i want to insert data into that..plz tell me how to do that..??
    thanks in advance..help me

    Small example:
    [email protected]> create table t(id int, id2 int);
    Table created.
    [email protected]> insert into t values (1,2);
    1 row created.
    [email protected]> insert into t values (2,2);
    1 row created.
    [email protected]> alter table t add id3 int;
    Table altered.
    [email protected]> select * from t;
    ID ID2 ID3
    1 2
    2 2
    [email protected]> update t
    2 set id3 = 10
    3 where id = 1;
    1 row updated.
    [email protected]> select * from t;
    ID ID2 ID3
    1 2 10
    2 2
    Best Regards
    Krystian Zieja / mob

  • Newly added contacts suddenly become strangers (not shared their details with you)

    A newly added contact suddenly disappears after a few minutes, it's still present in my contact list, but with the gray question mark and "this person has not shared their details with you", even though in the conversation itself it says "<friend> has shared contact details with <myself>". On the other side, it seems like none of this is happening and my friend can still see my status as if I was their contact (which I am). After re-sending the contact request multiple times (which is instantly accepted, it doesn't seem to even display on my friend's side, he just instantly becomes my contact again) it seems to have sorted itself out and that person is now in my contacts, hopefully for good. Now yesterday I added a new contact and the same thing happens, she appears as a stranger about 10 minutes after accepting my contact request, even though it seemed fine on the mobile app while she was online, but now even mobile considers her as not part of my contacts, and also her profile picture isn't displaying on the mobile app. Note : there is already a thread about this in the Skype for Windows Desktop section, however since this problem has clearly nothing to do with the client you're using and is related to the platform/whatever software runs on Microsoft's servers, I'm reposting this here. Skype for Windows Desktop version 6.20.0.104 running on Windows 7 Professional 64-bit, and Skype for iPhone version "idon'tknowwhat because there's no "about" page apparently" running on iOS 8.0.2, iPhone 5S. My Skype account isn't linked with any Facebook nor Microsoft account (it was, but it's been unlinked about two months ago). To avoid this thread the same fate as the linked one, that is becoming polluted by some smart-ass that believes everything is caused by a virus, corruption of the Skype folder in AppData or compromised account, let me state this right now : my password was changed, the account isn't compromised (checked with /showplaces and the only logged in clients are my desktop and my iPhone) and the AppData folder was already deleted, without success (it made things worse my making my entire contact list disappear for 24h, fortunately they slowly came back one by one), so if you have nothing to say please refrain from copy/pasting such useless answers.

    Hi, I hope someone can help me.  I have a similar problem to Andre (from original post a week ago below).  I only use Skype to communicate with a personal friend who has recently been posted abroad (Europe) to work.  I always sign in via my Microsoft account and have done since Microsoft & Skype merged and I linked the two together.  My contact does the same.  As my accounts are linked, my friend shows up in my contacts both as a Skype contact and also a Messenger contact.  When we communicate, it is normally always via our Skype names although I can see them online under both names.  On Friday night however, they came online but shortly afterwards, I noticed that the grey question mark had appeared next to their Skype name saying 'Person has not shared their contact details with you'.  They are still showing up ok under their Messenger name as it appears as offline, so I have been a bit confused why this has happened and I haven't yet had a chance to speak to my friend to ask them.  I decided to look at the Skype help forum and came across this post by Andre who has had a similar problem, although he says it has happened with a couple of new contacts but his problem has now been resolved.  I was hoping someone could help me and give me some advice as to what I should do now.  I have checked my computer and have the latest Skype version for desktop installed.  I am using Internet Explorer 11; Windows 7 Home version - 64 bit.  I also have the Skype app on my android smartphone which has the most recent updated version.  I don't really use Skype on my phone although I did log-in on late Friday afternoon but didn't stay on long before I signed out.  I have read in posts in the past about corrupted files etc on Skype but because I don't know much about these things,  I don't like to mess about with the programs that are installed on my computer because I don't know what I'm doing. The person who responded to Andre's query was a staff moderator called Aimi, who had previously told him to send the name of the contact in question who had the grey question mark appear beside them.  I would be very grateful if someone could help me with this problem as I would like it sorted out as soon as possible please. Thanks, Linda F. AndréDaniel wrote:A newly added contact suddenly disappears after a few minutes, it's still present in my contact list, but with the gray question mark and "this person has not shared their details with you", even though in the conversation itself it says "<friend> has shared contact details with <myself>". On the other side, it seems like none of this is happening and my friend can still see my status as if I was their contact (which I am). After re-sending the contact request multiple times (which is instantly accepted, it doesn't seem to even display on my friend's side, he just instantly becomes my contact again) it seems to have sorted itself out and that person is now in my contacts, hopefully for good. Now yesterday I added a new contact and the same thing happens, she appears as a stranger about 10 minutes after accepting my contact request, even though it seemed fine on the mobile app while she was online, but now even mobile considers her as not part of my contacts, and also her profile picture isn't displaying on the mobile app. Note : there is already a thread about this in the Skype for Windows Desktop section, however since this problem has clearly nothing to do with the client you're using and is related to the platform/whatever software runs on Microsoft's servers, I'm reposting this here. Skype for Windows Desktop version 6.20.0.104 running on Windows 7 Professional 64-bit, and Skype for iPhone version "idon'tknowwhat because there's no "about" page apparently" running on iOS 8.0.2, iPhone 5S. My Skype account isn't linked with any Facebook nor Microsoft account (it was, but it's been unlinked about two months ago). To avoid this thread the same fate as the linked one, that is becoming polluted by some smart-ass that believes everything is caused by a virus, corruption of the Skype folder in AppData or compromised account, let me state this right now : my password was changed, the account isn't compromised (checked with /showplaces and the only logged in clients are my desktop and my iPhone) and the AppData folder was already deleted, without success (it made things worse my making my entire contact list disappear for 24h, fortunately they slowly came back one by one), so if you have nothing to say please refrain from copy/pasting such useless answers. 

  • Newly added field not getting displayed in ALV output

    Hi All,
       I'm adding one more field/column to be displayed in an old existing program that uses REUSE_ALV_FIELDCATALOG_MERGE to generate the ALV fieldcat.
    DATA: BEGIN OF it_salary OCCURS 0,
            pernr LIKE pa0000-pernr,
            ename LIKE pa0001-ename,
            rtext like lv_rtext, -
    added field
            waers LIKE pa0008-waers
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name         = driver
          i_internal_tabname     = 'IT_SALARY'
          i_client_never_display = 'X'
          i_inclname             = driver
        CHANGING
          ct_fieldcat            = lv_fieldcat[]
        EXCEPTIONS
          inconsistent_interface = 1
          program_error          = 2
          OTHERS                 = 3.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          i_callback_program      = driver
          it_fieldcat             = lv_fieldcat[]
          i_default               = 'X'
          i_save                  = 'A'
          is_variant              = lv_tmplt
          is_layout               = lv_ls_layout
         i_callback_user_command = 'USER_COMMAND'
        TABLES
          t_outtab                = it_salary
        EXCEPTIONS
          program_error           = 1
          OTHERS                  = 2.
    The newly added field is not getting populated in the lv_fieldcat table. Tried running programs BALVBUFDEL,
    BCALV_BUFFER_DEL_SHARED then logging off and logging in but of no help.
    Please provide suggestion for this issue.
    Regards,
    Sridevi S

    Hi,
    Fieldcat is buffered - so use
    I_BYPASSING_BUFFER = 'X'
    Since a while CL_GUI_ALV_GRID is available which does NOT need any fieldcat (is determined internally using RTTI). It is worth playing around whith this class if you have some time. This class is recommended for ALV Output by SAP (but no edit is possible - was never supported officially).
    A simple use would be:
    data: gt_output type standard table of (adjust!).
    *simple ALV output
    data go_alv type ref to cl_salv_table.
    data go_functions type ref to cl_salv_functions_list.
    data go_columns type ref to cl_salv_columns_table.
    data go_column type ref to cl_salv_column_table.
    *Exceprion handlig
    data: go_exception  type ref to cx_root,
          gv_errortext   type string.
    ** fill table gt_output ...
    ** ALV output
    if not gt_output is initial.
        try.
            call method cl_salv_table=>factory
              importing
                r_salv_table = go_alv
              changing
                t_table      = gt_output.
          catch cx_salv_msg into go_exception.
            gv_errortext = go_exception->get_text( ).
            message gv_errortext type 'A'.
        endtry.
    * enable all standard ALV functions
        go_functions =  go_alv->get_functions( ).
        go_functions->set_all( ).
    * hide MANDT
        go_columns = go_alv->get_columns( ).
        go_column ?=  go_columns->get_column( columnname = 'MANDT' ).
        go_column->set_technical( ).
        go_alv->display( ).
    Kind regards,
    Holger

  • BPM Process does not show newly added task

    I added a new task to my current BPM Process which has several tasks already built into it and they work when deployed. When I execute the workflow and get to that step, I get the following message: Details not available for this task. I am using jDeveloper 11.1.1.5. I created my page with ADF. I can see the pages for all the rest of the tasks in my process but not this newly added step. I have checked the source for this task against other tasks in the process and it looks the same. Does anyone have an idea what I might need to change or add in order to make this work?
    Edited by: user10279592 on Jan 13, 2012 7:20 AM

    If you're getting the Server 500 error and it is not an initiator task, what are you seeing at the bottom of your log file?
    If you're getting the Server 500 error and it's an initiator task, then there is a trick to figuring out the real problem (close the dialog -> refresh the worklist -> select the work item at the bottom of the list). The initiator activity makes it necessary to do this additional step to see what the issue is.
    Hope this helps,
    Dan

Maybe you are looking for

  • Weirdness with Bullets and Numbers

    I'm using RH8 on Windows XP.  Ever since I upgraded, every time I format a block of text with bullets OR numbers, the software changes my Arial 10 point text to Times New Roman 12.  It's getting annoying having to reformat my text every time I put it

  • Im getting error 16820

    im getting error 16820

  • Cluster Disk keeps going offline. Service or application failed

    We currently have 2 servers, both housing 3 VMs (6 nodes total).  2 Disk are used to house these VM's.  Cluster Disk 1 keeps going offline, which kicks 2 of our servers offline until we migrate the disk to another node (puts it into redirected mode).

  • Is there any IDE for compiling/debugging FlasCC apps?

    I want to use FlasCC for a large project, but I have no experience with GDB. Is there an IDE for FlasCC out there so I can do the compiling/debugging things (mostly debugging)? Or could anyone tell me how to configure one (like eclipse)?

  • Managed Server is not responding

    Hi All, I have an application (UCM 11g 11.1.1.5) running on WLS (10.3.5) like one Admin Server and 2 managed servers (UCM,IBR). Yesterday when i tried to access the application, its not responding. I am not getting error, waited for around 15 mints.I