Finding ABAP Program Name

Hello experts,
I'm very new to CRM and I have to develop a new smartform about sales. I have a basic problem. I should add an external debug to this program to see the variables etc. I don't know how to monitor the abap program name to place the smartform and if clauses there. Am I thinking in a wrong way or does it work just like what I think? I need an answer and I need it fast please
Thanks
Emre

Hello Emre,
Your requirement can be fulfilled by using actions, there is no need to add additional coding.
You just need to define an action with start condition defined as '&CRM Sales Transaction.User Status& = <your user status>'
1. Creat your action profile and action with wiszard
    SPRO - CRM - Basic Functions - Actions - Actions in Transactions - Create Actions with Wizard
    Please use following parameters:
     Processing Time = 3 Immediate Processing
     Schedule Automatically
     Rule Type = Workflow Conditions
     Processing types: Smartforms *
     Form Name = YOUR smartform
     Processing Class            CL_DOC_PROCESSING_CRM_ORDER
     Processing Method          CRM_SALECONT_EXEC_SMART_FORM <- for sales contract
2. Edit the start conditon
    SPRO - CRM - Basic Functions - Actions - Actions in Transactions - Change Actions and Conditions - Define Conditions
    You need to add the start condition '&CRM Sales Transaction.User Status&  = YOUR user status' or '&CRM Sales Transaction.StatusTable& = SYSTEM status'
3. Assign the created action profile in step 1 into your transaction type.
I would also suggest you to go through the following wiki page to get a general idea about actions.
[http://wiki.sdn.sap.com/wiki/display/CRM/Actionprofilesin+SAP-CRM]
Please understand that the above steps are just for your interests, we do not know your business scenario and the detailed business requirement, it is really hard to give an exact desired solution.
Best regards,
Maggie

Similar Messages

  • How to find abap program name for web ui reports

    Hi,
    I need to know the abap program name which is developed and configured for
    web ui.In our project web ui application crm version 7.0.there reports links are available
    with label of business names.
    I assume that there will be SPRO configuration for these reports.
    Can anyone provide assistant on this to me.
    Regards
    Viren

    Hi,
    Which reports you are referring to? Are you referring to BI reports? If so then i suppose they are triggerred in BI and transferred to CRM.
    Regards,
    BJ

  • How to find the program name for LSMW

    hi experts,
                  i have created a LSMW for uploading data in HR.i hope there will be a ABAP progarm automatically generated from it .where i can find the program name .
    i have succesfully completed all the 14 stepas and data is uploading comfortably .
    thanx in adavance

    hi,
    just do liek this to know abt the program name,
    select system at the menu in your lsmw,
    select status ,
    in popup u'll get the proram name and all other related details.
    reward points if useful,
    regards,
    seshu.

  • ABAP Program Names to Run V3 Jobs from SM36

    Hi,
    I would like to Schedule the V3 Jobs for SD, MM, PM and other Modules Throug SM36 , Can you please let me know the ABAP Program Names for all of them or can i have any PDF documents that contains this list?
    I could abel to find only for SD I am using (RMBWV311) i need for others please.
    regards
    Krishna Mohan.

    Hi Krishna:
    The information below was extracted from the article by P Renjith Kumar (page 8).
    "LO Extraction u2013 Part 4 Update Methods"
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5039632a-c398-2d10-0aaf-97167a3de753?QuickLink=index&overridelayout=true
    Useful reports in Queued delta
    The deltas for logistics extractor are moved depending on the setup of Job Control in LBWE.To manually move the deltas we can run the R/3 programs depending on Application Components.Use the following programs to move the deltas manually.Go to transaction SE38 in R/3 and run the relevant program to move data from LBWQ to RSA7 .
    u2013 02 Purchasing             RMBWV302
    u2013 03 Inventory Controlling  RMBWV303
    u2013 04 Shop Floor Control     RMBWV304
    u2013 08 Shipment               RMBWV308
    u2013 11 SD Sales BW            RMBWV311
    u2013 12 LE Shipping BW         RMBWV312
    u2013 13 SD Billing BW          RMBWV313
    Regards,
    Francisco Milán.

  • How to find the program name of the smart form?

    How to find the program name of the smart form if output type is not known?
    thanks in advance...

    How to find the program name of the smart form if output type is not known?
    thanks in advance...
    T-code SE16
    Enter table name: TNAPR  -> Press enter key
    Enter smartform name in input field(SFORM):  Z_your_smartform_name
    Execute
    you can find  program name under the column PGNAM/Program name.
    Regards
    sudheer

  • How to find the program name of the created sap query ?

    how to find the program name of the created sap query ?

    Hi avinash,
    Try in this way..
    Go to SE16 and then go to table TSTC.
    in that give program name as <b>*followed by your query name</b>
    (for example *TESTQUERY)
    and run , that will give progname======queryname.
    this way you can find program name.
    vijay

  • Find the program name

    hi,
    I have to find the program name which can let me know a field which exists in different custom program...
    Can anyone guide me please. Its bit urgent
    ~~Guduri

    Hi ,
    run the program RSSCAN1 or RPR_ABAP_SOURCE_SCAN .. give the program name as z* and in the search string give the name of the field that you are looking for.
    Thanks
    Mahesh

  • Find abap programs

    Hi
    How can we find out that whether there is an abap program written for a paticular query or not.
    I have got a delivery report and the total volume of quantity moved is wrong.The kFigure name is moved quantity.BUt when i double click on it in the query it shows a box in which we come to know that it is geting data from delivery quantity.I want to know how can we now check the data in BW because the query is being supplied by a multi provider.How should i proceed to check where is the problem.is it i BW side or Program or query.
    Will appreciate help.thanks

    Tom,
    One of the challenges of working in BW is investigating data issues. User points out that the numbers are incorrect and you have to find out where the problem is.
    First thing I ask a user is what is the expected value and how is (s)he validating on the R/3 side. Then, I compare the filters that are used on R/3 and the filters that are used in BW query. If they are identical, we proceed with further investigation otherwise we should try to match the filters and see if the results match.
    Then, you have to see which InfoProviders are feeding the MultiProvider. Go the the manage screen of the InfoProvider where this data is stored and look at the InfoProvider contents for the same filters. More than likely it will show what the query is showing.
    From this point, there are many possible paths to choose from based on how data is being loaded. But, I am not sure if you are asking help with fundamental architecture of BW (what are all the objects that lie between a MultiProvider and R/3 extract) or if you a specific question.

  • Table Name where the ABAP program names get stored

    Can any 1 tell me the table name where the ABAP programs get stored

    try TRDIR,TRDIRT,TADIR
    regards
    shiba dutta

  • Find abap program of lsmw

    hi experts,
                   i have created a lsmw for data uploading for HR.now i neeed to find the auto generated abapa program for that lsmw.what shall i do????

    Hello people;
    What is the easiest way to convert a LSMW in a program?
    I created a LSMW with a BAPI to post account documents and my user wants to use it as a program ...
    Bye;
    Ivan Spellmeier

  • To find out program name of  form

    hi abapers,
           I am not able to find out the program name of the form f110_d_avis in tnapr table. Anyone can pl help me to find out the program name of this form. Tell me the possible ways to find out the program name of the form.Thanks!!!

    Hi,
    1.Go to SPRO.
    2.select sap Reference img tab.
    3.search with form name.There u can get the related print program.
    Eg:F150_dunn_01---Dunning form(go with description).
    4. I think u r form name is Paymeny advice Form.
    So search with Payment form:
    select Assign payment form with country key.
    5.Give the country key for which the form is using.
    6.There u can find the print program.
    regards,
    Reward With points.(don't forget)
    Edited by: shiva kumar on Apr 7, 2008 11:29 AM

  • How to find out program name to the corresponding output type of invoice..

    hi ALL,
    I want to findout program name to my output type.
    For one invoice functional peoples are configured. Here i know the outtype. But i don't know the program name .
    Can any body please tell me how to find out the program name for the output type..?

    Hi,
    Goto NACE t-code
    Select Billing (V3)
    Press 'Output Types' Button
    In the next screen select the corresponding output type you want.
    Then press 'Processing Routines' in the left pane. You can see the program name
    Cheers,
    Kothand

  • How to find driver program name of  Smart Form

    Hello
    I am in stiuation, where I know the smart form name in which I need to do the changes but I don't know the driver program name. Is there ant way to find the driver  program name? Is the smart form and it's driver program name is maintained in any table?
    Please let me know if any one is having any idea.
    Thanks  & Regards.
    Chetansing Chauhan

    Hi,
    Check this links:
    driver program name
    Driver program for smart form
    Regards
    Adil

  • ABAP Program Name CHanging the PSA Load status

    Hi,
    Our Scenario is Non-SAP -> PI -> BI.
    Every Day PI reads the file from source and it will directly upload to PSA in BI.But in PSA the status will show as yellow only it is not turning to green.But I am able to see the data in PSA but status is yellow.
    When we activate the Data source manually the load status is turning to green.
    I heared there is an ABAP Program to change the status.If anybody knows pl provide me the details.
    Regards
    Ram.

    Hi Ramakanth,
    Yes, that right. I have mistaken here because our pos dispatcher pumps data source every 15 mins thats why its in yellow status. I am sorry about that.
    Usually there are some reasons why the PSA in yellow.
    1. If the data is being loaded from PSA to data target, it will be in yellow
    2. If the data is loaded into PSA then it will be in yellow
    3. If we make any changes in the PSA for example deleting few records in psa and then added and transferred records doenst match then it will be yellow. In this case we have to manually change the status.
    In your case I am not sure y its not getting into green once is done. We never had any issue. Pos dispatcher runs and uploads the data into PSA and then we upload into targets.
    Thanks
    Srikanth

  • Find the program name for a given subroutine

    Hello chaps
       I have the name of a subroutine. However i do not know the function group or the module pool in which it is defined.
    Se84 -> program library -> subobjects does not help. Any other way?
    Regards
    Pragnesh

    hi ,
    try with WHERE-USED LIST to find out.Some times SAP calles Dynamically ? in that case u cannt identify the from where u got the call.
    regards
    Prabhu

Maybe you are looking for

  • View for "create directory"

    Hi Is there a dictonary view where i can find all the "virtual directory" which are created with the "create directory" command ?? Thanks.

  • Adding filename and path to Adobe Designer form footer

    We are developing a form and Document Control required the form have a field on the form footer to show the live "Path & filename". I need what is shown in the properties under "File" to show up in the footer. I have been unable to locate the correct

  • Esc key not working in windows 7

    Hi, I have a HP Pavilion dv6-4XXX series. It's almost been 2 years I bought this notebook.  Recently I faced an issue. The "ESC KEY" has stopped working. However I could find that it's working fine in BIOS but not when I am logged in to windows. I ha

  • Delayed aknowledgement on utl_tcp connection loss

    Hi, I've got a problem regarding utl_tcp. Assume a connection between A and B, where A is located within a package in PL/SQL that is waiting for new messages to send. B is a distant receiver. Now B crashes and therefore the connection is invalid. But

  • Icloud is corrupting incoming mail attachments

    For the past week or so email attachments sent to me at my .me or .icloud email address is being corrupted.  This includes .xls .pdf .doc .jog and .ppt files.  I am using Outlook 2013 but don't think it is the culprit...uninstalled and reloaded it.