Views Status at MARA general info segment level

Hi all,
Please guide me how to maintain Views Status at MARA general info segment level.I am extending standard MATMAS IDOC for my own fields.
Thank you.

You actually need to run it with "check -access"; memuse and leaks won't help with the crash, which happens because of illegal memory access. Hopefully, "check -access" will help you to locate the bad guy, but that's not panacea either.
To be precise:
- start dbx
$ dbx <your app>
- issue
(dbx) check -access
(dbx) run
and wait for dbx to stop and report suspicious memory access.

Similar Messages

  • Simulair report for FBL5N and FBL1N for new general ledger on segment level

    We are working with segments in new G/L ledger. We want to run a open item report where we can combine customers and vendors by segment. The vendors and customers are linked in the master data. In the "old"  reports FBL5N and FBL1N you can do this but not by segment.I found the following report on segment level:
    - S_PCO_36000218 - Receivables: Segment
    - S_PCO_36000219 - Payables: Segment
    What I'm missing is to run 1 report for Customers and vendors. What I'm missing to is that there are only some fields available on line item level. (I like to have invoice number, documentype,.......)
    Is there a standard report for this in new genaral leger?
    Is it possible to ad additional field to th list viewer.

    What is this user license type?  All financial transactions need professional license.
    Thanks,
    Gordon

  • Segment level I/O statistics in Oracle 8i

    I need to get segment level i/o statistics in Oracle 8i. I am looking at v$session_wait to find out the block id each i/o event is happening to. But for 'db file parallel write' event, there is only number of files and number of blocks info. How do I determine which file and which block id the event is happening to? Thanks a lot!

    Thomas,
    You need to use table alias for this:
    select E.att_ext.NAME from emp_ext E;
    Notice the 'E' here.
    Regards,
    Geoff
    null

  • MSS- Team- EmpInfo- General Info- EMPSearch is not displaying Search Result

    Hello All,
    Currently we are using MSS BP 1.3.1 & SAP_MSS 600 SP16...
    I am going to the navigation MSS->Team->EmpInfo->General Info->Employee Search [Under Employee Selection Dropdown i am selecting Employee Serach Option], here i am getting the view with lastname, fistname, Personal No:, Even i am using any of the Search Critiria like Serach With LName,FName And PerNo:, No Employee Search result is Displaying Simply No Data Found Message is coming.
    To active this EMp search in MSS do i need configure any steps from SPRO. Any Steps from Portal Front.
    To display Team Calender , i configured IGS, what else i need to do to get Team Calender iview in Team Under MSS.
    Please list out the steps and provide some help to fix the issue.
    Thanks & Regards
    Adapag

    Bala,
    Thanks for ur response, Debug in the Sense we need to Maintain any parameters in the Employee Search Parameters w.r.t MSS in the Particular Method or What?
    I checked in the SPRO--> Integration with other mySAP Components -->Business Packages > Manager self Services (mySAPERP)>Object and Data Provider--> Define Object Selection / Group Parameters for OBJ Search / Define Rules for Object Selection..
    Here we need to create any rule and pass those Group Parameters into that???
    I told my ABAPers to debug those two methods, apart from that any HR side SPRO Configuration pending?
    Please reply me and list out the Steps, Where and What exact config need to do from SPRO apart from that Debugging????
    Thanks in Advance
    Adapag

  • Team Calendar: Can a manager view member's leave request info?

    Hi guys,
    I have a requirement where in the manager can view other leave information from the team calendar. I tried caling PT_ARQ_REQUEST_PREPARE, PT_ARQ_REQLIST_GET or using PTREQ tables but it has limited information. From the standard function modules it would only retrieve the data if u select your own record. Inside the standard function module there's a subroutine REMOVE_PRIVATE_INFORMATION if the owner's pernr and requestor's pernr are not the same.
    Is there a way to get other mem information for the managerial position?
    Need your expert advice..Thanks guyS!

    Hi Ella,
    I think the MSS General Information Related Activities could work the trick for you.
    All the related activities in General Info come from the homepage framework with a URL parameter that helps the manager to see those details for a selected employee.
    So what I would suggest is to create a resource with the URL param as INITIATOR_ROLE=HRASRB and a service pointing to your leave information iView that is used by the employees for your apllication and i think it might solve your problem.
    As an eg for more details check V_T7XSSSERRES through SM30 for MSS_HCM_SERV_RELACTIVITY_ESS_CAT.
    Let me know if this helps!
    Cheers,
    RJ

  • General Info on integration between Project Systems (PS) and cProjects

    Hi,
    I would like some general info on the integration scenarios between PS and cProjects. Links to any documentation/blogs on this would also be very helpful.
    Thanks,
    Lashan

    Hi Srini,
    Thanks very much for the links. However, I've already gone through the standard documentation in SAP and they are a bit too high level/vague for me. I have considerable experience in xRPM, cProjects Suite and have good grasp of project management concepts, tool and techniques. My knowledge of PS is somewhat limited though.
    What I am specifically looking for is what type integration options and scenarios are available. For example, cProjects can have phases and tasks defined. How would these integrate with for example WBS elements and networks in PS? What are the things you would do in cProjects and not PS and vice versa? Hope my question is clearer now.
    Appreciate any further information you may have on the above.
    Thanks,
    Lashan

  • How to How to get FI field status settings for General data

    Hello All,
    Can you please tell me How can I achieve field status settings for General data.
    I have some code to get field status settings for account assignment block but I need General data block data.
    Can you please help me with the same.
    I got the below code to get field status settings for account assignment block But I need General data block information.
    FUNCTION z_fieldstatus_getdetail.
    *"*"Lokale Schnittstelle:
    *" IMPORTING
    *" VALUE(I_BSCHL) TYPE BSCHL
    *" VALUE(I_BUKRS) TYPE BUKRS
    *" VALUE(I_SAKNR) TYPE SAKNR
    *" TABLES
    *" T_COBLF STRUCTURE COBLF
    *" T_FIELDS STRUCTURE TCOBF OPTIONAL
    *" EXCEPTIONS
    *" ERROR_MESSAGE
    * liefert Feldstatus in Liste t_coblf:
    * Feldname (DDIC) nicht in der Liste -> Feld ausgeblendet
    * Feldname (DDIC) in der Liste -> Feld eingabebereit
    * required = 1:
    * Mussfeld;
    * required = 0: kein Mussfeld
    * active = 0: Feld ausgblendet
    * Als Hilfstabelle wird die gesamte Feldliste der Felder (t_fields)
    * ausgegeben,
    * deren Eingabebereitschaft im Customizing steht
      DATA: ls_faus1 LIKE tbsl-faus1.
      DATA: ls_faus2 LIKE tbsl-faus2.
    * Feldstatus holen
      CALL FUNCTION 'FI_FIELD_SELECTION_DETERMINE'
        EXPORTING
          i_bschl     = i_bschl
          i_bukrs     = i_bukrs
          i_saknr     = i_saknr
        IMPORTING
          e_faus1     = ls_faus1
          e_faus2     = ls_faus2
        EXCEPTIONS
          customizing = 1
          OTHERS      = 2.
      IF sy-subrc <> 0.
        MESSAGE a613(/ssc/comon).
      ENDIF.
      DATA lv_char.
      DATA int_coblf LIKE coblf OCCURS 0 WITH HEADER LINE.
      DATA p_cobl LIKE cobl.
      DATA: dummy_ktosl LIKE bseg-ktosl.
      PERFORM kontierungsblock_ermitteln(sapff001)
      TABLES int_coblf
      USING lv_char(1)
      ls_faus1 ls_faus2 dummy_ktosl.
      t_coblf[] = int_coblf[].
      SELECT * FROM tcobf INTO TABLE t_fields.
    ENDFUNCTION.
    Thanks in Adv.
    Kaustubh

    Hi ,
    Looking at the question the first thing that comes to my mind is what is the organization structure that you are following .
    As you have mentioned that you have used segment insted of profit center for splitting , what is the scope of profit center in your implementation .
    in implementations where locations are devided as profit centes it becomes very necessary to mandatorily split the documents based on profit center .
    in your case as you have set it as segment i dont find it an issue of you keeping it as optional as it will not give you and error during your operations , as you have made profit center optional in splitting charcteristics .
    hope this suffices .
    Regards ,
    Dewang

  • Applet view Status bar

    Hi.
    How i can suppress the applet view status bar when deploying form6i on Web.
    Thanks.
    null

    Hi,
    i copied ur code and tested it on my system(win 98 se with IE 5.5) it works fine.
    I guess u might be using an older version of a browser thats why u r not able to view anything.it would be better if u mention the browser in which u tested ur code...
    maybe ur browser doesnot have the latest plugin for java installed.
    Regards,
    Partha

  • Status Profile in Q Info record

    Hi,
    I manintained a status profile in Q Info record for PPAP approval process and working fine for status changes from Proto to Pilot to Production lots. The functionality works fine  as long as each status change happenes automatically based on the UD for each lot.
    But I am having a additional requirement which should prevent automatic status change based on Usage Decision.
    It is this way, initially inspection lot will be created in 0101 (Proto) and status should change only wen the user set  the next status.
    The next inspection lots will be created in 0102 inspection type, until next status is set by user manually.
    If this status is set, next inspection lots should be generated with 01 inspection types.
    I am able to do this perfectly in a automatic way, if no manual status changes are done. How can I make a status profile for supplier relationship, which will not skip to next status, unless it is set manually.
    Thansk
    Vineeth

    Sujith,
    Thanks for your reply.
    Is there any standard option through which we can do status change in supply relationship. Without going for development.
    Requirement is as below for 3 stage approval.
    Proto stage 1- Inspection lot- 0101 origin
    Approved
    Proto stage 2- "Manual" status change
    Approved
    Pilot stage 1- Inspection lot of 0102
    Approved
    Pilot stage 2- "Manual" stage change
    Approved
    Bulk inspection lots of 01 inspection type
    Could anyone suggest a standard procedure to manage this status change using supply relationship. I am unable to do this, as my requirement at certain stage is to change status manually. Please suggest a way to change a staus maually, after automated stages.
    Any update on this, it would be helpful, if someone can show some light on this matter.
    Thanks
    Vineeth
    Edited by: Vineeth Varghese on Jul 22, 2010 6:06 AM

  • How do I set the View Options in the Track Info window?

    Hi -
    Novice question here...(GB'11)
    I am trying to save an Instrument after I made some changes to the Effects.
    When I click "Save Instrument..." I get an alert
    "The file will be hidden.  You have chosen not to show your own settings.  If you save the file now it won't show in the browser unless you change your view options in the Track Info window."
    I didn't know I had chosen not to show my own settings.
    I am looking at the Track Info window (both the Browse tab and the Edit tab) and I cannot see where I can change "view options".
    Am I looking in the wrong place?  I really do want my new saved changes to be on that list.
    TIA you experienced input.
    j2

    The answer is obviouse when you find it the pulldown menu, it is in the middle of the info panel just below the tabs, and may be showing 'Garageband', press this and you can see a number of options including 'Show all'

  • IDOC filter at Field / Segment Level

    Hi
    Can you please tell me how to set an IDOC filter at field and segment level in short?
    Thanks

    Hi,
    There are two filtering in IDoc.
    Segment Filtering:
    Segment filtering can be achieved using T/Code BD56. Here you can suppress a whole segment irrespective of data inside it . You have to give Message Type / Sender Prrtner / Receiver Partner.
    Data Filtering:
    Data filtering can be done in dustribution model (BD64) where you can restrict whole IDOCS or partials IDOCS to be send based on data in fields inside IDOC depending on whether the segment in which you filter is at the highest level or at a lower level. For example in MATMAS if you put a filter of E1MARCM for a particular plant , only data for this plant will go and other plants will be ignored.
    Please check this link for detail information.
    http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • How to Set User Status of Sales Order at item level.

    How to Set User Status of Sales Order at item level by default to 'Purchase Req Not Created' (example)while creating order. Please tell EXIT Name to be triggered & Internal table to be populated.
    Thanx,
    Srini
    Moderator message: please do your own research before asking.
    Edited by: Thomas Zloch on Feb 21, 2011 11:19 AM

    Mathew,
    Here is a document that should help you get started on enhancing 2LIS_11*
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c09d5356-d8c4-2d10-8b84-d24723fc1f0a?QuickLink=index&overridelayout=true
    Good luck!

  • Routines for File name at External Data in Info Package level.

    Hi All,
    Can any one give the example codes of how to write the routine for Files at External Data in Info Package level.
    Regards
    srinivas

    Hi Srinivas
    Here iam attaching a sample code in the infopackage level this code is used to select the Current version from TVARV table ..based on the version from variable the data is loaded into the ods..
    data: l_idx like sy-tabix.
              read table l_t_range with key
                   fieldname = 'FISCPER'.
              l_idx = sy-tabix.
    tables tvarv.
    data: v_prever(6)   type c,
          v_fiscper(7)  type n.
      clear tvarv.
      select single low
       from tvarv
       into v_prever
      where name = 'ZBSK_PREVIOUS_RELEASED_VERSION' and
            type = 'P' and
            numb = '0000'.
    concatenate v_prever(4) '0' v_prever+4(2) into v_fiscper.
       concatenate  '0' v_prever+4(2) v_prever(4) into v_fiscper.
            l_t_range-low = v_fiscper .
              modify l_t_range index l_idx.
    Hope the above code helps you..
    let me know in case of any concerns.. and further help needed..
    bye
    Shu Moh..

  • How to remove the space in the info object level?

    Hi,
    I created a Master Data info Object and gave the data type as <b>Char</b> and length as <b>30</b>.
    From the source system I am getting the data of length 9. But at PSA level I am getting some erroneous records.
    Example: Data from the source system  'a12345678'
                   Data in PSA 'a12345678b'     -
    ***  where b  - Blank
    With out changing the length how can I remove the spaces (Blank)?
    Can any one suggest me how to remove, where and what to apply ?
    I need to do any settings at the info object level or at the Transfer Rule?
    Please provide the each and every step to resolve my problem.
    Thank you

    Hey  you can allow space in RSKC tcode and execute it... .that's it .
    and below is the routine for invalid chars and you can have this in update rules ..
    data: w_fielda(x) type c.
    data: w_result(x) type c.
    data: w_temp_field(1) type c.
    data: w_count type i.
    w_fielda = COMM_STRUCTURE-/BIC/Zxxxxxx.
    w_count = 0.
    do x times.
    clear w_temp_field.
    w_temp_field = w_fielda+w_count(1).
    if w_temp_field CA
    '!"%&''()*+,-./:;<=>? _0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
    w_result+w_count(1) = w_temp_field.
    endif.
    w_count = w_count + 1.
    enddo.

  • GL segment level security

    Hi,
    How can we simulate the GL segment level security in OBIEE GL and Profitability Module of OBI Apps Pre build application ..? Any docs available, Please let me know

    You define profitability segment structure with KEQ3. 
    Define Profitability Segment Characteristics (Segment-Lvl Characteristics)
    In this step, you specify whether a characteristic in CO-PA is used to create profitability segments.
    Characteristics that are used to create profitability segments are available for the information system and in planning, for example.
    Characteristics that are not involved in the creation of profitability segments remain in their line item in CO-PA.
    Frequently occurring characteristics that rarely bear the same value (such as the sales order number for a repetitive manufacturer) can thus be excluded from the creation of your profitability segment. In this way, you can improve the performance of your profitability analysis considerably.
    Furthermore, you can perform profitability analysis at the customer group level or at the product group level by ceasing to use customers or products in that analysis.
    Regards,
    Rebe. Z

Maybe you are looking for