CIN: Items are not displayed while updating the RG1 Register using T Code:

Hi Experts,
Items are not displayed while updating the RG1 Register using T Code: J1I5.
System is not showing any error message.
Can any one explain to update the RG1 Register?
Thanks
Chandra

Hi,
dont go the table again and again . the table is updated at intial stage only for stock update but not when SAP is running.
In day to day bussiness the flow is as follows:
Production - MB31 - to Unres stock
Sales - VL02n - PGI - to customer - i.e out of unres stock
Every day u can run TC J1i5 once in a day as decided and update the register so all transactions which have happend in that day gets updated i.e both input and output.
and this will happen every day.
hence dont use table as it is only for intial data upload i.e just before golive.
Hope i am clear.
krishna

Similar Messages

  • Latest documents are not displayed while searching the Leads in WebUI

    HI,
    I am trying to search the leads in WebUi Search screen.
    However, always it is displaying the old Leads rather than newly created ones.
    For my case:
    I should always display the latest leads by sorting them with "Start date - Descending".
    Could you please help me out with some inputs?
    Thanks,
    Sandeep

    Hi Sandeep,
    The behavior is  a system design to improve system performance.
    This happens because the Reporting Framework always displays the Initial
    documents only, It does not SORT the document so that the recent
    documents can be displayed.During the development of Reporting
    Framework, it was decided not to use any sorting as it leads to
    performance issues.
    In standard system, we have the following suggestions:
    1.Adjust'Time Frame  ' according to your needs (you can use 'time
    frame' to narrow the time range as a workround, but still can not list
    the latest one):
    2.If it is very important always to select  the latest documents,
    you can implement the suggested coding described in the consulting note
    1226594, which has the effects on oneorder search based report framework
    actually , i.e. it is not a IC specific implementation, and can be adapted for leads.
    The note 1226594 cannot be implemented by SNOTE. The note includes an zi
    file - where you can find the neccessary coding correction. Please
    implement the correction manually as stated in the note.
    And please pay attention to implement first the note 1232008, with this
    the declaration will be implemented for iv_item and Afterwards please
    try to implement the note 1226594.
    Additionally, I would like to remind you about note 1226594
    - this note is a consulting note and it will not be in SAP Standard!
    - the change will effects on all one order search as mentioned above;
    - it will slow down the search.
    You can also apply the attached note 1573171.
    Also, maintain the below entry in SMOFPARSFA table and
    check the system behavior.
    For last interaction in IC web client you can add the following.
    Key            : CRMRF
    Parameter Name : IV_SORT_LAST_N
    Param. Name 2  : BTQ1ORDER
    Param Value    : BTQ1ORDER
    Param Value 2  : POSTING_DATE
    I hope this helps.
    Best Regards
    Gavin

  • Document library items are not displaying in sorted order in sharepoint 2013

    Hi,
    I have a document library , I am storing document sets on it.
    28326 items are there in the library.
    I have configured sort on Name columns. Initially items are displaying in sorted order like (A,B,C,D,E...)
    Now Items are not displaying in a sorted order it is displaying like (A, B,C,D,E,A,C...) like this.
    Please help me on this sorting issue.
    Thanks,
    Samir

    Are the documents displaying in your image inside the document sets?  If so then your sets (folders) are displaying in alphabetical order and the documents inside the sets are displaying in alphabetical order.  This is what i would expect.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Quotation Items are not displayed on SRM Web

    Hi experts!
    I did a program to create a quotation based on a Bid invitation.
    My program creates the document correctly, but, when i try to show the quotation on the browser, the quotation items are not displayed.
    If I open this same quotation on the SRM Gui (TCODE = BBP_PD), the quotation items are there.
    Anybody in here already had this problem?
    Thanks in advance.
    Danilo Cardoso

    Hi.
    I got to fix my program!
    My code is like that below:
          ls_quot_item_e-src_guid        = bid_items-guid.
          ls_quot_item_e-src_object_type = 'BUS2200001'.
    The business object BUS2200001 is the BO of Items of Bid Invitation, now, my reference is complete.
    It works fine now.
    Thanks for you help.
    Regards.
    Danilo

  • Elements Organizer 8 - some WMV are not displayed properly in the Play Video but are in Play Vide

    Hello:
    Elements Organizer - some WMV are not displayed properly in the Play Video but are in Play Vide on Full screen. What's the problem? Wrong codec?

    Because WMV's can contain a lot of flags, like DRM, they can exhibit odd behavior, indeed.
    Usually, AV files will display in their native resolution, i.e. in their set Frame Size/Aspect Ratio and with their set PAR (Pixel Aspect Ratio), but sometimes those flags are missed, or are altered by other programs.
    Remember, WMV's are designed to be streaming delivery-only, and are not intended, or designed to be edited. Most NLE's (Non Linear Editors) will allow them to be edited, but will require extra processing to do so. As is mentioned, WMM is designed around editing that delivery-only format, but most others are not.
    There are many other formats/CODEC's, that ARE designed to be edited by the vast majority of NLE's, such as DV-AVI Type II's.
    The best workflow is to NOT bring WMV's into the mix, unless one is using WMM exclusively. Converting those to an easily editable format/CODEC will always be the best course of action.
    Good luck,
    Hunt

  • Updating the RG1 register.

    Hi..Gurus,
    Iam updating the RG1 register like this. In my company we create sales order. After that the PP people do the Sales order to process order and put the stock into the unrestricted stock.
    Then we do delivery and billing and excise invoice.
    After creation of the excise invoice iam using the J1ID here in the Chapter Id and Material combination iam putting the material as RG1.after that iam using the T.code SE16 and in the table j_2irg1bal iam maintaing the some quantity in total receipts+issues field.
    After that iam doing RG1 updation ,Extraction.
    My question is is my process is correct or not? if we follow the process any problems come in the future.
    Gurus please correct me.
    regards,
    jyothi.

    Hi,
    dont go the table again and again . the table is updated at intial stage only for stock update but not when SAP is running.
    In day to day bussiness the flow is as follows:
    Production - MB31 - to Unres stock
    Sales - VL02n - PGI - to customer - i.e out of unres stock
    Every day u can run TC J1i5 once in a day as decided and update the register so all transactions which have happend in that day gets updated i.e both input and output.
    and this will happen every day.
    hence dont use table as it is only for intial data upload i.e just before golive.
    Hope i am clear.
    krishna

  • GUI status items are not displayed

    Hi all,
    Some parts of gui status are not displayed but some of them are displayed.
    What is the problem?
    Thanks.
    deniz.

    Hi snehi chouhan,
    I have created a program and two gui statuses for this.
    One of them is set at first display of report but not all items.
    Thanks.

  • Items are not displayed --- REUSE_ALV_HIERSEQ_LIST_DISPLAY

    Hi experts,
    i'm stuck in this weird problem.
    Items (it_items) are not displayed in table. I've cheked with debugger and it_items contains lines.
    Thanks in advance.
    REPORT  z_hier.
    TYPE-POOLS: slis.
    DATA: fieldcatalog TYPE slis_t_fieldcat_alv.
    DATA: it_header LIKE STANDARD TABLE OF zvend_header WITH HEADER LINE,
          it_items LIKE STANDARD TABLE OF zvend_items WITH HEADER LINE,
          g_tabname_header TYPE slis_tabname,
          g_tabname_item   TYPE slis_tabname,
          gs_keyinfo TYPE slis_keyinfo_alv.
    PARAMETERS: lifnr LIKE lfa1-lifnr.
    INITIALIZATION.
      CLEAR gs_keyinfo.
      gs_keyinfo-header01 = 'LIFNR'.
      gs_keyinfo-item01   = 'IDNLF'.
      g_tabname_header = 'it_header'.
      g_tabname_item   = 'it_items'.
    START-OF-SELECTION.
      PERFORM retrieve_data.
    END-OF-SELECTION.
      PERFORM build_fieldcatalog.
      PERFORM display_list.
    FORM build_fieldcatalog.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
      EXPORTING
    *   I_PROGRAM_NAME               =
        i_internal_tabname           = g_tabname_header
        i_structure_name             = 'ZVEND_HEADER'
        i_client_never_display       = 'X'
    *   I_INCLNAME                   =
    *   I_BYPASSING_BUFFER           =
    *   I_BUFFER_ACTIVE              =
        CHANGING
          ct_fieldcat                  = fieldcatalog
      EXCEPTIONS
         inconsistent_interface       = 1
         program_error                = 2
         OTHERS                       = 3
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
      EXPORTING
    *   I_PROGRAM_NAME               =
        i_internal_tabname           = g_tabname_item
        i_structure_name             = 'ZVEND_ITEMS'
        i_client_never_display       = 'X'
    *   I_INCLNAME                   =
    *   I_BYPASSING_BUFFER           =
    *   I_BUFFER_ACTIVE              =
        CHANGING
          ct_fieldcat                  = fieldcatalog
      EXCEPTIONS
         inconsistent_interface       = 1
         program_error                = 2
         OTHERS                       = 3
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    "build_fieldcatalog

    Hi Dan M.,
    Please follow this...
    CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
        EXPORTING
         i_callback_program             = w_repid
      I_CALLBACK_PF_STATUS_SET       = ' '
      I_CALLBACK_USER_COMMAND        = ' '
         is_layout                      =  wa_layout
         it_fieldcat                    =  i_fieldcat
      IT_EXCLUDING                   =
      IT_SPECIAL_GROUPS              =
       IT_SORT                        = I_SORT
      IT_FILTER                      =
      IS_SEL_HIDE                    =
      I_SCREEN_START_COLUMN          = 0
      I_SCREEN_START_LINE            = 0
      I_SCREEN_END_COLUMN            = 0
      I_SCREEN_END_LINE              = 0
      I_DEFAULT                      = 'X'
      I_SAVE                         = ' '
      IS_VARIANT                     =
         it_events                      =  i_event
      IT_EVENT_EXIT                  =
          i_tabname_header               =  'i_ekpo'  <----
    Pass here header table name
          i_tabname_item                 =  'i_eket'    <----
    pass here item table name
      I_STRUCTURE_NAME_HEADER        =
      I_STRUCTURE_NAME_ITEM          =
          is_keyinfo                     =  wa_keyinfo
      IS_PRINT                       =
      IS_REPREP_ID                   =
      I_BYPASSING_BUFFER             =
      I_BUFFER_ACTIVE                =
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER        =
      ES_EXIT_CAUSED_BY_USER         =
        TABLES
          t_outtab_header                =  i_ekpo   -<<----
    Pass here header internal table
          t_outtab_item                  =  i_eket     <<----
    Pass here item internl table
    EXCEPTIONS
      PROGRAM_ERROR                  = 1
      OTHERS                         = 2
    for wa_keyinfo:
    You need to use common fields between header & item.
    for ex:
    wa_keyinfo-header01 = 'EBELN'.
      wa_keyinfo-item01 = 'EBELN'.
      wa_keyinfo-header02 = 'EBELP'.
      wa_keyinfo-item02 = 'EBELP'.
    Hope this can solve your problems.
    Regards,
    Tutun

  • Error while updating the Assignment details using 'hr_assignment_api'

    An exception message is thrown while updating the assignment details through 'hr_assignment_api.update_emp_asg'.
    The message is 'ORA-20001: HR_FLEX_VALUE_MISSING: N, COLUMN, ASS_ATTRIBUTE6, N, PROMPT'.
    Even though a valid value is being passed to the segement,the error is thrown.
    I have tested the API in one instance and it is working fine. Recently I have migrated the codes to nother instance and encountered this error. The only difference is that in the newer instance, the segment is mandatory.
    One interesting thing is that, When I update the Assignment through application it is successfully saving the record. Then if I use the API to correct the Assignment, it is working fine. The API is not able to update only when the mandatory segment is null.
    Please help
    Thanks in advance
    Kumar

    Pl post details of OS, database and EBS versions, along with HR RUP level. It may be a bug, as outlined in MOS Doc 429169.1 (When Calling the Assignment API To Update Position, It Errors in Required Segment)
    HTH
    Srini

  • After upgrade to 4.0, the controls on mymsn page do not work and several of my content items are not displayed.

    The stock quotes, fox sports and movie times content fields do not display and the controls do not work on any of content boxes. The customize and add content tabs do nothing. This all worked with 3.6 but not with 4.0.

    A column in the search results was changed to a Simple Checkbox when we upgraded to 4.0 (it has always been a checkbox in the older APEX versions). When I put it back to Standard Report Column I no longer get the page not found error.
    Is there some additional/different setting I need to do in order to use the simple checkbox option in a search results set?
    ETA: I see now that Checkboxes are not intended to work in standard report regions so I'll change them to LOVs or something and my problem should be solved.
    Edited by: mimi_jones on Jul 18, 2011 6:16 AM

  • Profit center line items are not displaying in KE5Z

    HI Eperts,
    we are executing tcode KE5Z. System is not displaying any line items. because we have missed out in configuration updation of line items and on line transfer check boxes activation in 1KEF.
    please advise how we have to retreive whole data posted up to now under this controlling area..
    Regards
    vekat....

    Hi Venkat,
    Please check the following link.
    [http://help.sap.com/saphelp_45b/helpdata/en/eb/1370e343c411d1896f0000e8322d00/frameset.htm]
    Also check the tcodes 1KE8 (Transfer FI Actual Data), 1KEC (Transfer MM Actual Data) and 1KE9 (Transfer SD Billing Documents)
    The path for these tcode is as under:
    Controlling --> Profit Center Accounting --> Tools --> Prepare Production Startup --> Data Transfer.
    Please check in your test system first.
    Regards,
    Sameer

  • Line items are not appearing while processing F-44

    With transaction F-44, to clear vendor account, the system displays only one open item, whereas there are 2 open items on the line item report (FBL1N). Further there are two line items in BSIK.
    Please help

    Hello,
    There are two line items in the Vendor account, the details are as follows:
    Date             Amount                  PK                 DR/Cr
    31.03.2008   12,050.00                38                      Cr
    05.06.2008   12,050.00                28                      Dr
    of above while processing F-44, we are able to see only debit item dated 05.06.2008.other line item is not appearing. When tried by putting document number, it says "NO OPEN ITEMS FOUND"

  • Trigger is not working while updating the values of UDF

    Dear Freind,
    I have created one Trigger for ORDR for Sales order. It is working fine. For that i have created two UDF to Title level. When i fill all fields it shows the correct result in DocTotal. But problem is that, while updateing specific record it also update but only refresh the DocTotal.
    Means suppose i change the value of UDF fields that time it is not working it gives following error.
    "There is difference between the document total and component total"
    ALTER TRIGGER AmountForPC1
    ON dbo.ORDR
    AFTER INSERT,
    UPDATE
    AS
    SET NOCOUNT ON
    UPDATE x
    SET x.DocTotal = COALESCE(i.DocTotalSy, 0) + COALESCE(i.U_Ref, 0) + COALESCE(i.U_Sub, 0)
    FROM dbo.ORDR AS x
    INNER JOIN inserted AS i ON i.DocEntry = x.DocEntry
    Thanks
    Swapnil

    Hi Swapnil,
    Are you aware that you might run into trouble, at least when it comes to a support case, because you have created triggers?
    Accordingly to note [896891|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMSZ3PTU4ODAwMDAr)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=896891] triggers are not supported.
    Regards
    Mario

  • FB05 All open items are not displayed

    Hi,
    We are trying to clear invoices on customer XXXX but it does not show all invoices in transaction FB05.
    We used all Special GL indicators and with normal items tab seperately as well as simultaneously but not all items are displayed What could be the problem.?
    regards,
    Makrand

    Hi
    You  can   first  analyze  the   open items in  FD10N  and  check  if  any  uncleard entries are present .   I   think that  even if  there is  a payment  block,  the  process item list  should  show  all  the  open items    as  seen in  FD10N.
    Thanks
    kamala

  • TDS line items are not Display in FB60

    Hi Experts,
    when in simulate a document in  T code- FB60. the TDS amount is calculated properly . DR , Cr is ok but the Line item of the TDS is not displayed.  when i post the document and open in FB03 all line items are dispalyed with TDS Line items also.. Proper Tax code of payment and invoice is attached.
    why not shown in FB60 when simulating a document??

    Hi
    If in FB60 you want to simulate tax items also, click on simulate from menu, you will be able to see the required details. If you click on simulate icon, it will not be visible.
    Regards
    Sanil Bhandari
    <a href="http://www.vcq.biz/">nature wallpapers</a>, <a href="http://www.utorrent.name/">utorrent</a>f in FB60

Maybe you are looking for

  • How to read data in correct format from EXCEL file into an internal table??

    Hi Experts, My requirement is to upload data from an excel file on presentation server into an internal table on <b>SRM</b> server. I used 'GUI_UPLOAD' function module to achieve the same but all the the data is getting uploaded in # only.I had set i

  • MR11 not picking PO for clearing

    Hi, We are unable to clear one item of a PO through MR11. Even though the PO has GR surplus, system is not picking for clearing. Below are the transactions done on the PO. Credit memo cerated on: 13.04.2009 MIGO created on:             24.04.2009 MIR

  • Compatible structure field for..

    Dear Friends I have a structure kln and I defined in qals table and losmenge field its component type qlosmenge.Hence it gets quan type I have to define quan reference table and field name but I don't know .Please let me know the compatible fields Al

  • Need to check JDK and install it using Swing

    Hi, I need to develop a swing component where it has to automatically check in the users machine whether JDK is installed, if not it has to install the current version of JDK. Can any give some idea on how to move forward on this or any code would be

  • List roles/profiles/authorizations for end user

    HI All Can anyone please give the list roles/profiles/authorizations that needs to be added to our end user id so as to view (Only Display) all the BEx Reports. Points assured Thanks Vijaya