Filtering on Factsheet based on trasaction type

Hi,
I am trying to do some filtering in the webUI. My issue is that I am currently in the entity, and all the data resides in a CONTAINER_PROXY.    I am unable to access this attribute since it is protected.
Essentially inside that container is the DATA_REF attribute which then in that has RELATED_ENTITIES.
I want to loop through the 'BuilActivityRel' entities table entries which contains the different transactions  ex a complaint.
Please help

Hello Evan,
Your question is not clear. Please clarify which entity attribute's value you want to display. Is it in the main entity or in the related entity.
If its in the main entity such as BTAdminH, you can use the following code:
data: lr_btadminh type ref to cl_crm_bol_entity.
data: lr_bp type ref to cl_crm_bol_entity.
data: lv_guid type string.
data: lv_bp type string.
  lr_btadminh ?= me->typed_context->btadminh->collection_wrapper->get_current( ).
  lv_guid = lr_btadminh->get_property_as_string( 'GUID' ) .
If its in the related entity, get the related entity first:
  lr_bp  ?=  lr_btadminh->get_related_entity( iv_relation_name = ''BuilActivityRel'' ).
lv_bp = lr_bp->get_property_as_string( 'BP_NUMER' ) .
I hope this helps.
Thanks
Vishal

Similar Messages

  • How ETT is picking based on movement type

    Hi all
    Please tell how Excise Trasction Type (ETT) is picked based on movement type?
    Also for Retrun delivery to vendor (mvmt type: 122) ETT picking is OTHR, if i want to make it to pick OTHR Sub trasaction type 10 how should i want to do it?
    Regards
    K.R.Srinivasan

    Hi,
    First of all ETTs are not picked up as per movement types. These are defined in SAP Standard program to be picked for different transactions.
    For e.g. GRPO for Goods Receipt against PO, DLFC for Outgoing Excise Invoice, OTHR for J1IS, etc....
    And it will not pick up the Subtransaction type 10 automatically during J1IS (or any transaction), you have to specify this manually during J1IS.
    For this you have to do necessary Account Determination for ETTs, Excise group and Subtransaction type 10
    Check in SPRO > Logistics - General > Tax on Goods Movements > India > Account Determination > Specify Excise Accounts per Excise Transaction
    And in SPRO > Logistics - General > Tax on Goods Movements > India > Account Determination > Specify G/L Accounts per Excise Transaction

  • Urgent issue REPORT FOR ALL MATERIAL BASED ON STOC TYPE

    Hi
    I want report for based on stock type
    i want to check the stock for all mterial with  stock type "quality inspction"
    i want that type of material documents
    is it possible to see the report
    regards sesidhar

    I CREATE material A...with out seleting QM view
    I create one more material B.... with select QM view
    both r ROH material type..
    when i caeate GR for material A. with stoc type 'QYALITY INSPECTION.. for this material system does not creat quality LOT....
    when i create GR for material B with stock type 'QYALITY INSPECTION.... for this material system created lot..
    but are GR done by 101 movement..
    but i want report for materials which are stock type QI...but does not display Material which r lot created...?
    is it possible..
    regards
    sesidhar

  • Payments based on inventory type, item category...

    Hi,
    I am trying to develop a report to show unrecorded liabilities - basically, I need to find out if there are payments/accounting documents/invoice number existing in the system, that has no connecting documents in purchase or sales side. I am able to do this using REGUP/BSEG/VBAP/EKPO (and corresponding header) tables.
    I am stuck at one requirement though.
    "Segregate payments in to inventory, non-inventory, no-link categories based on product/service (item type/item category) or/and vendor type (inventory/non-inventory)."
    Can someone please tell me how to divide payments as mentioned above? Is it based on material type?
    Thanks in advance!

    If FI postings for inventory and non-inventory are posted to different G/L accounts then you should be able to filter that using HKONT field in BSEG. On the purchasing side, if G/L account number won't suffice then check if you can use cost element field KOSTL. On the sales side you should be able to filter this using PRCTR.
    If this approach cannot be used then you have to drill down to VBEP table and check if there is a movement type attached to this order item (for third party items, check for VBEP-LFREL = X). This will be accurate depending on how sales configuration was set up.
    On the purchasing side, use a combination Item category and Account assignment category in table EKPO to identify and segregate the totals.
    Raj
    PS: The first approach is the best approach and I hope that is how they have configured it in your system

  • How to generate a Spool based on output type in SAP Script

    Hi all,
    Is it possible to generate a spool based on output type for a SAP Script (without explicitly trigger in Tcode VF02 and selecting output type from there )
    Actually a background job will be scheduled to process output types selected in VF01 / VF02
    When output type is ZABC in the background a work flow is called pdf is generated

    Any suggestions please

  • Can we restrict the printing of PO Item text based on PO types?

    Dear Experts,
    We have a requirement related to printing of PO Item Text.
    We need to print a perticular Item text  only for a certaing PO type (ex:  NB only).
    How can we restrict the printing of PO Item text based on PO types?
    Please advise.
    Regards,
    Shashidhar

    Hi,
    In one of my earlier Projects we had a similar requirement and the Best solution we could give to our client was to Create New Output Type and asked our ABAPer to Delete/Deactivate the fields / texts which were not required  for PO printing and the User was asked to select the New Output type for Printing.
    Take help of a ABAPer to change the fields required for Printing  this new Output Type.
    Discuss with your client and see if it works.
    Best regards
    Amit Bakshi

  • Using OLAP Connection for SAP BW based on authentication type Prompt

    We try to use an OLAP Connection based on authentication type Prompt. This should cause a dialog to popup where the user can enter credentials for SAP BW. This works fine for Analysis for OLAP, but not in Web Intelligence and Design Studio.
    In design studio the following message appears:
    failed to connect to "BA1CLNT100"
    Configuration of destination
    customized_guid:FnTHdVPWmQ4AMLQAAD4XL4cAAFBWmWVp is incomplete:
    Parameter user id missing: neither user nor user alias nor sso ticket nor certificate is specified.
    Does anyone know if this feature is supported and what causes this error?

    Hi,
    Can you check the option "Disallow insecure incoming RFC connections" from CMC >> SAP Authentication and see if it helps.
    -Ambarish-

  • BADI for Disabling NetPrice field in ME21N & ME22N based of Material Type.

    Hi.
    I had a requirement to disable "net price" field while creating or changing a PO (ME21N & ME22N) based on the type of material entered.
    Please asssit me in finding the BADI or exit name which can meet my requirement. Thanks.

    Hi Ranga nadh,
       The BAdi what you have mentioned is correct.
    ME_PROCESS_PO_CUST - In this BAdi, we are having a method PROCESS_ITEM. These method is used to process all the Item data. As the field Netprice is at the level. You can use this method.
    Here inside this method we are having a parameter IM_ITEM
    So, You create a implementation and inside this method you can code here to appear the field in disable mode.
    Cheers,
    Swamy Kunche

  • List of stocks based on material types

    Hi,
    I need a list of stocks overview based on material types.
    Ex:
    Need a list of current stocks for finished materials.
    Kindly help reg this.
    sathya

    Hi,
    Check in MC.9 transaction to get the list of stocks based on the Material types along with materials & material description with Value & stocks
    The Report will give you all the details with respect to material types, Material group etc. for a particular period or as on period also.
    rgds
    gsc

  • Report based on Output Type

    Dear Friends,
    If there is any functionality or Table from where i can get list of Invoices based on OUTPUT TYPE
    we have diff invoice types like sales invoice, service invoice, lease invoice and for all invoices there is dif output type is assigned. If i want to generate service invoices report based on output types assgined to it how we can do that?
    Regards
    Vishal

    hi
    Thanks Friend
    But again there is one problem when i am running this in Devlopment client its working fine but in other client not working n giving message No messages for initial processing exist
    what may be the problme?
    Regards
    Vishal

  • From SharePoint Content Database, Using SQL-Server Query how to fetch the 'Document GUID' based on 'Content Type'

    I want to get all the documents based on content type using SQL Server Query. I know that, querying the content database without using API is not advisable, but still i want to perform this action through SQL Server Query. Can someone assist ?

    You're right, it's not advisable, may result in corruption of your databases and might impact performance and stability. But assuming you're happy to do that then it is possible.
    Before you go down that route, have you considered using something more safe like PowerShell? I've seen a script exactly like the one you describe and it would take far less time to do it through PS than it would through SQL.

  • How to get F4 help for Standard Text Key of a operation based on Order type

    Hi Experts,
      How to get F4 help for Standard Text Key (STK) of a operation based on Order type entered in selection screen. The F4 help should give the STK of related order type. At the same time the F4 help for Task Types based on Notification type. How to acheive the above two. Please provide the table names or any search help name if exists or Function modules...
    Thanks in Advance.
    Regads,
    Bujji

    Hi Guys,
       Any help on this...
    Regards,
    Bujji
    Edited by: Bujji on Dec 22, 2008 12:42 PM
    Edited by: Bujji on Jan 5, 2009 2:00 PM

  • Need F4 Help for custom container element based on partner type

    Hi Friends
    I am displaying customer details in custom container .In that custom container I have a field Partner number,Partner type etc etc..
    I included F4 help for partner number field, In that I referenced the following field.Now its coming perfectly.
      wa_cat1-f4availabl = 'X'.
       wa_cat1-ref_table = 'KNA1'.
      wa_cat1-ref_field = 'KUNNR'.
    But as per my requirement, customer wants to get the different F4 help when the partner type eq "Contact Person".
    Rest of the partner type(Ship to party, Sold to party,Reseller, End user) should show the above one.
    So I dont know, where I have to change, because in the field catelod level there is no option to control particular type in the column.
    Kindly help me on this.
    Thanks
    Gowrishankar

    Hi Jose
    Thanks for your Input.I created Event Receiver than Defined and implemented a method to get F4 help for customer number and email id field.Already F4 help is available for Email ID.Now I want to Include the F4 help for partner number field, it will call the search help based on partner type.I can able to get the partner number field search help, but F4 help is not working for email id.
    I am not sure some whee its over writing some values or I am not sure.If I comment partner number F4 help class, I can able to get the F4 help for email address.
    Plz guide to me to fix the same.
    Thanks
    Gowrishankar

  • Auto selection of  PO type based on  PR type

    Dear Gurus,
    I am placing question for the first time,  please guide.
    While using  ME21N   PO type should be automatically selected based on  PR type when PR number is refered while creating PO.
    I have configured  "Link purchase requisition - document type"  through  Define Document type .
    Above conf. has triggerd an error msg. in ME21N (useful to some extent).
    But we want system to automatically select PO type based on PR type  ( when PR No. refered in PO ).
    Thanks in advance 
    Rammohan

    Dear sir,
    Auto creation of  PO will not workout,  since manual creation only allowed. Only auto PO type selection is required.
    Even PO type select in in SU3 & personal setting are made blank.
    Thanks
    Rammohan

  • Use of filters and aggregations based on hierarchy nodes in an update rule

    Hello,
    I need to calculate some indicators from a ODS (BW 3.5) that contain raw data to another one that will contain indicators. These figures are the results of the use of filters and aggregations based on hierarchy nodes (for example: all sales accounts under a node).
    In fact, this is typically a query but I want to store these figures, so I need
    I understood I have to use a start routine. I never did that before.
    Could you provide me with easy-to-understand-for-newbies examples of:
    - filtering data based on the value of an infoobject (value must be empty, for example)
    - filtering and aggregation of data based on the appartenance to hierarchy nodes (all sales figures, ....)
    - aggregation of the key figures based on different characteristics after filtering of these
    Well, I am asking a lot ...
    Thank you very much
    Thomas

    Please go through the following link to learn more on aggregates:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e55aaca6-0301-0010-928e-af44060bda32
    Also go through the very detailed documentation:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/67efb9bb-0601-0010-f7a2-b582e94bcf8a
    Regards,
    Mahesh

Maybe you are looking for

  • Print Failure: How Do I Reset the CUPS folder?

    HP support says the problem with my 4 mo old laser printer is Apple’s cups folder and that it needs to be rest. Can anyone explain this to me and give me directions? Verbiage from the back and forth with HP is below. Thank you very much!!! HP Reply #

  • IPod Touch Won't Backup or Sync on Windows 7 Ultimate / iTunes 10

    Recieve the following error message when I try to backup my iPod Touch (iOS 4.3.3 8J2) to iTunes 10: (on Windows 7 64-Bit Ultimate) > iTunes could not back up the iPod "leeand00's iPod" because the backup > could not be saved on the computer. I've tr

  • Ghosting when playing DVDs

    Hi, using RX2600XT diamond and connecting to my LCD TV via vga. When I play some DVDs, especially dark scenes and fast movement, I see trails and ghosting. I see the previous scene for about few seconds on the screen and if there is arm movenet, you

  • Oracle Text and TREC

    Hello, I am new to SQL, Oracle, and Oracle Text and need to use Oracle Text to index about 2GB of files (located on the filesystem), each of which contain multiple documents. These documents are all in SGML format with the relevant data I need being

  • Delaying rental downloads

    Hi My isp lets me download as much as I want after midnight without using monthly quota. If I start a movie download, and then turn off my Apple TV, would it start downloading if it was turned on again after midnight using a 'timer plug' or do you ha