Work area

Suppose i have created one structure and that structure having the field of bkpf and bseg table. Now in my report i want to create work area for bkpf. And in next step I want to transfer the value of bseg into itab. And at last want to compare the wa_belnr with itab_belnr.
How I will do that. What would be the syntaxt for that.

Hi,
        step1-   first declare the structure.
                            DATA : begin of t_struct,
                                      end of t_struct.
         step2-   now declare the internal table .
                           DATA : itab type standard table of t_struct with header line.
         step 3- now declare the work area.
                          DATA : wa type t_struct.
now append wa to itab.
*****do rewards if usefull
vijay

Similar Messages

  • Photoshop CC work area troubleshooting on wacom tablet

    Hi I have a very odd problem going on with photoshop cc while using my wacom tablet. For the most part it runs fine with no real problems whatsoever. I can work on photoshop normally until I move my cursor away from the wacom screen, back to my MacBook, and click out of the program. Once I do this the work area in photoshop disappears. specifically meaning the window where my current file is being made goes blank. everything around the work area appears the same, like the tools, tabs, etc.  My only solution to this problem is to turn off and on the wacom tablet. It works fine after that until I click out of the program again. Its getting pretty annoying to deal with now so any help would be super appreciated. I will post pics to give you guys an example when I get the chance. Posting from my phone right now.
    here are my specs:
    Macbook Pro  15-inch
    2.3 GHz Intel Core i7
    4 GB 1600 MHz DDR3
    NVIDIA GeForce GT 650M 512 MB
    OSX 10.9.2 (13C64)
    Cintiq 13 HD

    Is it just slow drawing, or is actual computation (image size, rotate, GBlur, etc.) also slow?
    If the slowdown is drawing, then the most likely culprit would be the video card driver. Update your driver from the GPU maker's website.
    If the computation slows down, then something is interfering with Photoshop. We've seen some third party plugins, and some antivirus software cause slowdowns over time.

  • Work area field value not getting populated in table control grid.

    Hi all,
    I am currently facing an issue where I have declared a variable and have fetched the workarea field name in it. To be exact, the variable contains the workarea name whose value I am finally populating to the table control. Now although the workarea name when manually copied and pasted in field name in debugging mode exhibits the value of the it, Im unable to fetch the same value in the variable as I have only the work area name in it. I need the value of the workarea-field to be in the variable.Please provide your valuable suggestions for this issue...
    Regards,
    Edited by: Vishwanath Sreedharen on Jan 2, 2012 3:25 PM

    Hi Nabheet,
    Please consider the below example...
    DATA: l_var(30) TYPE C.
    CONCATENATE 'wa' '-' I_FIELD2-NAME INTO l_var.
    The i_field2-name contains the name of a custom table field CP_CUSTOM_GRP. So now the l_var contains wa_cp_custom_grp.
    Now consider the wa_cp_custom_grp has a value 'BA'.
    Now my issue is the l_var contains wa_cp_custom_grp but not its value(too obvious)... Would like to know whether is there a way through which the value of this wa_cp_custom_grp  'BA' could be populated to the variable l_var...

  • ALV Report: How to pass the variable in Work area to the FM ? Please help !

    I want to pass the field in the work area which contains the floating point numbers to FM 'FLTP_CHAR_CONVERSION_FROM_SI'. This the correct FM, I have tested.
    If I specify the field with Tab name in FM , It says its not an internal table with header line.
    Please help me, How should can I proceed further and pass the field to FM and get it back in work area.
    And an other issue is I want to sum the particular field in the output.
    Is there a way to do using 'PF-STATUS', if so how ? or what is the alternative for this ?
    Please help me with my issues.
    I'm new to ALV reports.
    Thanks in Advance !

    Hi,
    For your FM issue, i think you are trying to pass the field in the FM as ITAB-field, while you should be taking the data in the work area first and then pass this work area in the FM as WA_ITAB-field.
    I hope this will resolve your prob.
    I mean loop at the table and take the values into work area, update the internal table with changed value. This way by the end of loop you will have all your fields converted.
    Please explain a little more about your second doubt, it is unclear(to me atleast).
    Edited by: DeepakNagar on Jul 28, 2011 6:08 PM

  • How to find workarea ID for the work area name.

    Hi Experts..
    How to find workarea ID for the work area name.(Work area name CCIHT_WAH-WAID and I want to fetch characteristic data from table AUSP matching the OBJEK field,but I only have Work area name).Can anybody help me to find tables or relationship between Workarea ID and Workarea name for the same.I am using TCODE - CHIB02.Once I select a workarea and click on IHS Data button,I get data for that workarea.I need to find where this data comes from and How is this fetched.
    Points would be rewarded for helpful answers..
    Thanks
    Kunal Halarnakar

    U want to fetch the workarea description ?
    we can fetch it from CCIHT_WALD table with the RECN value.
    The informations are stored in AUSP table with the characterstic(ATINN) value.

  • Issue in 7.3 - The Work area is not long enough

    Hello All,
    currently i am facing issue in my new BI 7.3 server when i try to execute planning sequence, i am getting the below error:
    We have recently moved from 7.0 to 7.3 version very recently and when i try to execute the planning seq it raises above shown error but we have the same code in the BI 7.0 and nevere faced any issue while execution of Planning Sequence and we din't even changed the code.
    we are using this Work area <WA_STATUS> in Customer exit and also in the Program.
    It will be so helpfull if you let know why it is raising error and also wanted to check have any one faced simmilar issue in 7.3.
    Thanks in Advance,
    PJ.

    Hello Yogesh,
    Thanks for your reply!!!
    We have solved the issue.
    the issue is really due to after 7.3 Upgradation the RSPC_MONITOR had two more new feilds added
    1) UNAME & 2) CHECK_TIME
    and this fields doesn't exist in the 7.0 Version so due to this inconsistancy the Structure was failing.
    so we have included two new Fields in the structure in the program and in the Customer Exit and working fine now.
    With Regards,
    PJ.

  • Schedule lines and work area

    Hi All!
    While entering the multiple line items in the sales order(Quotation) screen , at the 60th item the system throws following error message :
    System : Schedule lines of Item 000060 is not in Work are.
    Has anyone ever came across such message during quotation creation?
    Early reply will be appreciated!
    Thanks,
    Mamata

    Hello Sir,
    We have the same issue appearing
    Item XX for scheduled line XX is in the work area
    I am not too sure about the T-Code OQ77 mentioned above. Could you please let me know the reason behind this error as the sales order the error message is appearing is a standard order (Norm Item).
    I am not sure how to get rid of this error as it is appearing in a number of sales orders
    Thanks in advance for the replies
    Regards,
    Doss

  • How do you reset the Work Area Bar to auto adjust?

    This is something that's been a thorn in my side for a while. Maybe I'm just being OCD about it... but I've been wondering if there is a way, once you reposition the I / O points of the Work Area Bar (WAB) you can get Pr to go back to auto adjusting it to the end of your clip.
    You can double-click it to get it to expand to the full length of the sequence, if you remember to do that... Sometimes I'm in a rush, or I have 10 sequences and I miss the fact that my WAB is not all the way to the end. I select and batch drag them all to Media Encoder and *POW*... I've forgotten to stretch the Out to end on one sequence ... and I have to re-render. A pain, yes, something I should have double checked, but at 2am these things can get missed.
    So, can you get the Work Area Bar to auto adjust again?
    If yes, it's probably something ridiculously obvious – but I'll take it!
    Thanks
    Stephen

    I would have an issue with auto or a default  for a number of reasons.
    Not least this one...
    I now place dummy clip ( black video)  a  distance off the end of my sequence to prevent the End of Sequence Marker displaying at the end of my edited material.  I dont want that included in an export.
    Here is another...
    As I get to lock down and I am sending previews to clients...I insert Black Video head and tail of the edit so that the preview does not start  jarringly on first frame video.  I have I and Os marked so that I can simply  export "Program at length (without black head and tail) when I  come to master.
    and...
    Often I have edit versions (TVCs) on the same time line ( sequence) and I need to adjust WAB or I/Os to export them separately.
    Automating stuff to eliminate our dumb moments doesnt help much because it just opens the chance of another dumb moment driven by expectation and forgetfulness. .
    Mental checklist is the only way IMHO.

  • How to delete a shortcut favorite from the browser in the WORK Area

    Hiho,
    creating a shortcut favorite icon of a browser-website in the work area shows up a symbol to use this shortcut. In the private area I can delete this favorite-symbol by tapping longer on the icon an a trashcan shows up, so I can delete the icon (and the browser favorite from the private area). Not so in the work (buisiness) part of the BlackBerry, there is no possibility to delete this icon. I can't find a policy on the BES10 server or thomething on the Z10, any ideas how i can remove the icon?
    Greetings... Ifrani

    Hi Ifrani!
    I´ve the same problem on my Z10!
    CommanderApollo

  • Is there a way to force for rendering ALL clips in work area?

    Is there a way to force for rendering ALL clips in work area? All clips: not only the ones with the red horizontal line indicating that they need rendering! I ask for this because the rendered clips preview very smoothly, but the unrendered ones do not! My source footage (and project) involves Full HD (1920*1080i 25fps).

    If a Clip does not need Rendering, it will not be Rendered.
    Basically, what Rendering does is to convert the Clips, that do require Rendering, to DV-AVI (SD Projects on a PC). This will yield AVI files in the Media Cache, Render Files, and for playback, PrE will rely on those. If you look in the Render File folder, you will see a bunch of abstractly named files, but those files are now Linked in the PREL (Project file), and will be used by the program for playback.
    If one were to remove those Render files, and then Open that Project in PrE, they'd receive a message, "Where is file 04u434ip0ow.AVI?" [Note: that is just an example of the abstract Render file name, and is not the actual name, that one would see.]. One could Ignore those now missing Render files, and where they were used, there would then be red lines over those Clips.
    As Steve mentions, the Render files are used only for smoothest playback. As I use DV-AVI files for SD Projects on my PC, I will not need to Render for smoothest playback, until I make changes to the Clips, like overlay Titles, PiP, Effects, etc.. I might never Render the Timeline, even with those additions, but sometimes, I will Render a small segment many times, especially with animated Effects, as I adjust the parameters.
    If one is not getting the smoothest playback, then Rendering all files requiring Rendering will usually improve playback greatly.
    Good luck, and hope that this makes sense.
    Hunt

  • I lost one of my "work area" markers

    Hello,
    I somehow lost one of my work area markers. How do I get it back onto the timeline ?
    On this subject, I always find it awkward when I try to drag the left marker to the left side of my work area footage on the timeline, is there not an easier way to do this, than grabbing at it with the mouse ?
    I will first define my "in" and "out" points on the timeline.
    Then I drag the 2 markers to define that area, and they will snap nicely to where I have put the "in" and "Out" markers, however grabbing that left "work area" marker just isn't easy to do, and now, one of them is missing.
    I'm sure the missing marker is there, I just can't find it.
    Thank you for any information.
    Dave.

    Hello Steven
    Thank you for the information. I looked into the keyboard shortcuts, and that did the trick ! , the elusive left marker has re-appeared. I wonder where it was, perhaps somewhere on the timeline where I didn't see it.
    I think I shall start using more of the keyboard shortcuts, some of these look like they can save a lot of time.
    Thanks Steven,
    Dave.

  • Dreamweaver 8 work area redraw problem

    Hi all, I'm having severe problems with screen refreshes in
    the work area - dreamweaver doesn't seem to be able to redraw the
    screen. I've no idea what is going on to try and resolve the
    problem and have tried completely removing dreamweaver and doing a
    'clean' reinstall to no avail.
    When first started up dreamwaver draws the menus, property
    bars and tool palettes ok but the Windows XP desktop shows in the
    workarea. pages can be displayed and worked on alright in the split
    window view, but neither the code or design views display
    correctly, and CSS style sheets cannot be displayed for editing (a
    window appears, but you can't see anything in it - or a split
    code/design window style is displayed). dragging a document window
    around the workarea leaves a trail of 'echos' of the window in the
    work area.
    This is a complete mystery to me - have tried installing on
    two different machines (both WinXP SP2) and applying available
    updates to DW8... similar problems on both machines.
    Anyone got any ideas?

    Please provide a link (URL).....
    Regards
    John Waller

  • CS5.5 - Go to previous or next visible item in time ruler (keyframe, marker, work area beginning or

    The
    Go to previous or next visible item in time ruler (keyframe, marker, work area beginning or end)
    J & K
    Does not work at all here.
    Perhaps I am misunderstanding the nature of this feature but from reading the text in the manual I would come to expect
    that hitting i.e. J&K - would go the next visible item in the ruler be that a Keyframe or Marker etc... However, when I hit K timeline takes me to the end of the composition and J to the beginning. And I have a lot of markers set.
    Any Ideas
    Thanks

    It works on layer markers and keyframes, but not comp markers. Furthermore, it will also not work, if index items have been scrolled out of view or are shy even if the property streams and their keyframes are otherwise visible. This has never been any different, but it's quite annoying.
    Mylenium

  • Dump while adding a shopping cart in work area in Carryout Sourcing

    Hi Experts,
    We are getting dump while adding a shopping cart to the work area in Carryout Sourcing.
    We want to replicate the Purchase Requisition from R/3 to SRM. And SC contains the limit item with free text service.
    The dump details are as follows :
    The exception 'CX_BBP_PD_ABORT' was raised, but it was not caught anywhere
    along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program 'SAPLBBP_PDH' has to be
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_BBP_PD_ABORT', was not caught and
        therefore caused a runtime error.
        The reason for the exception is:
        Buffer table not up to date
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "UNCAUGHT_EXCEPTION" "CX_BBP_PD_ABORT"
        "SAPLBBP_PDH" or "LBBP_PDHU08"
        "BBP_PD_ABORT"
    Information on where terminated
        Termination occurred in the ABAP program "SAPLBBP_PDH" - in "BBP_PD_ABORT".
        The main program was "SAPLBBP_SOCO_UI_ITS ".
        In the source code you have the termination point in line 73
        of the (Include) program "LBBP_PDHU08".
      READ TABLE lt_callstack INTO ls_callstack2 INDEX 4.
      CONCATENATE   '/' ls_callstack2-eventtype
                    ls_callstack2-eventname ls_callstack2-progname
                    INTO lv_msgarg3 SEPARATED BY space.
      CALL FUNCTION 'BBP_ALERT_INTERNAL_OT'
        EXPORTING
          msgid   = gc_msgid_bbp_pd
          msgno   = 047
          msgarg1 = lv_msgarg1
          msgarg2 = lv_msgarg2
          msgarg3 = lv_msgarg3.
      MESSAGE ID gc_msgid_bbp_pd TYPE c_msgty_i NUMBER iv_msg_no
              WITH ls_callstack1-eventtype
                   ls_callstack1-eventname
                   ls_callstack1-progname.
      rollback work.
    get the messages from the application log
      TRY.
          CALL FUNCTION 'BBP_PD_LOG_GET_MESSAGES'
            TABLES
            e_messages = lt_messages.
        CATCH cx_bbp_pd_abort.
          REFRESH lt_messages.
      ENDTRY.
      RAISE EXCEPTION TYPE cx_bbp_pd_abort EXPORTING
          worked_on_document = lv_guid
          t100_msgid = gc_msgid_bbp_pd
          t100_msgno = iv_msg_no
          t_appl_log_messages = lt_messages.
    ENDFUNCTION.
    Could you please help me on this, how to rectify the dump ?
    Thank you very much in advance.

    Hello,
    I have seen this dump many times because the ERP version defined in table BBP_BACKEND_DEST was not correct.
    Please, check the following note related to this configuration:    
    1230789 - Dump: BBPSOCO01 at include LBBP_PDH_TEOF0B               
    Kind regards,
    Ricardo

  • Error while Appending a  work-area in a table

    Hi Experts,
    Requirement :- I want to append a row in the the table but the work-area with which i am appendign the values is of different type than the target so i am getting error .
    Code :- APPEND WA_SOURCE TO RESULT_PACKAGE
    Error :-  A line of RESULT_PACKAGE not mutually convertible in a Unicode program..........
    Is there any way to append the one-by one values in the RESULT_PACKAGE fields.
    As i cn't change the type of my source work-area.
    Don't we have something like :-
    Append Result_package
    Result_package_field1 = wa-field1
    Result_package_field2 = wa_field2.....
    PLEASE HELP
    Regards,
    rg
    Edited by: R G on Mar 26, 2009 10:34 AM

    Hello,
    I can't change the Work-area type....
    Can't we appened a line in any table by providing direct values??????
    You DONOT have to change the TYPE of your Work Area. You create a new work area.
    You can try something like this:
    DATA:
    WA_RESULT_PACKAGE LIKE LINE OF RESULT_PACKAGE.
    MOVE CORRESPONDING WA_SOURCE TO WA_RESULT_PACKAGE.
    APPEND WA_RESULT_PACKAGE TO RESULT_PACKAGE.
    CLEAR WA_RESULT_PACKAGE.
    Or Else,
    DATA:
    WA_RESULT_PACKAGE LIKE LINE OF RESULT_PACKAGE.
    MOVE WA_SOURCE-F1 TO WA_RESULT_PACKAGE-F1.
    MOVE WA_SOURCE-F2 TO WA_RESULT_PACKAGE-F2.
    MOVE WA_SOURCE-F3 TO WA_RESULT_PACKAGE-F3.
    APPEND WA_RESULT_PACKAGE TO RESULT_PACKAGE.
    CLEAR WA_RESULT_PACKAGE.
    BR,
    Suhas
    Edited by: Suhas Saha on Mar 26, 2009 10:44 AM

  • System message 38 from work area ssfcomposer does not exist in va03

    Hi,
    I created a smartform copy from standard, it is working good for all sales order,but for perticular one sale order it shwing error like
    system message 038 from work area ssfcomposer does not exist.
    i have long item line in this sale order what can i do please help me.
    Regards
    KK

    If I am not wrong, I guess you are using template/table inside your smartform.. which is causing the error.
    I issue could be because of the condition on the text inside the template which might be overlapping the output structure line and column. The issue can be also be because of your table cell.
    To trouble shoot place a false condition(like 1 = 2) first on table and if error still occurs then remove condition on table and place it on structure.
    I guess, the above answer will help you to close the thread.
    Regards,
    SaiRam

Maybe you are looking for

  • Screensaver is not working in OSX Yosemite

    Hi, My screensaver is not working in OSX Yosemite on my macbook pro late 2008 Can't solve it by my self..

  • L550/010 USB port not working properly, non-standard USB ports

    I wondering if anyone can shed some light on this strange problem I'm having with my laptop USB ports. Background. I have a USB device (CED-M2 USB Chronograph). The device comes with Windows 7 software to upload fps readings. The CED has a calculator

  • How to remove thousands of photos from ipad

    Hi all, When I was at vacation I imported about 7560 photos from my digital camera into the new iPad. At home I imported all the photos from the ipad to Aperure and clicked "delete all the photos from the iPad". Aperture really removed some photos (a

  • Can't see video.

    I just started a new project in FCP and when I rendered the video all I saw was green, or grey. Why? I've never had that problem before.

  • Screen GUI Status Query ( ALV Grid)

    Hi All, I am having an ALV grid on a screen . I want to check the contents of the grid at the press of enter button, at present i have to press the check button available on the ALV grid to check the contents of the grid. Pls suggest