Info about bsp page for selecting transaction type

Hi.
When you create new business transaction of activity you get a pop-up window, where you choose the type of transaction type. I would like to change some settings on this component, but I don't know which component is this. F2 button doesn't work, because this is already a pop-up window and it doesn't allow to open new pop-up window where I would see this info.
Does anyone now which component is this?
Help will be appreciated.

Hi Robert,
Actually this pop-up window is nothing out one another view and it is displaying as pop-up when create_popup method of IF_BSP_WD_WINDOW_MANAGER interface triger.
With this method we pass the component usage name in which that component available.
If u will check EN_ONNEW event handler , u will found this code
     proctype_bo_popup = comp_controller->window_manager->create_popup(
                          iv_interface_view_name = 'ProcTypeBOWindow'
                          iv_usage_name = 'CUBTFOLLOWUP'
                         iv_title = lv_title ).
In this code CUBTFOLLOWUP is the component usage name which is available in Run Time Repository.If u will check there is one component bound with this usage ie. BTFOLLOWUP.
In this component 3 view are available. from these views BTFOLLOWUP/ProcTypeBO is the view which is displaying this pop-up for transactions.
Regards
Gaurav

Similar Messages

  • What table hold info about Start Page

    what table hold info about Start Page where responsibility and form are chosen when login to Oracle
    step:-
    Login to Oracle apps
    Click on Preferences
    Scroll down to Start page
    Need to find out after you choose the responsibility and it’s value what table name holds that info

    It is a profile option and all profile option values are stored in fnd_profile_options, fnd_profile_option_values, fnd_profile_options_tl
    Note: 201945.1 - How to list E-Business Suite Profile Option values for all levels using SQLPlus
    Note: 282382.1 - How to Search all of the Profile Options for a Specific Value
    Note: 367926.1 - How To Find All Users With A Particular Profile Option Set?
    Thanks,
    Hussein

  • Report MB5B for selected movement types

    Dear All,
    When I am executing report for selected movement types , system givivng me message below " Movment type is reset"
    After continuing that Movement type field turns BLANK, and report is executed with considering all movement types.
    If there is a way for executing MB5B report for selected movement types, please suggest.
    Thanx..

    Hai,
    1.The MB5B report will show the stock on posting date with all movements like Goods recipt from Purchase, production order, stock transport order, & goods issue due to consumption posting, stock transfers & transfer posting.
    2. This is designed to see the Opening balane+Goods receipt - goods issue = closing balance.
    3.You can't take report only for particulat movement type.
    4.If u want to get the details as per the movement type, then use MB51 report.

  • Free Goods Determination for other transaction types

    Hi,
    Does anybody know of any Function Modules or Class names that determines Free Goods determination in a Sales Order? We are thinking if this functionality could be mimicked for other transaction types?
    Thanks!

    Hi,
    please consider the sap online help:
    http://help.sap.com/saphelp_crm700_ehp03/helpdata/en/b7/4a893a8729337be1
    0000000a11402f/frameset.htm
    Check the function moduls:
    Event CRM_FREE_GOODS_ADD_ITEM_EC
    CRM_FREE_GOODS_DETERMINE_EC  >
    CALL  FUNCTION CRM_FREE_GOODS_DETERMINATION
    Best regards
    Rene

  • Table to find sales order created for a transaction type.

    Hello all
    I have a requirement that i need to check all the orders created for a transaction type and to find out how many of them are active now and how many of them are deleted.
    i know only the transaction type and based on this input i need to know the above details is there any report or table for this.
    Thanks and Regards
    shanto aloor

    Hello shanto aloor,
    in the database table CRMD_ORDERADM_H you can search by transaction type. In Se16 you can enter the process_type to find the related transactions. If you have the header GUID you can use also the report (SE38) CRM_ORDER_READ to get more details of the transaction.
    Hopefully this information will help you to meet your requirement.
    regards
    Rene

  • Error while selecting transaction type 650 during ABAA.

    Hi Experts,
    We are facing an issue with transaction type 650 while executing unplanned depreciation posting for a certain company code not for all. The error message no. AA380. But it is working fine for other company codes.
    It has been observed that dep. area 30 is assigned to transation type 650 for that chart of depreciation and the message indicates that to be deleted as the combination is not allowed. But after removing the dep. area 30, the posting calls other transaction types 641/642/651 etc.
    Are we missing any config here for this particular company code? Do we need to do some changes for TT 650?
    A quick response will be highly appreciated.
    Regards
    Partha

    Hi Partha ,
    Please check below two configurations.
    1) Go to OAXE check the transaction type 650 and go to details and ensure that there is Always Post check box selected.
    2) Go to OABU check the relevant depreciation area for which you are posting there should be a check box which needs to be selected for Unplanned depreciation.
    Hope this helps you to address the issue.
    Regards,
    Gokul

  • Reason for Movements for selected movement type in MB1A/B/C

    All,
    When a user goes to MB1A, MB1B, MB1C and selects a movement type is there a way to show only the reasons for movements for that selected movement type?
    Currenlty, when the users clicks F4 or wants to view the options available for reasons for movements, it shows them EVERYONE movement type and its associated reason for movement. The list is HUGE. So, I want to know to shorten the list to show only the applicable ones for the movement type the user has selected.
    I know the user can enter the movement type and the list gets filtered but this is a manual step the user must perform. Is there any way the system can restrict the reasons for movements based off the Movement Type already selected by the user?
    Please let me know how to show only those reason codes for the selected movement type in transactions MB1A, MB1B, and MB1C.
    Thanks for your help in advance!

    To shorten the list you can select the movemnt types the user requirs and make his/her personal list so when he.she do f4 onlt personal list will be displaed.
    U can create personal list by doing the F4 and put cursor on movement type and below will be icon to add into personal list.after selecting all the movement types. close the window and adain do f4 u will only see the entries of u r personal list.

  • Trash in BSP-Pages for ABAP-reports

    Hi,
    it´s strange that I´m getting trash in the BSP-Pages that represent an ABAP report. I just can´t identify how it is produced and shows up between Titel and real list. I use
              SUBMIT (progr_name)
                 WITH SELECTION-TABLE sel_table
                 EXPORTING LIST TO MEMORY AND RETURN.
    and then CALL FUNCTION 'LIST_FROM_MEMORY'
    later    CALL FUNCTION 'WWW_HTML_FROM_LISTOBJECT'
    I make a loop with the output and save all in a variable of type string, which is later used in the layout page.
    After execution, I get something like:
         Title       page Nr.      User name
         trash
         more trash
         even more trash
         list
    the data that I describe as trash is information from the list, but it also appears where it must.
    Has anyone experience with it ?? Thanks

    I am also getting some "trash" at the beginning of my report in some cases. The report list I am sending the FM contains Material Descriptions and our descriptions (can) contain a combination of slashes (/), colons ( and commas (,) (eg. SPARES:DISPLAY/GASKET,MONO,GEMINI) - I find that if I remove the commas from the descriptions during the reporting, that I do not have this problem. However this is not a viable solution. Any ideas would be very helpful.

  • Print in different page for different material type in Sapscript

    Hi all
    How do I do the above matter?
    Currently I have a script that print all material according to some condition.
    My client request to have a different page of material list for different material type.
    Please advise
    az

    Hi,
    1) Sort the internal table by material type.
    call func 'OPEN_FORM'.
    loop at itab.
    at new mattype.
    if mattype = 'A'.
      call fun 'START_FORM'.
       exporting
        page   =    'PAGEA'.
    elseif mattype = 'B'.
      call fun 'START_FORM'.
       exporting
        page   =    'PAGEB'.
    endat.
    call func 'WRITE_FORM'.
    AT end of mattype.
    call function 'END_FORM'.
    endat.
    endloop.
    call function 'CLOSE_FORM'.
    Thanks,
    Nethaji.

  • Plant Not permitted for selected Doc Type

    I have created new plant and assigned to existing Purchase organization. i am able to create PR but while creating Purchase order i am getting error
    Plant Not permitted for selected Doc Type

    what is the error message number? double click the message to obtain.
    I have not seen any assignment of doucment types to plants, nor a message like mentioned.

  • How to create a web page for a transaction code

    Hi All,,
    i ve created a T-code for a program and i want to put tat T-code in to web page or BSP page or as a web link.
    Is their any way to do that.. If yes,, please tell me the procedure of how to do it,,
    Thanx in advance,,
    Ill assign points
    Dinesh

    I wanted to call the transactio code from a web link or web page,, i ven't created any BSP or any web page,,
    Till now, i ve created a transactio code for a ABAP program,..
    i need to make it as a web page..
    regards

  • API for OE Transaction Types

    Hi,
    Any API available for creating OE Transaction Types.
    Regards/Prasanth

    Hi,
    The process you should follow is:
    1. Use SHD0 to create the transaction variant. This will generate a transport number if you provide a custom package name. You can not transport it if you save it as local object.
    2. In IMG you have to assign the newly created transaction variant to the respective transaction type. This should generate a new configuration transport.
    3. You should now transport these transports in sequence.
    I have used this process and transported the transaction variants from development to quality/production environment and this process has worked fine for me.
    If you are also following the same process and still facing the problem, then please check your transport requests (to analyse whether all the required entries are included in the request) and check the import log. Probably the transport is not complete/successful. You can also execute SHD0 in quality to check whether the transaction variants are copied properly or not.
    Regards,
    Kaushik

  • BSP Page for Common Access

    Dear Expert,
    I need a help,
    I have a unique development system.
    We are trying to create a web page that can be accessed by web user,
    and they can post a question also.
    Once the question is submitted, CRM will create a new service request.
    We are about to create a web page using BSP Page in our website.
    We have an idea, that we might create an user account that'll be used to sign-in to our CRM backend,
    to create a service request.
    Is it possible to do so? since we have might meet boundaries in sign-in to our CRM application.
    Please expert,
    I'm very indeed of your guidance.
    BR,
    Robin

    Using SICF and create a communication ID and set it in the settings

  • Additional Transaction Category for sales transaction type

    Hi Friends,
    Can you please let me know why we assign additional transaction category business activity for sales order or quotation transaction types.
    For Activities & Tasks there is only one transaction category assigned where as for sales why do we assighn two transaction categories?
    Thanks in advance.
    Sree

    Hi,
    Kindly find the explanation here:
    http://help.sap.com/saphelp_crm40/helpdata/en/49/00783b3af21f5ee10000000a11402f/frameset.htm
    In fact, you need to assign multiple transaction categories fro the same reason that you assign multiple roles to a business partners: to get more functionalities...
    Example: in your sales order you may want to be able to store "contact" information like "direction", "medium", etc. For this, assign transaction category "Activity" to your sales order, and a new tab will appear in tcode CRMD_ORDER where you can fill in those fields...
    Regards,
    Nicolas.

  • Any API is there for (Receivables Transaction Types,Receivables System Options,Receivables Territories,Receipt Sources,Receivables Payment Terms)

    Hi All,
    Any API is there import the following
    1.Receivables Transaction Types
    2.Receivables System Options
    3.Receivables Territories
    4.Receipt Sources
    5.Receivables Payment Terms

    Hi Kalyan,
    I am working on similar requirement, did you able to get rid of the issue. If yes, pls post the working code.
    Thanks
    Mouly

Maybe you are looking for

  • Dream Home Setup

    I would like some input on how to best setup my dream home network setup. I have Cat5e run throughout my entire house.  Basically a drop in every room (more in some rooms).  -I am thinking about an ASA 5505 for the main router. -IPS and Gigabit speed

  • Best way to share Time Capsule iTunes folder between multiple PC's & users?

    We are happily using a 2T Time Capsule and Genie Timeline to back up computer files. However, our main iTunes computer is a laptop which is quickly running out of disk space. So we hope to share an iTunes directory on the Time Capsule between two pc'

  • Lost the gift

    Recently i purchased a gift card with automatic delivery (14.02.2013). Person didn't receive it. Resend don't work. looks like it is, but it don't, we just didn't receive an email. Resend on any email don't work at all. Of course, we are in the same

  • Email address list order

    How can I change the order on which Mail shows my list of email adresses? Curiously, it has putted the less important ones on top... I have 2.2 firmware.

  • Populate an arraylist....

    Hi guys, i'm a new java user and i have a big question for you. I'm developing a jsf application with eclipse and i have a problem. I have to import a txt file with this format string string string string string double double double string double dou