BAPI : TO SEARCH BAPI MAPS TO THE GIVEN SCREENS

Hai friend
yes... its CIF he also said the same .... He asked me to look the BAPI for CIF SEARCHA and CIF CREATION....
please give ur mail id i will forward the scanned screen shots given by them... please help... Iam very New to BAPI.. so iam worrying a lot.....Please reply me immediateeee.......
The screen shots naes are-----
1)CIF search Cust by Name I/C
2)CIF SEARCH CUST BY NAME I/C
3)CIF ADD NEW CUSTOMER
4)SA OPEN NEW A/C
5) CUSTOMER RELATIONS IPS & MESSAGE ID
6)SA OPEN NEW A/C
7)SA OPEN NEW A/C
8)SA INITIALISE PASSBOOK
9)SA DEPOSIT
10)GIA PLACEMENT
11)PRINT DULICATE GIA
12)SA CLOSE ACCOUNT
13)ISSUE FOREIGN FUND TRF
14)ISSUE SWIFT FUND TRF
15)COLLECTION INTER BANK GIRO
ThankYou

For Salea Area
BAPI_BUPA_FRG0140_ADD       
BAPI_BUPA_FRG0140_CHANGE    
For Sales
BAPI_BUPA_FRG0010_ADD
BAPI_BUPA_FRG0010_CHANGE
For shipping
BAPI_BUPA_FRG0020_ADD
BAPI_BUPA_FRG0020_CHANG
for billing
BAPI_BUPA_FRG0030_ADD
BAPI_BUPA_FRG0030_CHANGE
Thanks,
Rahul

Similar Messages

  • Any BAPI to retreive sales area for the given BP Number in CRM

    HI, I am looking for a BAPI which can retreive sales area for the given BP number.
    I appreciate for the quick response and points are awarded.
    Thanks,
    Kumar.
    Edited by: Kumar on Jun 5, 2008 6:40 PM

    Hi Kumar,
    This is not exactly a Bapi but you can use the following 2 functions.
    The function below will get a list of sales areas assigned to the BP.
    call function 'CRM_BUPA_FRG0010_GET_LIST'
        exporting
          iv_partner_guid = lv_partner_guid
        importing
          et_sales_areas  = lt_areas.
    You can then use CRM_BUPA_FRG0030_GET_DETAIL to get the detail of the sales area.
    Hope it helps.
    Johan

  • Any BAPI to retreive salease area for the given BP Number in CRM

    Hi, I am looking for a BAPI to retreive sales area information for the given BP number in CRM.
    I appreicate for quick response and points are awarded.
    Thanks,
    Kumar

    Hi Kumar,
    This is not exactly a Bapi but you can use the following 2 functions.
    The function below will get a list of sales areas assigned to the BP.
    call function 'CRM_BUPA_FRG0010_GET_LIST'
        exporting
          iv_partner_guid = lv_partner_guid
        importing
          et_sales_areas  = lt_areas.
    You can then use CRM_BUPA_FRG0030_GET_DETAIL to get the detail of the sales area.
    Hope it helps.
    Johan

  • Store a URL with given screen resolution

    I need to Save the web page with the GIVEN screen resolution in my local machine.
    The input i receive are URL and the screen resolution parameters.
    I figured that i can extract data from the URL by using the *URL Class and
    using readers* Now i have the data ,i am not sure how to store the data with the
    given screen resolution?? Any help would be greatly appreciated?
    Thnak you

    Do you think i should use applet to render the page
    first and then use the robot class to "Capture" the
    page. Thank you once againIf you want to convert HTML into an image, you are going to need something which renders HTML. Since you are asking on this forum, I'm assuming you want to use Java to do it. You could use a JTextPane, but it doesn't display HTML 2 very well. There are third party components which do it better. If you used some Java component, you wouldn't have to display the page, you could get it's graphics object and create and image, then save it too a file.
    To display a browser or take a snapshot of it with the robot class, your applet is going to have to be signed. Since you haven't given me any information about what it is you are trying to accomplish, I'm not sure any of this is relevant.

  • Searching for Sales Order for the given Customer PO Number Pattern in BAPI

    Hi,
         I have developed a BAPI which retrieves all the Sales Orders for a given Customer (Sold-To). The Following are the Input Parameters given in the Function Module (RFC).
    Customer Number (Mandatory)
    From Date (Optional)
    To Date (Optional)
    Sales Order Number(Optional)
    Customer PO Number(Optional)
    Now, when the Customer PO Number is populated, it will come as a Pattern, say 9ab* and I need to retrieve all the Sales Orders with PO Number starting with 9ab.
    When I am trying to retrieve, it is giving different set of output based on the Case specified in the Customer PO Number Pattern. Lets say, if I give 9ab, I get 200 Records but if I give 9AB, I get only 5 to 6 Records.
    As I have understood from the Standard Transaction VA03, it has a Search Help VMVAA which retrieves all the Sales Orders for the given PO Number pattern irrespective of the Case, that is Lower Case, Upper Case or Mix of Upper and Lower Case.
    I can see the Code in the Search Help Exit but couldn't find useful piece of code which I can implement in my BAPI to simulate the same.
    Can somebody help me on this?
    Thanks,
    Venkat.

    Hi Sudhir,
             I think you did not understand what my problem is. What I mean to say is, for Customer X, the PO Number could be 9abc and for Customer Y, the PO Number Could be 9ABC.
           So, according to your logic, if I translate it to Upper Case, it will give the Sales Order details of Customer Y to Customer X.
          And more over, SAP stores the PO Number as it is entered in the Sales Order Screen (VA01).
        What if the Customer PO Number for Customer X is 9aBcDeFgH? and the PO Number for Customer Y is 9AbCdEf?
       Hope you've understood my question.
    Thanks,
    Venkat.

  • BAPI Web Service Context Mapping Problem

    Hello all,
                 I am developing a process consisting of an automated activity.
    This automated activity uses a logical destination for a web service call to an ECC BAPI.
    The BAPI name is 'BAPI_INQUIRY_CREATEFROMDATA2'
    Now the problem is the Output mapping in the automated activity which calls the web service for the above BAPI has the response name as 'BAPI_INQUIRY_CREATEFROMDATA2.Response'
    So when i try to map the nodes it gives me an error, 'Error at Line 2, Column 29, Found '.' after BAPI_INQUIRY_CREATEFROMDATA2'.
    Since there is no mapping i do not get the process working
    If i remove the '.' from the wsdl file source, mapping is done. But the backend service call gives an error.
    How can i solve this problem?
    Any inputs will be very helpful.

    Hello Martin,
                     thnks a ton for your replies.
    The '.' is a standard thing.
    Its the part of the WSDL file which is a standard WSDL file for a service offered for a standard SAP BAPI. So i haven't changed anything.
    Its what is standardly available. So i cant anything on that.
    And the response element is not below the bapi node.
    The name of the root node of the BAPI return context is
    "BAPI_INQUIRY_CREATEFROMDATA2.Response"
    This is what is causing the problem.
    Please note here that '.' is not responsible for any hierarchy. Its the name of one single root node element.

  • Search BAPI for BONDS

    Hi All,
    i have to migrate Bonds & Guarantees, i search now a BAPI for the Bonds, but imk not sure if i have the right one (BUS5200??), i have to migrate the advance payment Bonds, Performance Bonds and other Bonds, this are the Product types.
    I have some additional things like Loans (BUS???), Deposit (BUS5510) and Foreign Exchange(BUS5600) but i think they should be ok.
    Please can somebody help me?!
    Thanks a lot for the help,
    kind regards
    Alex

    Hi All,
    i found the BAPI BUS5200 (Security Transactions), but here the problematic is that i not have all fields wiche i need (the memo fields are missing), because if i take the transaction FTR_CREATE then i have the choice of some tabs whiche i need , but i dont find a Bapi wiche is similar or near to be the same.... i hope you can help me, thanks a lot
    kind regards
    Alex

  • Develop Order Search BAPI for web order

    hi all,
    Develop Order Search BAPI for web order.
    Z_IORDER_ORDER_SEARCH this is the function module i have to use.
    how can i do this as i am new to BAPI.
    thanks in advance.
    shravan

    have you tried this ...BAPI_ALM_ORDER_MAINTAIN

  • BAPI for Search Help

    Hi Experts!!
    How to create Search help using BAPI ?
    My scenario is: In webdynpro same bapi can be called to find possible f4 value.
    How to do that ? Any Idea pls share ...
    Thanks In Advance.

    This is how u can create "Search Help" for the fields of the ztables that u have created.
    SE11- Create Search Help for 1 field, "Selection Method" box put the Table name to which the field belongs to. "Dialog Type" box write: "Display Value Immediately".
    Search Help Parameter is the Field name for which u want the Help. Tick Imp & Exp options and assign LPOS = 1 and Enter. , save and Activate.
    SE11- Go to the table , Click on the Field that needs to be assigned a search Help....Click at the left side of the Field so that all the corresponding data Elements, Key field etc also gets selected.
    Click on the "Search Help tab" just above the "Data Type " column.
    Put the "Search Help" name that u just created. Mention the Field and Enter. it takes up the required values. Now Copy.
    U can repeat the process for whatever fields u want to assign a Search Help.
    se51- Go to Screen Painter, Select Fields from Dictionary table to which u want search help to be assigned.
    Double click on the Text box of the corresponding field,......> Screen Painter Attributes.......> Search help Text box.........> Enter the name of the Search help that u created for a field.
    Ok....>Save.........> Activate
    http://fuller.mit.edu/tech/search_helps.ppt#260,5,Simple
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm
    Regards.

  • Bapi to search customers

    Hi,
    I'm looking for a BAPI to search for customers by name. I have tried BAPI_CUSTOMER_FIND but can't get it to work.
    Best Regards
    Mattias

    Mattias i've test the BAPI and works find, let me tell you how i filled the tables:
    In the Import Parameters:
    MAX_CNT         =                <b>100</b>
    PL_HOLD         =                <b>X</b>  
    In the Tables
    SELOPT_TAB-COMP        = <b>THE KNA1-BURKS</b>
    SELOPT_TAB-TABNAME  = <b>KNA1</b>
    FIELDNAME  = <b>NAME1</b>
    FIELDVALUE = <b>A</b> (with the '* char').
    The result was the table "RESULT_TAB" with all the customer that had an "A" in the Name, also, you can use the char '+' to search another value, just like you use it in a web search.
    =)
    Regards
    Carlos

  • BAPI to search for customer

    dear all
    Iam search for a BAPI  to be used in search for particular customer using one of its attribute wich is stored  in kna1 table
    and also search in its details stored in ADRC taple if possible.       
    and also  BAPI for search for  equipment  using one of its attribute like serial number or sold to party .
    thank you

    Hi lamey,
    the function module BAPI_HELPVALUES_GET has exceptionally good documentation.
    Please read it an makle use of the IMPORTING and TABLES parameters to get what you want:
    *"  IMPORTING
    *"     VALUE(OBJTYPE) LIKE  BAPIF4A-OBJTYPE DEFAULT SPACE
    *"     VALUE(OBJNAME) LIKE  BAPIF4A-OBJNAME DEFAULT SPACE
    *"     VALUE(METHOD) LIKE  BAPIF4A-METHOD
    *"     VALUE(PARAMETER) LIKE  BAPIF4A-PARAM
    *"     VALUE(FIELD) LIKE  BAPIF4A-FIELD OPTIONAL
    *"     VALUE(EXPLICIT_SHLP) LIKE  BAPISHLP STRUCTURE  BAPISHLP OPTIONAL
    *"     VALUE(MAX_OF_ROWS) LIKE  BAPIF4A-MAX_ROWS DEFAULT 0
    *"     VALUE(DESCRIPTIONONLY) LIKE  BAPIF4A-DESCRIP DEFAULT SPACE
    *"  EXPORTING
    *"     VALUE(RETURN) LIKE  BAPIRETURN STRUCTURE  BAPIRETURN
    *"  TABLES
    *"      SELECTION_FOR_HELPVALUES STRUCTURE  BAPIF4B OPTIONAL
    *"      HELPVALUES STRUCTURE  BAPIF4C
    *"      VALUES_FOR_FIELD STRUCTURE  BAPIF4D
    *"      DESCRIPTION_FOR_HELPVALUES STRUCTURE  BAPIF4E
    EXPLICIT_SHLP can be used to specify the search help
    SELECTION_FOR_HELPVALUES can be used to specify complex selection criteria.
    Read the genreal documentaion and the parameter documentation, it has many hints for you.
    Let us know if successful, Thank you.
    Regards,
    Clemens

  • Error "Backend maybe down or Search BAPI not found in repository

    Hi,
    I am setting up the new 2.0 version of the Sybase Mobile Solution.
    I generated all objects on Netweaver Mobile 7.1 and am now about to generate the ESDMA. Here it gives me the error "Backend ABC_TRUSTED maybe down or Search BAPI CRM_SRV_MOBILE_SEARCH not found in local repository."
    Any idea what could be missing? I followed the instructions from the installation guide and to me it seems the connection is fine.
    Thanks for help.

    Thanks, I will try that.
    This is the exact error:
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_SRV_MOBILE_SEARCH not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_SORD_TOP not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_SALES_ORDER not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_QUOT_TOP not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_QUOTATION not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_PRODUCT not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_OPPT_TOP not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_OPPT_RISK not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_OPPORTUNITY not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_LEAD not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_HISTORY not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_FS_GENERATOR not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_CREDIT_CHECK not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_BUPA not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_ATP_CHECK not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_ANA_GRAPH_SEARCH not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_MSA_BES_ACTIVITY not available in the backend
    Backend IRMCLNT001_TRUSTED maybe down or Search BAPI CRM_ANALYTICS_USR_POS_GET not available in the backend
    Assigned Data Object LOG_MBO has no distribution model defined.
    Assigned Data Object MAS_FACTSHEET_GENERATOR has no distribution model defined.
    Assigned Data Object MAS_ATP_CHECK has no distribution model defined.
    Assigned Data Object MAS_CREDIT_CHECK has no distribution model defined.
    Assigned Data Object MAS_SALESTEAM has no distribution model defined.
    Assigned Data Object MAS_ANALYTICS_GRAPH has no distribution model defined.
    Assigned Data Object MAS_USER_POSITION has no distribution model defined.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.
    Could not update the local repository for ESDMA 4E2EBF0601C22E2AE10000000A421794, version V9G001.

  • Bapi for getting openitems with in the date range

    Hi experts,
                     Can anybody suggest me or is there any bapi for calculating balances for vendor with in the given date range.
    Thanks in advance,
    Regards,
    Murali Krishna T

    Hi,
    Please check
    BAPI_AP_ACC_GETBALANCEDITEMS Vendor Account Clearing Transactions in a given Period
    BAPI_AP_ACC_GETCURRENTBALANCE Vendor Account Closing Balance in Current Fiscal Year
    BAPI_AP_ACC_GETKEYDATEBALANCE Vendor Account Balance at Key Date
    BAPI_AP_ACC_GETPERIODBALANCES Posting Period Balances per Vendor Account in Current Fiscal Year
    Regards
    Hiren K.Chitalia

  • BAPI for PM Notification system/user statuses (given OBJECT_NO)?

    Hi guys,
    I am using the BAPI_ALM_NOTIF_GET_DETAIL, so in OBJECT_NO field of the exported table NOTIFHEADER_EXPORT it contains the number that later can be used for se16 -> JEST.
    My question is if there is a BAPI that can provide me with the User and System statuses (integer and string values) of this PM Notification, given its OBJECT_NO.
    Any hints & tips highly appreciated & rewarded with points.
    Please consider that I am still a newbie
    Best Regards,
    Lalo

    I guess it is the workitem I am referring to. 
    The body of the email in my workflow message is:
    Location  &WF_BUS2038.LOCATION&
    Description:    &WF_BUS2038.MAINTENANCEORDER.SHORTTEXT&
    Priority:&WF_BUS2038.PRIORITY&
    Notification Number:   &WF_BUS2038.NUMBER&
    Notif. Date:&WF_BUS2038.NOTIFICATIONDATE&
    Reported by:    &WF_BUS2038.REPORTEDBY&
    Priority Type:  &WF_BUS2038.PRIORITYTYPE&
    The content in the document in my business workplace is as follows:
    Location  FM-KINP
    Description:
    Priority:3
    Notification Number:   7000568
    Notif. Date:30.03.2009
    Reported by:    MDEMECHA
    Priority Type:  FC
    I will try to to create the sub-object to get the problem type.  Thanks.

  • BAPI for searching a customer?

    Hi all,
    I have to search for customers in the KNA1 table, e.g. using name, customer number... (all optional, multiple search parameters count as "AND" search), incl. wildcards (--> potentially multiple customers as result).
    As the search is initiated from a Java-based web application, I need a BAPI or at least an RFC FM.
    Unfortunately, I found no fitting one so far. The next best is BAPI_CUSTOMER_FIND, but it seems to work on individiual fields only, and it only supports OR searches, no AND searches.
    Is there a function module already in the system, or do I have to write it myself?
    Thanks in advance!
    Kind regards,
    Dennis

    I realized that BAPI_CUSTOMER_FIND returns the customer number as well, so I can use it in general.
    But there is still some problems remaining, such as the missing AND operator and the need to afterwards get some details about each customer via JCo calls...
    I guess it's best when I develop a custom range selection BAPI.
    Kind regards,
    Dennis

Maybe you are looking for