Moving Item

Hi Guyz,
I have one display item on my block i would like to extend the size of that item from 0 to 200 after reach to 200 i would like to show a stacked canvas. and one more button on stacked canvas Hide. when i pressed this button this will hide the stacked canvas and then decrease the size of that display item from 200 to 0 then hide of this item how can i perform this task can some one give me a good example with some syntax
Regards

Hi Andreas,
I m not using any timer for this just simple i wrote the below code on when-button-pressed trigger
DECLARE
BAR NUMBER := 0;
BAR_STEP NUMBER;
VW_ID VIEWPORT;
BEGIN
SET_ITEM_PROPERTY('EMPLOYEE.BAR',VISIBLE,PROPERTY_TRUE);
BAR_STEP := 5000;
FOR I IN 1 .. 1350000 LOOP
IF(MOD(I,BAR_STEP) = 0)THEN
BAR := BAR - 2;
SET_ITEM_PROPERTY('EMPLOYEE.BAR',WIDTH,BAR);
SYNCHRONIZE;
END IF;
END LOOP;
SET_ITEM_PROPERTY('EMPLOYEE.BAR',VISIBLE,PROPERTY_FALSE);
VW_ID :=FIND_VIEW('CONTROL');
SET_VIEW_PROPERTY(VW_ID,VIEWPORT_X_POS,22);
SET_VIEW_PROPERTY(VW_ID,VIEWPORT_Y_POS,361);
SET_VIEW_PROPERTY(VW_ID,VISIBLE,PROPERTY_TRUE);
END;
and in When-new-form instance.
SET_ITEM_PROPERTY('EMPLOYEE.BAR',WIDTH,0);
SET_ITEM_PROPERTY('EMPLOYEE.BAR',VISIBLE,PROPERTY_FALSE);
and this is my testing purpose i didnt use this on realtime.
Regards
Moazam Shareef

Similar Messages

  • Custom Report for slow and fast moving items

    Dear Xperts,
    My client wants to develop a new report for slow and fast moving items, I checked the std report MC46 however as per std SAP design this report does not consider the special stock like project stock (Q)...could you please help me to know how can develop this new report with following input and output fields?
    Input fields:
    Plant
    Material
    Material Group
    MRP Area
    Special Stock Indicator
    Special Stock (Type)
    Output Fields:
    Material
    Material type
    Material group
    MRP Controller
    MRP Area
    ABC indicator
    Material price
    Category field – Slow, Fast, Non-moving
    Current Stock
    Last Issue Date
    Thanks in Advance
    Regards
    Rahul

    Dear Rahul,
    If you required  project stock and consignment stock with valuated stock report in same place you need to generate new info structure as given below link. Or you can go with customized report with abaper.
    Info structure validation
    Regards
    Sanjeet Kumar

  • Report on Slow-moving item in sap MM

    Dear All,
    I am facing problem in preparing functional specification for a Z report.The requirement details are given below
    MC46 gives me a list of all items that have not got consumed since the last period (defined in terms of 'no of days' on the screen before executing the report) This report  give  a list of items that have shown nil consumption in the defined period. This list helps us analyze and categorize these items as Slow-moving or Non-Moving items. The output is in terms of Part no and Part Description.
    Example; Suppose we are executing the transaction  on say 29.10.2013.The system ,say give list of materials X1,X2 and X3 with nil consumption in the defined. The transactions suppose is again executed
    on 29.10.2011.The report  say again give a list of materials X1 and X3 with nil consumption. The material
    X2 is excluded from the report  as it might have been consumed in certain business processes(either issued to cost center or issued to production).
    The client wants a report from where it is possible to determine a list of materials along with consumption
    and the date on which the  material have moved out of stock for consumption. In otherworldu2019s we can say the report should give :
                        stock on starting  date(say 29.10.2013)
                        Consumption/movement in terms of date and quantity
    The problem is that when the transaction MC46 is run the next time(say on 29.11.2013 or any day after
    29.10.2013) there might be materials which might have got consumed in the interim period and therefore have got excluded from the latest list. We need to have a look at these interim materials to analyze their movement/consumption.MC 46  Report does not give details of openinf stock, closing stock and the purpose for which the stock have moved out of stock
    The client wants a Z-Report which will give details about the material which have moved out of stock when the report will be executed ,opening stock,closing stock.The detail requirement are given below
    The report will assist the client to get a list   of all such items with reference to a starting date and their movement in the period (period from the starting date to the run date)
    Selection Screen(Input)
    Opening Date
    Closing date
    Movement type
    Plant
    Output
    Material nos(Material which have moved out of stock when the program was last executed)
    Movement type
    Movement date
    opening stock qty
    opening stock value
    closing stock qty
    closing stock value
    I request if any one can help in preparing functional specifications.

    thanx for reply ,
    but plez read the requirement above mention.i understood  what are you saying .

  • My MacBook pro is freezing at the "moving items into place" phase. I have to restore from time machine each time. I'm talking about the 10.7.4 update

    I can't seem to get the 10.7.4 update to work. It constantly freezing at the "moving items into place" phase. I let it run overnight and it's still frozen. I have to restore from time machine backup each time. Any help appreciated.

    this is somethinng like the third post i have read about that update causing troubles...
    But if I read this right- it is still in the install? Had you restarted and repaired permissions BEFORE the download? As well as emptying cache in safari first?
    The other troubles I read had to do with after install, and caused by...oh what was it...it was early morning...an article at CNET news had it...google 10.7.4 update trouble and read the cnet one.

  • Slow-moving items

    Hi,
    How is it that the standard report 0IC_MC01_Q0001, displays just slow-moving as it doesnt seem to have any condition on issued or valued stock it seems to just display all the values but not the above key figures with zero values. Should we create conditions on them. am i missing something.
    Thanks,
    your help will be rightly appreciated

    Hi,
    Generally in R/3 side,
    MC46 is the standard transaction code for the SLOW MOVING ITEMS. In that transaction code u can see all the details about the slow moving items. Through that transaction code u can check what are all the things are missing in BW side.
    Thanks,
    Sankar M

  • Slow Moving Items in 0IC_MC01 Performance issue

    Hi  i am creating slow moving items report (Report which shows materials for which no transaction has been done for last 3 years) on MP 0IC_MC01 in BI7.0.
    MP is based on cube 0IC_C03 and Infoobject 0MATERIAL .
    In query i put rowcount in coloumn with Infoprovider 0material with constant selection but i dont get the option "Display values not posted" . and Issues value and Recved value .
    in rows i put plant , material and material type 
    n put one condition values for issued and Recid = 0 .
    and in filter we have calender year restriction  .
    But the proble is dere are around 25000 materials for each plant and its taking a lot of time to exceute for multiple plants for 1-2 years , can anyone suggest the best way for this report or how performance of this report can be improved .
    Help will be appreciated .

    Its rather better to use infoset on 0IC_MC01 and Material than using MP. The performance issue is coming because of a join between cube and infoobject, which SAP dont suggest to use.
    You ahve to use left outer join to get slow moving items.
    http://help.sap.com/saphelp_nw04/Helpdata/EN/67/7e4b3eaf72561ee10000000a114084/content.htm
    Thanks...
    Shambhu

  • Report on slow-moving items

    Hello gurus,
    I would like to creat a report on slow-moving items in LIS, similar to report RMCBLH30 (TAC MC46).
    But in 'my' report I would like to see only those slow-moving items in stock. RMCBLH30 unfortunatelly gives my all slow-moving items, even those with quantity = 0.
    Could someone please give me a hint on how to do this? Are there any good tutorials in building LIS-reports?
    Thanks in advance
    Alicia

    Hi,
    Please check the last date when any of your stock movement had an accounting impact like GR, GI etc and see whether the data tallies
    In MC46 try for double line display tab. It shows last movement date.
    Also, check for Detailed Display for each material. It will show the details based on which it is picking last movement date and No movement since days.
    From this details you can make out the date which it is taking as last movement......
    MC46 simply counts the number of days since the last issue against each
    material - the more days the slower moving the stock
    If you want to generate a Z-report please take the help of technical consultant...
    regards,
    Patil

  • Returning a ZERO on Slow-Moving Item without transaction

    Hi all,
    Via a multi-provider, we have implemented several slow-moving item in our reports, eg we return all the value of some dimensions whether we have transaction or not on these dimension values.
    Now for dimension value for which we have no transaction it returns in Bex an empty result on the key figure instead of a zero, is there a way to force BW to put a zero on a slow-moving item without any transaction?
    Thanks in advance for your assistance
    David

    Hallo
    FI you go to the Query Designery --> Property Display than you can cusotmioze how to display the zero. You probably have the option Zero Values Display as Blank.
    I hope this can help you
    Mike

  • BEX :Slow Moving Item Scenario

    Hi,
    I am tring to Implement the below Link scenario for Slow Moving Item
    http://help.sap.com/saphelp_dimp50/helpdata/en/3a/d1603d13b5c72ee10000000a114084/content.htm
    The standard Slow Moving Multiprovider id useed for this purpose.
    The Problem where I am stuck is that I can't find  Display Empty Values mention under Section Displaying slow-moving items point no.2 of the above link.
    Thanks
    Aman

    follow steps in this doc:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11291595-0501-0010-c881-e02c27261b55

  • Slow moving items report for project stock

    Hi ALL,
    We are using project stock to manage all of our inventory. As the standard slow moving items report (MC46) does not contain project stock (special stock Q), we would like to develop a report then. "Slow moving" should be identified by material, plant, storage location and WBS.
    Has any had this experience? What's the main data logic for this report?
    Thanks a lot!!

    Dear,
    Do One thing.. First goto MB5B - stocks on posting date and select to display only special stock indicator Q (Project). By this you can abstract all Project materials. Save the output into Excel. (The main aim is first abstract the project stock materials into a list with a suitable transactions - MB5B or MB52).
    Then run MC50 or MC46 using these materials saved in excel file.
    Try this.
    Regards,
    Syed Hussain.

  • Slow Moving Item Scenario - Technical content for Queries

    Hello
    Due to preparations for upgrade to BW 7.30 we would make an analysis of not or seldom used BEx reports (queries, workbooks, etc.)
    All of unused objects  should be deleted in advance of an upgrade.
    I checked if there is a query which shows slow moving items  for queries.
    Is there any technical content (query) which reports this scenario for BEx objects?
    Thanks for any advise.

    follow steps in this doc:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11291595-0501-0010-c881-e02c27261b55

  • Slow moving item analysis

    Hi
    ple let me know hopw can i get slow moving item analysis
    i am getting from 2lis_03_bf.
    please check below my requirement and let me know ur solution
    SLOW MOVING ITEM ANALYSIS
    (BI content – Infocube - 0IC_MC01)
    Column E – Slow Moving Items Value
    The definition of 'Slow Moving Items Value' is "the value of materials which have not had any consumption for a specified period of time, calculated by multiplying inventory quantity of the material by its standard cost in local currency".  The amount of time is 12 months for the Inventory Quality Assessment Tool, but typically 3-6 months for BU scorecard measurements.
    SAP standard report:
    Transaction – MC46 (Key figure-Slow moving items)
    Tables-Fields involved:
    Plant:                                T001W-WERKS
    Material:                        MARC-MATNR                       
    Material type:                        MARA-MTART
    Period last consumption:        RMCB0-ANATA (Structure)
    Last goods movement:        S039- LETZTBEW (Structure)

    follow steps in this doc:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11291595-0501-0010-c881-e02c27261b55

  • Slow moving items report

    hey
    there is a standard query for Slow moving items based on 0IC_MC01. I need to find out the last goods issue and last goods receipt date on this query.
    Any one has any ideas ?
    thanks
    Laura.

    Hi Laura
    There is a standard query for slow moving items based Multi Provider 0IC_MC01
    and query is : Query 0IC_MC01_Q0001 is available as of 3.0B (role: SAP_BW_0ROLE_0003).
    But if you get some msg: Redesign Slow Moving Inventory
    then do this following
    Please change the definition of the MultiProvider 0IC_MC01 and the underlying Query 0IC_MC01_Q0001. These changes are included with SAP BW
    1. Administrator Workbench
       -> Change definition of 0IC_MC01
          -> Activate navigational attributes
             0MATERIAL__0DIVISION
             0MATERIAL__0MATL_CAT
             0MATERIAL__0MATL_GROUP
             0MATERIAL__0MATL_TYPE
          -> Identification
             mark ALL displayed characteristics/navigational attributes
        -> Save, check and activate 0IC_MC01
    2. BeX Analyzer
       -> Change definition of 0IC_MC01_Q0001
          -> remove characteristic 0CALMONTH (free characteristics)
          -> add characterstics 0MATL_GROUP (rows) and restrict it to
             variable 0S_MATG
          -> remove calculated key figure 0IC_MC01_CK0003 (columns)
          -> add new selection "All materials" accordingly to
             example "All customers" (columns)
             - use InfoProvider 0MATERIAL instead of 0CUSTOMER
             - supress this structural element in the properties
          -> add key figures 0ISSVS_VAL and 0RECVS_VAL (columns)
       -> Save, check and activate 0IC_MC01_Q0001
    The selection "All materials" provides all material numbers that are
    stored in BW. So you can identify materials that have had no movements
    within in the selected period. These materials show no values in key
    figures 0ISSVS_VAL and 0RECVS_VAL.
    For information purposes you can also add other key figures.
    You can also add other characteristics in the drill down for grouping
    purposes, like e.g. 0DIVISION.
    If you want to have similar reports with 0PLANT you can also create
    a similar MultiProvider/Query with 0MAT_PLANT instead of 0MATERIAL.
    Hope you got some idea and help
    Atul

  • Dead stock  or slow moving items reports

    tell me any standard report t.code  for dead stock or slow moving item..?
    actually in our system  mc50 is not working...in selection field it pick only one material ..not by material  group so how i  can get the dead stock report?
    Regards
    Rekha sharma

    pls tell me the input selection field for mc46...
    scope of ranking list
    no. of days up to last consumption from--to--
    actually i fill up 180 days for perios last consumption ...in period to analyze selection field.
    regards
    Rekha sharma

  • Report of slow moving item

    Hi friends
    Is ther any report to see slow moving items with quantity and value.
    Regards,
    Mahesh.
    Edited by: Csaba Szommer on Dec 19, 2011 8:30 AM

    hi.
    Stock     MC.9 / MC.1 / MC.L
    Receipts/Issues     MC.A / MC.2 / MC.M
    Inventory Turn-Over     MC.B / MC44 / MC.3 / MC.N
    Range of Coverage of Inventory by Days supply/Usage/Requirements     MC.C / MC42 / MC43 / MC.4
    Requirementbased ABC Analysis     MC41
    Total Analysis of ABC     MC40
    Current Stock     MC48
    Average Stock value     MC49
    Dead Stock     MC50
    Slow Moving Items     MC46
    *in this you can give your plant and press f8 then one screen will appered in that select the doubleline-option then you get the value for that material*
    in detail-display you can see tha qty by selecting the option of stock overview.
    Consumption Vs Usage Values     MC45
    Requirements Values     MC47
    Batch Analysis     MCBR
    Thanking you

  • BW Slow moving item report in MC46 (R3) Format

    Dear Guys,
                    Regards.We got a requirement :
    1) A Slow moving Item report in BW in MC46 Report format(R3).Especially the client wants the "Period:Last Consumption(Days)" in the input selection criteria.The Standard BW Slow Moving item report has only Mat.Grp in the input selection and Caldays(Period from-to) in the Filter.Would appreciate your timely help on this...
    Manythanks
    Arun

    Hi Ramesh/Prasad,
                               Many thanks for your replies..Well i dont want the input selection for "CALDAY" but rather for "DAYS-----Like user input as 100Days,60Days...."...They want to get the display of "Slow moving materials" for the Last 100 days or so...Any take on this?
    Manythanks
    Arun

Maybe you are looking for

  • Error in creating Cache Group

    Hi, When i tried to create cache group i am getting below error CREATE READONLY CACHE GROUP customer_orders FROM myuser.customer (cust_num NUMBER(6) NOT NULL, region VARCHAR2(10), name VARCHAR2(50), address VARCHAR2(100), PRIMARY KEY(cust_num)), myus

  • Lenovo X131e doesn't work with Prolific PL2303 based USB to Serial Adapter and Windows 7 x64

    This is sort of a bug report. A Lenovo X131e with Windows 7 x64 and the PL2303 driver including 1.6, 1.61 and 1.7 will not successfully install the driver - Windows always reports "Driver Install Failed" on plug in to USB 3 or USB2 ports. However, pu

  • Csv file processing using external table

    Dear All, Our database is oracle 10g r2 and OS is solaris We  would receive csv files to a particular directory on server each day. File Format look like: H00,SOURCE_NAME,FILE_CREATED_DATE RECORD_TYPE,EMP_ID,EMP_NAME,EMP_DOB(DDMMYYYY),EMP_HIRE_DATE(D

  • Interview questions for oracle dba

    Hi I am trying to find teh interview questions for oracle dba . What will be your answer to the following questions. Can somebody shed some light... . What is the day to day duties of oracle dba? ·     Did you use online or off-line backups? ·     Wh

  • VL10b output determination

    Hello All, I'm having problems with output determination in deliveries created in background. Is there a special configuration for output messages for this kind of delivery creation? Thanks in advance. Regards, Roberto.