Timesheet - Date Population

Hey -
I am working on a semi-monthly timesheet form where the user will enter the period ending date. I'd like for the day of the month fields (1st, 2nd, etc) and the day of the week fields (M, T, W, etc) to auto-populate if possible. I am open to having the user enter both the period start date and period end date if necessary. I'm using Livecycle and most of the posts I've read regarding this are counting the number of days in between. The biggest issue I'm having is that the number of days in the pay period are different depending on the month. The PP ends the 1st and 16th. Any suggestions you have would be great - Thanks!

How about something like this?
The image, below, is a table where the first column is called 'date'. After you pick the date for row 0 (highlighted in yellow), the dates for the previous 7 days are calculated. The nice thing is that FormCalc takes care of calculating the dates correctly.
// form1.page1.subform1.table_.row_[0].date::exit - (FormCalc, client)
var dayNum = Date2Num($.formattedValue,"MM/DD/YYYY")
row_[1].date.rawValue = Num2Date(dayNum-1,"MM/DD/YYYY")
row_[2].date.rawValue = Num2Date(dayNum-2,"MM/DD/YYYY")
row_[3].date.rawValue = Num2Date(dayNum-3,"MM/DD/YYYY")
row_[4].date.rawValue = Num2Date(dayNum-4,"MM/DD/YYYY")
row_[5].date.rawValue = Num2Date(dayNum-5,"MM/DD/YYYY")
row_[6].date.rawValue = Num2Date(dayNum-6,"MM/DD/YYYY")
Steve

Similar Messages

  • How a sales order for a MTO sku can always have required date populated bas

    Hi,
    how a sales order for a MTO sku can always have required date populated based on full lead time ?
    Thanks,
    Raja

    Hi,
    If you run MRP against sale order by tcode MD50, system will generate planned order.
    System will generate basic or lead time scheduling depends on MRP run parameter selected in initial screen of MRP run.
    If you select lead time scheduling, system will time from routing and thus generate scheduled start date & finish date.
    If your requirement date say 10/08/08. Lead time 10 days. So system create scheduled start date on 01/08/08 during MRP run.
    Regards,
    Dharma

  • How to delete timesheet data in MAM 2.5?

    Hello experts,
    I need to find a way how to delete timesheet data (Mam010Item090) from the MI Client (SP18) running MAM 2.5. The task seemed to be quite straightforward however for some reason all the notifications are staying in IN_SYNC state which prevents me from deleting them.
    Anyone knows why they stay in this state, possibly what to do to change their state?
    Any help would be greatly appreciated.
    Regards,
    Frank

    Hi,
    1. MAM010Item090 is notification long text, not timesheet. So there is some confusion on what exactly you want to delete.
    2. Records in DB have three statuses: G - global, which means data was synhronised with the backend, L - local, data was created on the device but not synchronised to the backend yet, S- In-sync, synchronisation process in Mobile Infrastructure is always asynchronous which means that there are always 2 requests for data exchange to process one data update transaction. When first request was sent from the device to the middleware but no response received yet - data record will be in status in-Sync.
    Data can stay in status "S" for multiple reasons. Some examples: when data change request (BAPI) was executed it ended with ABEND or didn't provide a proper response, device DB got corrupted (exception thrown while synchronising), mobileID has some qeues in status "I-Waiting", etc.
    There is no universal solution on how to fix the situation: it might be a client reset, or SyncBo got deactivated (and that caused I-Waiting situation), etc.
    And standard MAM has no such object as timesheet. Did you mean time confirmation?
    Regards,
    Larissa Limarova

  • Mandatory Infotypes to post Timesheet data to Plant Maintenance orders

    Hi all
    Can somebody tell:
    What are theMandatory Infotypes to post Timesheet data to Plant Maintenance orders via CAT2. I tried creating a data entry profile with PM/CS order objects checked,I need to know ,does it need to be assigned to the user id or some role? As of now CAT2 is not showing any personnel numbers though they are assigned in the Work centres.

    Hi Rohit
    I guess you need to maintain IT-0007 & IT-0315 for the pernr.
    Edited by: Abap on Jan 11, 2010 12:48 AM

  • Data population into 2D barcodes in LiveCycle 9 forms

    I am building a form that populates the data entered into text fields, drop-down lists, etc. into a 2D data matrix barcode.  The form has a "Wecome Page" where the user selects what sub-form they want to complete.  I have actions created that cause all the sub-forms to be disabled and invisible until that sub-form is selected.  Once it is selected all other sub-forms are set to remain disabled and invisible.  After the selected sub-form is completed the user clicks on the "Print Button" and the sub-form is printed with the data populated into the 2D barcode.  Currently as the selected sub-form is being filled in, tabbing to the next field is slow (about 3 to 5 seconds) becuase the data is going directly to the barcode.  Is there a way to have the data popluated into the barcode before the sub-form is printed in order to improve the performace?
    Thank you

    Hi again Steve, and thanks for the response.
    The workflow is an interactive form which will be completed by the customer.
    Do correct me if I'm wrong - I want to be absolutely sure I got this right:
    As far as I understand, a viable option would be to generate the barcode on the server, using data which is also used to pre-populate the form. The server should then be able to stream the form to the client WITHOUT reader extending it, and the client should be able to see the barcode, complete the form and print it using plain Adobe Reader.
    If I however want the barcode to be generated from data entered interactively into the form, I have three options:
    a) Reader extend the form before streaming it to the client.
    b) Make sure the client fills out the form using Acrobat Pro.
    c) Have the client complete the form (without barcode) and submit it to the LC server, which could then generate a new form WITH barcode and return it (as for instance an PDF/A) to the client.
    None of the options above require the LC 2D Barcode module, as the LC 2D Barcode module is only needed when decoding an already existing bar code.
    How am I doing so far? :>

  • Have timesheet data. Trying to get staff at risk of burn out (worked 8hrs a day during last 3 weeks)

    Hi all,
    I've been trying to get a semi-complex measure out for over a day now but seem to be going round in circles. Most frustrating is I don't quite understand why one version throws an error, another throws out the wrong number and then whatever you guys come
    up with will give me the correct answer!
    I have a workbook uploaded here which I used for a different question, but majority of the data model is the same :
    https://onedrive.live.com/?cid=1C0322C61F94C9E9&id=1C0322C61F94C9E9%21125
    What I'm trying to do is find staff members that are at risk of burn out (eg consistently working > 8hrs a day)
    My main timesheet table (Time) is as such:
    StaffID (fk to staff table)
    ClientID (fk to client table)
    TaskID (fk to task table)
    TimesheetDate (fk to date table)
    EffortInHrs
    my date dim is standard fare, only thing i've added is an EndOfWeekDate (eg EOWDate. sunday is the last day therefore for each date for this week the endofweekdate column = 18-jan. For last week it was 11-Jan etc) and I also have a 'last freshed date' that
    shows the last time the model was refreshed
    A staff member can only record time against a specific task once per day, but they can have multiple tasks across multiple clients for one day
    The business rule im working with is
    if they've worked more than 8hrs at least once in the last 3 weeks (dates that fall between EOWdate for 'now' minus 3 weeks and EOWdate for 'now' ), then return the sum of EffortInHrs for all clients for every day in the last 3 weeks
    I've given up in getting it in one go so i'm trying to cobble together a number of calc columns and measures to get me closer.. but it all seems to stall
    eg the following calc column (DailySumOfHrs)
    =
    CALCULATE (
    SUM ( [EffortInHours] ),
    FILTER (
    ALLEXCEPT ( TIME, 'Time'[TimesheetDate], TIME[StaffID] ),
    DATESBETWEEN (
    'Date'[Date],
    'time'[TimesheetDate],
    'Time'[TimesheetDate]
    gives me the sum of effort in hrs for the day for each staff member. I couldn't get a measure version of this working. It would either aggregate across all days/staff or give context errors.
    So when I tried to take it to the next step to find the max using the same formula
    =
    CALCULATE (
    SUM ( [EffortInHours] ),
    FILTER (
    ALLEXCEPT ( TIME, 'Time'[TimesheetDate], TIME[StaffID] ),
    DATESBETWEEN (
    'Date'[Date],
    'time'[TimesheetDate],
    'Time'[TimesheetDate]
    I get errors, i'm guessing because i'm mixing my fact and date tables now and it doesn't know it can use the TimeSheetDate 'context' to filter.
    To get the 'last 3 weeks' filter working I added the following to the date dim
    =if([EndOfWeek]<[RefreshDateLocal] +7 && [EndOfWeek] > [RefreshDateLocal] -14,1,0)
    i then used it in an intermediate measure to get the max at the weekly grain
    WeeklyMax :=
    IF (
    MAX ( 'Date'[Last3WeeksFilter] ) = 1,
    CALCULATE (
    MAX ( TIME[DailySumOfHrs] ),
    FILTER (
    ALL ( 'Date'[date] ),
    MAX ( 'Date'[EndOfWeek] ) = MAX ( 'Date'[EndOfWeek] )
    'Date'[Last3WeeksFilter] = 1
    BLANK ()
    and finally the measure itself
    BurntOutHrs:=if([WeeklyMax]>8,SUM([EffortInHours]),blank())
    I am not happy with this at all. There are so many conditions (eg filters added) that need to be satisfied for this to return a sensible result and I need to expose a number of the 'backend' filters that users would need to add to the report to get the correct
    answer.
    As is, it only works for a simple Staff, date, burntouthrs report. If users attempt to create their own pivot table/chart and try to break it down by client or task it doesn't look right at all. I'd also like to be able to count how much stuff are working
    long hrs but this approach wouldn't support that at all.
    I could probably post dozens of my attempted dax that to me logically look like it should work but either aggregate wrong or throw context errors. Unfortunately my current approach to dax still is to try various, almost random variations until one works
    for whatever reason
    I always aim to have a measure that 'just works' in all contexts where it makes logical sense. For me to get that happening here i'd probably need to spend another few hrs trying all kinds of allexcept() conditions for each filter where i want it to work
    and hope none contradict each other
    Thinking about it now, this isn't really a separate measure at all.. i think a better approach would be to add a calc column to the staff table that checks if that staff member has >8hrs assigned for any day (i dont think the default time->staff relationship
    would allow this though). But i'm still interested on how to accomplish it using the separate 'measure' approach
    I'll go spend the rest of today trying to get the flag working in the staff dim!
    Thanks!
    Jakub @ Adelaide, Australia Blog

    Jakubk, is this still an issue?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Data Populated in a single row??

    Hi,
    I have a requirement as follows:
    Suppose there is a column "A". There many be "n" no. of records for that column "A"
    I want the code logic for this to sum up all the "n"  no. of records,which is of  type amount and to be populated in a single row.
    Ex :
    Column A
    7867.68
    5658.65
    566765.44
    n
    like this "n"  no. of records would be populated (at the runtime).
    I need the output as :
    Column A
    SUM(7867.68 + 5658.65 + 566765.44 + .......n) in a single row.
    Immediate reply would be greatly appreciated.
    Thanks in advance,
    Regards,
    Vamc
    Message was edited by: Manish Kumar : Do not ask for urgent/immediate reply

    Hi vamshi,
    Both Collect and AT END OF.... END AT, we can use for the above requirement.
    Collect Statement:
    LOOP AT IT_TABLE into WA_TABLE.
         COLLECT WA_TABLE TO IT_FINAL.
    ENDLOOP.
    Control Break Statement (AT END OF... END AT):
    If you are using Control break statement, before LOOP Statement, sort the table as shown below.
    "Data Declarations
    DATA: L_END TYPE I VALUE 0,
                L_COUNT TYPE I VALUE 0.
    "Sort the Internal Table
    SORT IT_TABLE BY MATNR.
    LOOP AT IT_TABLE INTO WA_TABLE.
         L_COUNT = L_COUNT + WA_TABLE-VALUE.
         AT END OF MATNR.
              L_END = 1.
         ENDAT.
         IF L_END = 1.
         MOVE CORRESPONDING WA_TABLE to WA_FINAL.
         "Assign Count value
         WA_FINAL-TOTAL  = L_COUNT.
         "Append the value to Internal Table
         APPEND WA_FINAL TO IT_FINAL.
         "Clear WA & Count
         CLEAR: WA_FINAL,
                        L_COUNT,
                        L_END.
         ENDIF.
    ENDLOOP.
    Regards
    Rajkumar Narasimman

  • Can data in a Project 2010 file be synced with PWA timesheet data submitted against an un-published task?

    I recently learned that best practice when you're mid-project and have a task that should no longer be charged to is to use the "Close Task to Update" option in Project Server 2010 instead of setting the "Publish" field to "No"
    to remove the task from team members' timesheets because removal of task entries can lead to data inconsistencies.
    Prior to learning this, one of these data inconsistencies was introduced into one of my project files. Specifically, I set the "Publish" status to "No" on completed task without realizing that a team member had submitted a correction
    to a previous time period's timesheet that had not yet been approved. These corrected data are now shown in the Reporting Database, but they did not get carried through to the project file.
    Is there a way to reconcile the data shown in the project file with the data in the Reporting Database?

    Prasanna,
    Here's what I think happened:
    User submitted incorrect actuals against Task A on his timesheet. (In addition to the expected hours against the current period [TS1], he had accidentally submitted actuals against a future time period [TS2] that was not part of my current review window.)
    Not realizing he had incorrectly reported his time, I accepted the actuals and published them to the project.
    I updated the project, changing the Publish flag for Task A to No since no further work was expected against the task.
    The following week, the user resubmitted a correct version of TS2.
    The reporting database got updated with the new TS2 data.
    Everything in my approval queue that was submitted by this user has been approved and published; however, the data in my project file does not match what I am seeing in the reporting database.
    Do I just need to change the Publish flag for Task A back to Yes to get my project file to capture the changes that were made during the resubmission of TS2?

  • Data population in a dropdown inside a Table in WebDynpro Java

    Hi All ,
    I have a table inside which there is a dropdown in a ZCI Form. I am using enumerated dropdown list.
    The issue is binding of this dropdown is not woking as it works for normal dropdown.
    I am getting pdfdocumentcreation exception if trying to bind this dropdown using dynamic binding.
    Anybody help me out to solve this issue.
    regards
    Ravindra

    Hi,
      Refer the below link you will get useful information
    Dropdownlist to display r3 table
    Re: DropdownList box to display R/3 table
    see this link for when to use DropDownByIndex (DDI) vs DDK (DropDownByKey) and how populate data from R/3.
    Re: webdynpro populating dropdown values programmatically
    create context value attribute and bind to drop down by key
    not getting value from DropDownByKey
    Dynamically adding values to dropdown by key thread
    Dynamicaly adding values to DropDownByKey
    Dropdown by key
    dynamic DropDownByKey
    http://help.sap.com/saphelp_nw04/helpdata/en/4a/8613e41629344194e4f40393740d51/content.htm
    Regards,
    Saraswathi.
    Pls reward points for useful info
    Message was edited by: Saraswathi D

  • Issue In internal table data population in the o/p

    Dear Guru , I have encountered an issue for which i am not able to findout the logic  . I have an internal table through which i am populating the below data for detail report format :->
    Plant     Material Number          Storage Loc     Movement Type          Avg Days
    019     0820B0073          MOD3          101               space
    019     0820B0073          MOD3          101               space
    019     0820B0073          MOD3          101               space
    019     0820B0073          MOD3          101               space
    019     0820B0073          MOD3          101               space
    020     0820B0074          MOD4          101               space
    020     0820B0074          MOD4          101               2
    020     0820B0074          MOD4          101               3
    The requirment is like this the summary report should show o/p like below addition of all the rows with respect to plant , material, storage location and movement type :-
    Plant     Material Number          Storage Loc     Movement Type          Avg Days
    019     0820B0073          MOD3          101               space
    020     0820B0074          MOD4          101               5
    but when i am adding it with respect to plant, material, storage location and movement type the o/p i am getting is like below
    Plant     Material Number          Storage Loc     Movement Type          Avg Days
    019     0820B0073          MOD3          101               0
    020     0820B0074          MOD4          101               5
    becasue addition of 5 spaces ( Avg Days )of plant 019 is coming as ZERO --> 0
    so Guru what logic i should use to get the proper o/p,..I have Used Following logic to perform summation with respect to plant, material , storage loc and movement type.
    CLEAR: wa_mkpf_mseg, w_werks, w_matnr, w_lgort, w_bwart.
    LOOP AT t_mkpf_mseg INTO wa_mkpf_mseg.   
    IF wa_mkpf_mseg-werks EQ w_werks AND wa_mkpf_mseg-matnr EQ w_matnr AND wa_mkpf_mseg-lgort EQ w_lgort AND wa_mkpf_mseg-bwart EQ w_bwart.
          CLEAR: wa_p_coi.
          READ TABLE t_p_coi INTO wa_p_coi WITH KEY werks = wa_mkpf_mseg-werks matnr = wa_mkpf_mseg-matnr lgort = wa_mkpf_mseg-lgort bwart = wa_mkpf_mseg-bwart.
         IF sy-subrc = 0.
         wa_p_coi-Avg Days    = wa_p_coi-Avg Days   + wa_mkpf_mseg-Avg Days.
         MODIFY t_p_coi FROM wa_p_coi TRANSPORTING Avg Days   .
         CLEAR: wa_p_coi, wa_p_coi.
         endif.
    ELSE.
          wa_p_coi-werks                     = wa_mkpf_mseg-werks.
          wa_p_coi-matnr                     = wa_mkpf_mseg-matnr.
          wa_p_coi-bwart                   = wa_mkpf_mseg-bwart.
          wa_p_coi-lgort                     = wa_mkpf_mseg-lgort.
          wa_p_coi-Avg Days                  = wa_mkpf_mseg-Avg Days   .
         APPEND wa_p_coi TO t_p_coi.
               CLEAR: wa_p_coi.
    ENDIF.
        w_werks = wa_mkpf_mseg-werks.
        w_matnr = wa_mkpf_mseg-matnr.
        w_lgort = wa_mkpf_mseg-lgort.
        w_bwart = wa_mkpf_mseg-bwart.
       CLEAR: wa_mkpf_mseg.
      ENDLOOP.

    The soln what i found after working out
    CLEAR: wa_mkpf_mseg, w_werks, w_matnr, w_lgort, w_bwart.
    LOOP AT t_mkpf_mseg INTO wa_mkpf_mseg.
    IF wa_mkpf_mseg-werks EQ w_werks AND wa_mkpf_mseg-matnr EQ w_matnr AND wa_mkpf_mseg-lgort EQ w_lgort AND wa_mkpf_mseg-bwart EQ w_bwart.
    CLEAR: wa_p_coi.
    READ TABLE t_p_coi INTO wa_p_coi WITH KEY werks = wa_mkpf_mseg-werks matnr = wa_mkpf_mseg-matnr lgort = wa_mkpf_mseg-lgort bwart = wa_mkpf_mseg-bwart.
    IF sy-subrc = 0.
    if wa_p_coi-Avg Days  = ' ' and wa_mkpf_mseg-Avg Days = ' '.
    wa_p_coi-Avg Days = ' '.
    ELSE
    wa_p_coi-Avg Days = wa_p_coi-Avg Days + wa_mkpf_mseg-Avg Days.
    Endif.
    MODIFY t_p_coi FROM wa_p_coi TRANSPORTING Avg Days .
    CLEAR: wa_p_coi, wa_p_coi.
    endif.
    ELSE.
    wa_p_coi-werks = wa_mkpf_mseg-werks.
    wa_p_coi-matnr = wa_mkpf_mseg-matnr.
    wa_p_coi-bwart = wa_mkpf_mseg-bwart.
    wa_p_coi-lgort = wa_mkpf_mseg-lgort.
    wa_p_coi-Avg Days = wa_mkpf_mseg-Avg Days .
    APPEND wa_p_coi TO t_p_coi.
    CLEAR: wa_p_coi.
    ENDIF.
    w_werks = wa_mkpf_mseg-werks.
    w_matnr = wa_mkpf_mseg-matnr.
    w_lgort = wa_mkpf_mseg-lgort.
    w_bwart = wa_mkpf_mseg-bwart.
    CLEAR: wa_mkpf_mseg.
    ENDLOOP.

  • 2LIS_02_ITM No Data Population for BWVORG

    Hi Everyone,
    I have activated & filled the setup table for 2LIS_02_ITM. Somehow, the data for BWVORG (SAP BW Transaction Key) is not being populated.
    How could this issue be resolved?
    Thanks in advance. Points will be rewarded.

    Hi,
    Did you activate the process keys? Also check whether it is coming in RSA3 or not ? Please also take a look at the two note below that should help you.
    Note 684465 - BWVORG for purchasing data sources
    Note 353042 - Howto: Activate transaction key(PROCESSKEY)
    Regards,
    ®

  • Best option to save data populated from a web service?

    I have manage to made a windows form that uses a web service to populate the data into a DataGridView. Then I have a column for adding comments next to each row. So a user could add some comments about this data for each row. Also I have a drop down list
    to select some options for each row.
    Actually everytime when connecting to this web service there are 7 DataGridViews that are populated with data, one for each TabPage added to a TabControl. So 7 tabs then.
    If I close this form and reopen it then it's all gone.
    What is the simpliest way if I want to store the settings (comments and selected option in drop down list). The idea is that I want to store this as a project under a name like "Project1", "Project2" etc. So every project would
    have their own settings. Then when starting the application all over again, instead of populate it from the webservice, I then load it from wherever it's stored. So I can pick the particular project I want for example "Project1".
    So what is the easiest options here? Would it be best to store it in a database or could it be stored in different datasets (one for each project)? Also if I use a dataset every TabPage with it's own unique DataGrid would then be represented as DataTable
    I suppose. But then I don't know if the data in a dataset would still be there the next time - if it only stores temporarily?
    As for now my only intention is to build this for myself, so I don't need to have any end user in mind. 

    Hello,
    Here is one idea which may  be implemented in several ways.
    The data stored locally that is not available in the web service (let's look at the web service as read-only) could be stored in a xml file then read into your project via DataSet.ReadXml and DataSetWriteXml to save changes.
    For this to work you need to utilize primary keys to identify data coming from the service to match up with locally saved data.
    That is the concept which as stated above can be implemented in many ways. I would suggest using a class dedicated to the above and not place the bulk of the code into your forms.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • Item data populating

    Hi all,
    Im populating item level data (purchase order date -- sold-to-party) field vbkd-ihrez with e1edkpa1, qualf ag and field ihrez. but its not populating that field when the order is created. is there any other segment to populate the data. i tried it with e1edp02. but im not sure which qulaifier to use if i use e1edp02. could someone help me with this.
    Thanks,
    Kishore.

    Now I understand.  Unfortunately IDOC_INPUT_ORDERS only updates thhe IHREZ field at the header level and not at the Item level.
    You can see this if you go into the FM and hit the search button.  Put in VBKD-IHREZ and make sure you hit the "In Main Program" checkbox.  You will see some calls to subroutine DYNPRO_SETZEN.  From this list you can see that this field is only being populated from XVBAK and not XVBAP.  If you need to populate a field at the item level your only options without user exit programming are IHREZ_E or BSTKD_E.
    Chris

  • Data populated in internal Table its not diplay in result

    Hi ABAPers,
                         i have one doubt in internal table one field data is populated but in result its diplayed. can  any one tell me the solution for this
    regards,
    kishore.

    hi this is a simple report on internal table.
    REPORT  zvenkattest0.
    TABLES:pa0002,pa0008.
    data:begin of it_pa0002 occurs 0,
         pernr like pa0002-pernr,
         begda like pa0002-begda,
         endda like pa0002-endda,
         vorna like pa0002-vorna,
         nachn like pa0002-nachn,
         end of it_pa0002.
    SELECT-OPTIONS: S_pernr FOR pa0002-pernr.
    START-OF-SELECTION.
      SELECT pernr
             begda
             endda
             vorna
             nachn
             FROM pa0002
             INTO  TABLE IT_pa0002
             WHERE pernr IN S_pernr.
    sort it_pa0002 by pernr begda descending.
    loop at it_pa0002.
    write:/ it_pa0002-pernr,
            it_pa0002-begda,
            it_pa0002-endda,
            it_pa0002-vorna,
            it_pa0002-nachn.
    endloop.
    reward points if useful,
    venkat.

  • Entitlement Attributes data population in OIA

    Hi,
    We would like to know how to import Entitlement attributes present in the OIM and target resources into OIA. We assume that when we import the accounts present in the OIM the corresponding entitlement values are populated into the Attributes table, other than that in case there are any new entitlement attributes created on the target resource such as a new AD Group, please let us know how we can have these values into the OIA repository or identity warehouse in a real-time basis, which would enable us to carry on the Provisioning Policy definition process as well on the OIA and export it back to OIM
    Thanks
    Avinash

    Hi Shrivastava
    Thanks for your response. I have already done the steps as mentioned in the post you have provided. After display, the manipulation of data is yet to be done.
    But, before that, one problem which I am facing now is that I need to display the list in a container. The list is getting displayed on a screen without the container, but when I am trying to display it in the container, a blank screen comes.
    TRY
         CALL METHOD CL_SALV_TABLE=>FACTORY
           EXPORTING
            LIST_DISPLAY   = IF_SALV_C_BOOL_SAP=>FALSE
             R_CONTAINER    = ref_bottom_container
             CONTAINER_NAME = 'NAME'
           IMPORTING
             R_SALV_TABLE   = l_gr_alv
           CHANGING
             T_TABLE        = <T_ITAB>
        CATCH cx_salv_msg .
      ENDTRY.
      l_gr_alv->display( ).
    I have already initialized ref_bottom_container as
    CREATE OBJECT ref_bottom_container
                    EXPORTING clsid = SPACE
                              name = 'NAME'.
    Could you please help me find out the issue with this?
    Thanks again!
    Debolina

Maybe you are looking for

  • Posting balance is not cleared (Period 06 / 2011 A) error

    Mates I'm trying to do a Test run; no documents are created .system throws a the error message.I realize its a common error but hoping to fix this. "Posting balance is not cleared (Period 06 / 2011 A) Message no. 3G103 Diagnosis The employee has been

  • NFS write access without local user

    Hi, I try to get write access to NFS from one to another linux system without local user account and group. System 1. /etc/exports -->set nfs share /backup Folder /backup all files owned by oracle:oinstall oracle(104):oinstall(106) 664 System 2. user

  • Link to download firmware s

    I understand i need to download these softwares before i can update my at&t Lumia 1520 to denim. Is there a link to download firmware : 02061.00074.14273.33019 and firmware 1028.3562.1407.1001 Solved! Go to Solution.

  • How get pervious row value in grid

    hi master sir I have grid in my form my user design the balance sheet Then he want add the last row value in next row Such as Row2          amount=1000 Row3               row2+2000 Total          row3-row2 How I get last row value Please give me idea

  • Install instructions for CS6 upgrade for WIndows missing - in what order should files be run?

    After over 14 days of dealing with the idiots at Adobe Support, opening and closing of 2 cases multiple times, promised emails not being sent (and being blamed for having my email set up to filter out Adobe emails), attempts to charge me for the alre