Program name required

Hi all,
        Can anyone please tell me the name of the standard SAP program in CRM to create
a) Business Partner
b) Lead
Kindly reply!!!!
Regards,
Chaitanya
******REPLIES WILL DEFINETELY BE REWARDED************

Hello,
Check this thread:
What is the best way to create business documents in CRM
Vasanth

Similar Messages

  • How to find programs' names those were created by me in a specific period?

    for example
    the input parameters are:
    programmer: sy-uname
    begda: 2007.01.01
    endda: 2007.02.01
    the outcome will list all the programs' names including webdynpro component which was created by me.
    is there a table have those entries in the system?
    thanks a lot.

    Hi,
    Use the Below logic, Enter the required fields it will diplay all the programs and web dynpro components that are created.
    TABLES: trdir,
       wdy_component.
    SELECT-OPTIONS:p_name FOR trdir-name,
             p_wname FOR wdy_component-component_name,
             p_cdat FOR trdir-cdat.
    PARAMETERS:
                p_author TYPE trdir-unam OBLIGATORY,
                p_udat TYPE trdir-udat,
                p_subc TYPE trdir-subc OBLIGATORY.
    DATA: t_trdir LIKE STANDARD TABLE OF trdir.
    DATA: t_wcomponent LIKE STANDARD TABLE OF wdy_component.
    *SELECT * FROM trdir UP TO 5 ROWS INTO TABLE t_trdir*
      WHERE cnam = p_author AND
            subc = p_subc AND
            name IN p_name AND
           cdat BETWEEN p_cdat-low AND p_cdat-high .
    *SELECT * FROM wdy_component UP TO 5 ROWS INTO TABLE t_wcomponent*
      WHERE author = p_author
      AND component_name IN p_wname
      AND createdon BETWEEN p_cdat-low AND p_cdat-high.
    LOOP AT t_trdir INTO trdir .
      WRITE:/   trdir-name,
             30 trdir-cdat,
             45 trdir-unam,
             55 trdir-udat,
             67 trdir-subc.
    ENDLOOP.
    ULINE.
    LOOP AT t_wcomponent INTO wdy_component.
      WRITE: / wdy_component-component_name,
            30 wdy_component-createdon,
            45 wdy_component-author,
            55 wdy_component-changedby.
    ENDLOOP.

  • My MacBook Pro will not open any application or program that requires internet, even though I am connected to the web.

    My MacBook Pro will not open any app or program that requires Internet, even though I am connected to the web. I recently installed Norton AntiVirus and think it may have changed a setting that I couldn't find. I uninstalled Norton and it didn't help. Every time I open Safari, iTunes or any other program that tries to connect to the Internet, it crashes. Strangely enough, Skype still works, but nothing else.
    I have OSx 10.6.8.
    I have tried erasing plists, and all the standard troubleshooting, ie resetting modem, restarting computer, reloading Safari from disk.
    Any help would be greatly appreciated. Thank you in advance.

    Change your router channel.  Sometimes this is all you will have to do.
    Power cycling the router.  Read the router's user manual or contact their tech support for instructions.
    System Preferences/Internet & Network/Network
    Unlock the padlock
    Locations:  Automatic
    Highlight Airport
    Click the Assist Me button
    In the popup window click the Diagnostic button.
    System Preferences/Network- Unlock padlock.  Highlight Airport.  Network Name-select your name.  Click on the Advanced button.  Airport/Preferred Networks-delete all that is not your network.
    Place a check mark next to "Remember networks this computer has joined."  Click the OK button and lock the padlock.  Restart your computer.
    http://support.apple.com/kb/TS1920 Mac OS: How to release and renew a DHCP lease
    No internet connection (wireless)
    Check to see if an extra entry is present in the DNS Tab for your wireless connection (System Preferences/Network/Airport/Advanced/DNS).
    Delete all extra entries that you find.
    Place a check mark next to "Remember networks this computer has joined."
    Other resources to check into:
    Troubleshooting Wi-Fi issues in OS X Lion and Mac OS X v10.6
    Netspot
    How to diagnose and resolve Wi-Fi slow-downs
    Pv6 troubleshooting
    Mac OS X 10.6 Help:  Solving problems with connecting to the Internet
    What Affects Wireless Internet?
    Solutions for connecting to the Internet, setting up a small network, and troubleshooting
    I uninstalled Norton and it didn't help.
    To properly uninstall Norton software follow these instructions - Locate Symantic Solutions folder inside the Applications folder at the root level of your HD, launch the Symantec Uninstaller application, select the Symantec AntiVirus Corporate, Norton AntiVirus & Norton AntiVirus Auto-Protect entries and click the Uninstall button. 
    Confirm your decision when prompted and then enter your administrator password in the space provided.
    Retart your computer & Norton should be gone for good.
    If the above does not work, download a copy of Symantec’s RemoveSymantecMacFiles removal utility.  This utility will launch Terminal & remove the Norton components.

  • Which table stores program names?

    Hi,
    Which table stores the program names.
    Suppose i have a program with name ZTEST.
    And the program ZTEST has 2 more include programs ZTEST_TOP and ZTEST_MAIN.
    Now the requirement is that i'll have the program name (Say ZTEST), I need to fectch the includes associated with e program.
    I wanna know which table stores this data(program and its corresponding includes).
    Thanks in adavance.
    Vishnu

    Hi,
    If you are using this for searching the includes of your z program/function group, you can filter out the objects starting with "Z","Y","LZ","LY".
    Regards
    Vinod

  • Program ID Required for RFC Connection

    Hi All,
    I'm trying to create a RFC Connection betwen SAP BI and SSIS (SQL Server Integration Services). In SM59 screen i'm unable to get the appropriate Program ID required for the connection. Could someone please help me in knowing how to get it.

    Yogesh,
    While creating TCP\IP type RFC destination, when you select Radio button "Registered server program", there you have to provide Program Id there. So for your information:
    Program Id is a string which can be anything even your name.
    i know only R3 and XI integration and in that case you will make your RFC communication channel active first with a program Id(ant thing) and with logon credentials of other system + gateway host and service.
    then use that program id in RFC destination and test it.
    If get empty request then RFC destination is ok.
    BR,
    Alok

  • 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

  • Function module to display the programe name , title, linesize..etc

    hi Guru's,
    My requirement is to create a fuction module  for displaying the classical report header and footer.
    in header i need Program Name,Program Title ,page no, date , time , user..
    Can any one provide me with function module.
    cheers,
    kumar.

    hi,
    you can make this type of FM or take help from this...
    CALL FUNCTION 'Z_Z00_STD_HEADER'
           EXPORTING
                line_size           = sy-linsz
                listtitle           = sy-title
           EXCEPTIONS
                mandt_not_found     = 1
                line_size_too_small = 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.                 
    FUNCTION Z_Z00_STD_HEADER.
    ""Local interface:
    *"  IMPORTING
    *"     REFERENCE(LINE_SIZE) DEFAULT 80
    *"     REFERENCE(LISTTITLE) DEFAULT SPACE
    *"     REFERENCE(PARAM1) OPTIONAL
    *"     REFERENCE(PARAM2) OPTIONAL
    *"  EXCEPTIONS
    *"      MANDT_NOT_FOUND
    *"      LINE_SIZE_TOO_SMALL
      data : pos_center1(3) type n,
             pos_center2(3) type n,
             pos_right1(3)  type n,
             pos_right2(3)  type n,
             tit_len type i.
    Table to store the client name
      DATA iT000 type T000.
    Clear Internal Table
      CLEAR it000.
    Get client name from the T000 table
      SELECT SINGLE MANDT MTEXT INTO iT000 FROM T000
             WHERE  MANDT  =  SY-MANDT.
      IF SY-SUBRC NE 0.
        RAISE MANDT_NOT_FOUND.
      ENDIF.
      if line_size < 75.
        raise line_size_too_small.
      endif.
    Initialize values of the position counters
      pos_center1 = ( LINE_SIZE / 2 ) - 5.
      pos_right1 = LINE_SIZE - 19.
      pos_right2 = LINE_SIZE - 12.
      tit_len = strlen( listtitle ).
      pos_center2 = ( LINE_SIZE / 2 ) - ( tit_len / 2 )  - 1.
    Write the standard header
    First Line
      uline at (line_size).
    Second Line
      WRITE:            /3 text-010,                 "Report Text
                        12 sy-cprog.   "PERIASAS on 19/04/2004
      WRITE AT pos_center1  iT000-Mtext.
      WRITE AT pos_right1   text-006 RIGHT-JUSTIFIED. "Date Text
      WRITE AT pos_right2  sy-datum RIGHT-JUSTIFIED.
    Third Line
    WRITE:            /3 text-009,                 "Report Owner
                       10 sy-uname.
      WRITE  AT  /3 param1.      "PERIASAS on 19/04/2004
      WRITE  AT  pos_center2 listtitle.
      WRITE  AT  pos_right1  text-007 RIGHT-JUSTIFIED. "Time Text
      WRITE  AT  pos_right2 sy-uzeit RIGHT-JUSTIFIED.
    Fourth Line
      WRITE  AT  /3 param2.   "PERIASAS on 19/04/2004
      WRITE AT  pos_right1  text-008 RIGHT-JUSTIFIED.  "Page Text
      WRITE AT  pos_right2  sy-pagno RIGHT-JUSTIFIED.
    Fifth Line.
      uline at (line_size).
    ENDFUNCTION.
    with regards
    Lokesh
    Edited by: Lokesh Tripathi on Oct 16, 2008 12:32 PM

  • Find the program which retrive the program name for 2 years.

    Hi Team,
    i have requirement like , i am working on BRITVIC Client , they want to me write a program which has retrive the all development Z program name for last 2 years.
    could you please suggest me the standard program which has retrived all program name for last 2 years.
    Thanks in Advance.
    puneet.

    Hi,
    go to table EUDB - Development Environment Objects
    see the program name NAME as putting Z*
    where DATUM is the creation date
    ZEIT is the creation time
    also you can go for table REPOSRC - Report Source Code
    Arunima
    Edited by: Arunima Rudra on Nov 18, 2008 3:44 PM

  • Program name for smartform

    i hav made a smartfomr and a driver program for it
    but now i forgot the program name for it
    can some body plz help me to find it out
    i hav cheked table tnapr
    but did not get anything as it is not showing my z table
    plz help

    Hi
    If in your Driver program, you are using SSF_FUNCTION_MODULE_NAME .
    Scan the Z program using Report RPR_ABAP_SOURCE_SCAN
    with Programs as Z* and Name of your Smrrtform against String .
    This may take some time .
    You will get the List of Programs where your Smartform is called .
    Check from this programs, which one is your requirement .
    It may happen that u get only one program .
    Hope this Helps .
    Praveen
    Message was edited by:
            praveen parasiya
    Message was edited by:
            praveen parasiya

  • Program name to execute CJB1 in background

    Hi,
    I would like to know the program name (not SAPLKAZB) to execute CJB1 either through SE38 or in background.
    The program name - RKPSEL00 mentioned in this thread (Setting up job in CJB1) is not the correct one.
    Appreciate your inputs.

    The required program name is RKAZCJB1. You can use this to schedule CJB1 as a background job.
    Hope it helps.
    Thanks,
    Vivek

  • Program name in entity annotation using sdk

    Hi experts,
    This is the annotation for CountryCodeDescriptionQuery,can you pls explain me what is Program name,
    @EntityCodeDescriptionQuery
    (entity = country, programName=CIPTCNTW)
    @author One time generator
    @version $Revision: #2 $
    if i am writing a bussiness entity ,what program name do i need to give here?
    thanks in advance,
    sivaram

    The program name of the T-code is not required.
    I require a standard program which is used to post document in KB33N with data from input file from presentation or application server.
    example is like program RFBIBL00 is used to post document in FB01, FBS1 etc.
    Could any one suggest the name of program for KB33N posting.

  • Program name to post document using transaction KB33N.

    Could you tell me the  Program name to post FI document using transaction KB33N.
    Also before document is posted it should appear in SM35
    Edited by: mukesh mahajan on Oct 20, 2009 12:39 PM

    The program name of the T-code is not required.
    I require a standard program which is used to post document in KB33N with data from input file from presentation or application server.
    example is like program RFBIBL00 is used to post document in FB01, FBS1 etc.
    Could any one suggest the name of program for KB33N posting.

  • Copy control and program name for Sales Order to Delivery

    Hi,
    Please provide the copy control and program name to split a single delivery into multiple invoices depending on the sales order it belonged to and to split a single sales order into multiple deliveries depending on the shipping type.
    Thanks in advance.

    Hi there,
    In VTFL, at item level, there is a field called "Data VBRK/VBRP". Routine 001 & 007 are for invoice split. Those may be relevant for your case.
    In VOFM, select data transfer --> billing docs in the menu bar. It will give you the requirement numbers & their description.
    Select the required routine num & click on Source text (note pad icon) on the above. It will give you the prog / include names.
    For eg for 001 its FV60C001, for 007 its FV60C007.
    Regards,
    Sivanand

  • Is any Programming knowledge require for SAP MDM people ??

    Hi,
    My name is Balu completed Mechanical Engineering. Am Interesting to learn SAP MDM. Is there any Programming Knowledge require for to learn SAP MDM. Please reply my Question.
    Thanks In Advance,
    Best Regards,
    Balu

    My name is Balu completed Mechanical Engineering. Am Interesting to learn SAP MDM. Is there any Programming Knowledge require for to learn SAP MDM. Please reply my Question.
    Thanks In Advance,
    Best Regards,
    Balu
    Hi Balu,
    It all depends on the kind of role you aim at or how you want to sell yourself.
    I dont think programming knowledge is required for core SAP MDM related work but it all depends on the role in hand,project requirement,landscape,customization etc.
    I will like to add that SAP NetWeaver Master Data Management (SAP NetWeaver MDM) can provide a single version of master data for supplier, product, customer, or user-defined data objects in heterogeneous environments.
    It is not only a tool but a part of strategy.It has to interact various SAP as well as legacy systems for data related operations.
    SAP provides its users with set of APIs which one can use to achieve customization as per their requirement.
    There are ABAP,JAVA and .NET APIs provided by SAP for this purpose.
    In all,having a coding experience in any of the above languages would certainly be a plus.
    Hope it help!
    Thanks,
    Ravi

  • F110 : program name of posting cleared document during F110

    Dear all,
    I need to figure out the "PAYMENT DOCUMENT SPLITTING" issue after F110 via debugging.
    I believe the main program for F110 is SAPF110V and SAPF110S is the program handle the posting. However, after I put the break point in  SUBMIT SAPF110S AND RETURN in SAPF110V, then do step by step debug. Debugging doesn't go to SAPF110S. I am not sure what's wrong.
    Can anyone tell me the program name that post cleared document during F110 processing?
    Thank you very much for help in advance!!
    Molly
    Edited by: Molly Li on Jan 26, 2008 2:41 PM

    Hi Sruthy
      I guess you have missed populating field STYPE in each of the records which identifies the actual structure.
      Below is how you have to pass for them:
    <b>Struc --> Value
    BGR00 --> 0
    BBKPF --> 1
    BBSEG --> 2</b>
    Kind Regards
    Eswar

Maybe you are looking for

  • Probelm checkin in a folder with content categorizer

    Hello all After i started to work with content categorizer i can no longer check in a folder (log will be attached in the next message) This happen when i add the component that allow the content categorizer to check in automatically, when i remove t

  • Help needed with CSS drop down menu

    Hi guys, I'm trying to build a drop down menu for my site but, despite seeing a few tutorials and examples, I've had no luck yet! I'm pretty sure my HTML is correct... Code:     <ul id="nav">     <li><a href="#">Menu 1</a></li>     <li><a href="#">Me

  • Shopping cart follow on document error

    hai, i am using classic scenario.and i configured self service procurement and started with creation of shopping cart.later i have checked the status of shopping cart.it is approved but backend purchase requisition number not updated in the check sta

  • Firefox now always opens four tabs when I start it. (home page, plus three latest add-on updates)

    I updated Firefox and all the add-ons. Since that time, Every time Firefox is opened, it always opens four tabs. One is my home page. One says Firefox has been updated. The other two are the notices for two add-ons that were updated. It all began at

  • Write permission deny issue

    I mounted my home dir to a solaris and an AIX server through NIS mount. Under my home dir, I created a subdir 'temp' with 755 permission. Under 'temp', I created a file 'test' with 666 permission. Now I login to the solaris and AIX machine using a di