Need inputs to develop a scenario?

Hello All,
My requirement is like this.
Iam picking text file from one bank system and placing the file at the client system at work folder.i have not used IR part as no mapping required just to pick the text file and place at the work folder.
one abap program will run with help of background job and pick the file from work folder.
Now client requirement is they want to put the file in work folder and also want to execute the standard program with the help of PI.
How to do it, Please suggest.

Hi All,
Thanks for the replies, i to know we can do it with File to Proxy scenario, but they want to put the file in work folder only and i need to execute the ABAP program.
Raja shekhar i cant understand how to use unix script in this.......... my scenario is PI need to put the file at receiver side and as well as it need to trigger the abap program.
if u have logic for this please let me know.
Thanks and Regards,
Phani Kumar M

Similar Messages

  • Need input on developing cluster agent for java application

    I am new to Sun Cluster and i wanted to develop agent for failover for one of my Java application which sits on one of the node of sun cluster 3.1. Can you guys help me in this.
    My Java application is based on n-tier client server model. and this needs to failover.
    I have two sun machine having solaris 9, which is clustered with 3.1 sun cluster software.
    As i know there are two mwthods for developing the agent for your application.
    1) Generic Data services
    2) Sun Plex agent builder
    i wanted to use Sunplex agent builder with Ksh. Can you please tell me what all things required for starting it and how do i proceed.
    thanks in advance.

    Using GDS will be the simplest solution.
    You can write atleast one script - to start application:
    say '/MYAPP/start'
    This script can setup JAVA_HOME and other environment variables and start the application in background.
    # scrgadm -a -t SUNW.gds
    # scrgadm -a -g rg1
    # scrgadm -a -L -g rg1 -l hhead
    # scrgadm -a -t SUNW.gds -g rg1 -j app-rs \
    -x Start_command="/MYAPP/start"
    # scswitch -Z -g rg1
    # scstat -g
    Refer to GDS man page http://docs.sun.com/app/docs/doc/819-0582/6n30g7il4?q=GDS+&a=view
    and Data services developer's guide http://docs.sun.com/app/docs/doc/819-0581/6n30f91v4?a=view
    If you want custome probe or you want to stop application gracefully, then you can write stop and probe scripts and provide them in 'scrgadm' command as described in SUNW.gds man page.
    If you want to productize the agent, then you can consider using agent builder.

  • Need input on Approval Process via hand held devices

    Hi All,
    Need inputs on the given scenario. We have implemented Quotation Management (VA21) for our client. The quotation goes through various levels of approval (or decline) via the Workflow below it is finally given to the customer.
    Users usually logs into SAP and approves (or decline) the quotation via the SAP Inbox. We have designed multiple decision process on the work item in the inbox. Alternatively users can also log in to Enterprise portal, which has been designed for them, to act on the quotation. Users are notified in their outlook mail about action that needs to be taken on the quotation.
    Now user wants to have the decision process to be implemeted as such that they can take action (approve/reject) via hand held devices (viz Blackberry). We are using ECC 6 and also have Enterprise Portal EP 7EHP1. Owing to cost constraint, client cannot implement SAP CRM Solution.
    If anyone of you has implemented such methodolgies or have worked on such solutions request you to get back to me with details regards to the timelines and cost and the desired process.
    Regards,
    Jayant

    You could acquire software (e.g. 3i Mobile Workplace or similar) that could handle the decision processing with little effort.
    If you wish to build a solution then the time/cost will depend on the complexity of the task visualization. You can create a Java client or use a simple HTML based web app.
    The decision task can be visualized using a custom BSP or WebDynpro application. Communication with the BlackBerry could be via RIM push or you could just send an email with a link to your approval application.
    The app would need to reserve the workitem and then complete the decision using the appropriate SAP_WAPI* RFC's.
    Bear in mind that all the above assumes you are distributing the approval tasks within your corporate network supported by the BlackBerry Enterprise Server and MDS.
    One of the bigger issues when using web apps is authentication. By default a web app requires the user to log on using their SAP user ID and password. Using a network user ID and password or using silent authentication is possible but requires more effort.

  • Need logic to develop input paramaeter (dynamic selection)

    Hi All,
    A Function Module needs to be developed with the following are the input parameters
    A     Plant(Optional)
    B     Application(Optional)
    C     Material(Optional)
    D       Date and Timestamp(Mandatory only if none of the above are provided)
       If there is no value in the  'D'parameter, then it will apply the logic mentioned below in the function module.
         The function module should do following checks
         (a) If  A is provided then B and C should not be null.
         (b) If C is provided then B should not be null.
                        Or
         (c ) The user should provide data and timestamp in YYYYMMDDHHMMSS format. 
              This date range should not be more than 14 days.
    My questions is,
    (1)How to bring parameter 'D' manitory if paramaeter A,B and C is not provided.
    (2)how to make a check if A is provided , B and C should not be null
    (3) how to make a check if B is provided B should not be null.
    (4)How to check the user has entered the date not more than 14 days.
    can any one help me out in this logics ...
    Regards,
    Sri

    HI,
    IF  A ,B and C is initial.
    give message as d is madatory.
    endif.
    if A is not initial.
    check B and C is not intial.
    do the things.
    endif.
    if  B is not intial.
    check C is not initial.
    endif.
    4th one i am not clear wat ur syaing.
    if the user enterd date is todays date.
    get todays date into local variable.
    check the 14 days.

  • I need some support to complete scenario which i explained  below.

    Hi,
    I need some support to complete scenario which i explained  below.
    My requirement is that when i webdynpr application is runnig i pass one requisition no in url . This requisition no is use as input in one bapi ( Bapi_requisiition_getdetail) and result of that bapi will display in one pdf form. This pdf form will be stored at localy . I will able to change any of that fields and then upload it and my r/3 will be updated.
    So can any one suggest me how this thing is possible.
    Regards,
    Gurprit Bhatia

    Hi,
    There is 2 way for your requirement .
    First way :
    What you need is to develop a specific bapi with input parameter the PR number and with outpur parameter an XSTRING field.
    In your bapi call the standard BAPI Bapi_requisiition_getdetail then generated the adobe form and transform the result into an XSTRING field.
    Afterwards in your WD you use the xstrign field  ..
    Second Way ( and the best way )
    IN you WD application add an UI Element for an Adobe Forms , define the adobe forms required  . The adobe forms needs only the PR number .
    In the interface linked to the Forms, add code on Initialization part to retrieve all value of the PR required for the form while calling the BAPI Bapi_requisiition_getdetail .
    With this solution , you will got the forms whitout a lot of code .
    Hope this help you
    Best regards

  • Need help to develop Pythagoras theorem-

    Hi i need help to develop proofs 2,3,4
    of pythagoras theorems in java as demonstrations
    These are applets can anyone help me with it or give me an idea of how to go about developing it -
    the site is the following
    http://www.uni-koeln.de/ew-fak/Mathe/Projekte/VisuPro/pythagoras/pythagoras.html
    then double click on the screen to make it start

    Pardon my ASCII art, but I've always liked the following, simple, geometric proof:
         a                   b
    ---------------------------------------+
    |       |                                |
    a|   I   |              II                |
    |       |                                |
    ---------------------------------------+
    |       |                                |
    |       |                                |
    |       |                                |
    |       |                                |
    |       |                                |
    b|  IV   |              III               |
    |       |                                |
    |       |                                |
    |       |                                |
    |       |                                |
    |       |                                |
    |       |                                |
    ---------------------------------------+It almost goes without saying that I+II+III+IV == (a+b)^2, and II == IV == a*b,
    I == a*a and III == b*b, showing that (a+b)^2 == a^2+a*b+a*b+b^2.
    I hope the following sketch makes sense, stand back, ASCII art alert again:     a                   b
    ---------------------------------------+
    |               .             VI         |
    |     .                 .                |a
    | V                               .      |
    |                                        +
    |                                        |
    |   .                                    |
    b|                                     .  |
    |                                        |
    |                  IX                    |
    | .                                      |
    |                                    .   |b
    |                                        |
    +                                        |
    |      .                                 |
    a|               .                  . VII |
    |  VIII                   .              |
    ---------------------------------------+
                     a                    bThe total area equals (a+b)^2 again and equals the sum of the smaller areas:
    (a+b)^2 == V+VI+VII+VIII+IX. Let area IX be c^2 for whatever c may be.
    V+VII == VI+VIII == a*b, so a^2+b^2+2*ab= c^2+2*a*b; IOW a^2+b^2 == c^2
    Given this fundamental result, the others can easily be derived from this one,
    or did I answer a question you didn't ask?
    kind regards,
    Jos

  • Need inputs regarding the dvd drive on primary ide channel.

    Specs:
    Motherboard: MSI P35 Neo3 (MS-7935 1.0)
    CPU: Intel Core2 Duo E6550
    Memory: Team Elite DDR2800 (2x1GB Dual Channel)
    Hard drive: Seagate Barracuda 7200.11 500GB 32MB Cache (SATA)
    Optical drive: LG GSA-H55L (IDE only) Firmware version 1.02
    Graphics card: Gecube HD3870
    Chipset: Intel P35/G33/G31 (Rev. A2)
    Southbridge: Intel 82801IB (ICH9)
    LPCIO: Fintek F71882F
    BIOS: AMI V1.1 (11/07/2007)
    Hello,
    Almost all new motherboards today only have a primary ide channel and the rest are SATA.
    I need inputs regarding the dvd drive which is shown in device manager as located on the primary ide channel while the hard drive is located on the secondary channel. Because I would like to update the dvd drive to the latest firmware (version 1.06; to be able to recognize more blank media) but the LG site recommends that the drive (dvd) be located on the secondary ide channel.
    I already tried to uninstall every channel from the device manager but all would still be the same after reboot, dvd drive on primary, hard drive on secondary.
    Current ide mode in BIOS is set to AHCI+IDE mode, DMA modes are fine (UDMA4 for dvd, UDMA5 for hard drive), boot sequence (1st=HD, 2nd=DVD, 3rd=Floppy drive)
    Tried switching to IDE mode only in BIOS but would not detect the optical drive. Never tried RAID+IDE mode since I only have a single hard drive.
    I'm not sure but if I try to update the firmware, it might instead try to update the hard drive's firmware instead of the optical drive and make the hard drive unusable.
    I would like to know if anybody with this same situation was able to successfully update the optical drive's firmware or is there some way to place the optical drive on the secondary ide channel and the hard drive on primary for me to follow and replicate the process.
    Thank you for any replies.

    Thanks sir NovJoe for the reply.
    Just received the solution from another forum where I posted the same problem.
    They said that the flash program for the firmware will detect the drive on its own and would not flash other devices except the optical drive itself. So its pretty safe, and I can confirm this since I just flashed my ODD a little over a while ago and everything went fine. No errors.
    Though I'm speaking for the brand of ODD I own and may be different for other brands so take precautions as well. It may be different for the others.

  • Need Inputs - Creation of webservice in SAP R3 through PI

    Hi Experts,
    Need inputs that my client wants me to  create an webservice in SAP/R3 through PI and they (client) will call it by  their 3rd party software.
    Webservice contain fields like :- Comany_Code, Location_Code,Item _code etc.
    SAP -
    > PI ---> 3rd party
    Is this possible through PI ? Please comment !
    Thanks.

    Hi,
    If you have such kinda requirement , then it is easy to create WSDL(webservice) on PI System..
    Create a normal Xi Interface with normal Steps .....
    Your Sender DataType will be acc to Your requirement as clients want...
    go to tools - Define webservice ... ( will Use Outound Service Interface and namespace)
    read the template and Put values in there . This will genrate a WSDL for you , 
    You Can give this Genertaed , WSDL File to Client to consume in their application and Pass data to it ..
    Hope it helps ..
    Regards
    Prabhat Sharma.

  • In Need of a developer for Photoshop and Illustrator plugins

    I am in need of a developer interested in developing plugins for Photoshop and Illustrator for a specific industry of Textiles and Fashion. Please contact me if you are a developer with experience in plugin development. [email protected]

    Hmmm... I'm using JSF but it's my first project so I don't really know it's powers.
    I instantiated all classes that will eventually populate the combo box (through reflection) and now I'm trying to find one which of the objects did the user select.
    Would it be a problem for you to give me at least a rough scatch of what I should do?
    I tried it like this:
    in my managed bean:
    public HtmlSelectOneMenu getProductsMenu() {
            //instantiate and populate the list of products (prodlist)
            for (Product p : prodlist){
                optionlist.add(new SelectItem(p, p.getName()));
            final UISelectItems items = new UISelectItems();
            items.setValue(optionlist);
            productsMenu.getChildren().add(items);
            return productsMenu;
        }and in my JSP:
    <h:selectOneMenu binding="#{managedBean.productsMenu}" />but then, in the bean, when I try:
    ((Product)productsMenu.getValue())I get a Class cast exception. it says it can't can't cast String to Product...
    What am I doing wrong?
    Thank you!

  • Need help in developing mobile app using SAP

    Hi
    I have a team of Android, iOS and Windows developers and we are planning to start developing mobile using SAP and SAP Fiori. Need help in getting started with SAP mobile development like i need plugins and development kits that i need to use.
    Thanks
    Ram

    Hi,
    What help needed ?
    For SAP Fiori  Use this link : http://scn.sap.com/docs/DOC-41598
    For SAP Fiori Installation and Configuration Steps: http://scn.sap.com/community/mobile/blog/2014/06/10/fiori-technical-installation-and-configuration-of-one-app-from-a--z
    Which Software you will use to  develop Mobile Apps in SAP Platform ?So that i will suggest what to do ..
    Regards
    Lokesh

  • Need help in developing BADI for IT0001

    Hi All,
    I need help in developing BADI for IT0001.
    On IT0001 create or change, there is need to update IT0017 with following data from IT0001
    -Company Code
    -Cost center
    -Business Area
    -Begin and End Date.
    Other fields from IT0017 need to be derived from Position and update in IT0017.
    Please guide me how I can address this. I do not want to go for dynamic action, as it is not getting evoked during background jobs.
    I am new to BADI development and will appreciate step by step instructions.
    Thanks

    Hi,
         follow the below steps to achive
    Steps:
    1.     Execute Business Add-In(BADI) transaction SE18
    2.     Enter BADI name i.e. HRPAD00INFTY and press the display
            button
    3.     Select menu option Implementation->Create
    4.     Give implementation a name such as Z_HRPAD00INFTY
    5.      You can now make any changes you require to the BADI within this
            implementation, for example choose the Interface tab there are 3 methods avialble
    6.     Double click on the method you want to change, you can now enter
            any code you require.
    7.      Please note to find out what import and export parameters a
            method has got return the original BADI definition
            (i.e. HRPAD00INFTY) and double click on the method name
            for example within HRPAD00INFTY contract is a method
    8.      When changes have been made activate the implementation
    <b>Reward points</b>
    Regards

  • Need the Oracle Developer Suite 10.1.2.3 for Windows XP & Windows 7

    Hi All,
    Need the Oracle Developer Suite 10.1.2.3 for Windows XP & Windows 7 for developing Custom Forms and Reports to be used in R12.1.3. Please provide a link from where I can down the same.
    Thanks in Advance,
    Kiran Panditi.

    The base release is available here:
    http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html
    In order to get to 10.1.2.3, you must then install Patch ID 5983622
    Installation on Windows 7 is only supported for Win7 (32bit) and requires special installation instructions found in MOS Note 1292919.1 . Not following these instructions will result in failure to install the product properly.

  • Need inputs on SAP PLM

    Hi,
    Need inputs on Possible risk factors/problems/shortcommings/drawbacks (if any) with SAP PLM.
    If you have any good document/weblink,please share,will be very much valuable for our project initiation.
    Thanks
    Avinash

    Thanks

  • Need inputs for query

    Hi,
    Need inputs for generating the query in the below format:
    Workflow_name Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
    Prerequisites
    UpdateETLTables
    i have written a query but the output it is generating is in a different way:
    SELECT workflow_name,
    TO_CHAR (TRUNC (start_time, 'mm'), 'Month'),
    COUNT(*)
    FROM rep_wflow_run
    WHERE SUBJECT_AREA='SBAN'
    AND START_TIME > '01-AUG-2011'
    AND START_TIME < '31-DEC-2011'
    GROUP BY TRUNC (start_time, 'mm'), workflow_name
    order by workflow_name
    the o/p for the above query was:
    Prerequisites     August      491
    Prerequisites     September     465
    Prerequisites     October      479
    Prerequisites     November      479
    Prerequisites     December      475
    i want the query that should print the o/p as :
    Workflow     Aug Sep Oct Nov Dec
    Prerequisites 491 465 479 479 475
    UpdateETLTables 10 200 300 56 14
    Edited by: 981806 on Jan 14, 2013 2:38 PM

    A couple of thoughts in no particular order.
    1. Read the FAQ and learn how to use { code } tags to post a readable listing
    2. Your version number is (all decimal points)
    3. Provide DDL for the table
    4. Provide INSERT statements with sample data
    5. This is horrifying
    START_TIME > '01-AUG-2011' Dates are dates ... not strings. Best case you have an implicit conversion ... worst case a statement that will return invalid results. Either change the data type or do an explicit cast with TO_DATE.

  • Need guidance to develop the Universe & Reports

    Hi Friends,
    I am new to Business Object and given with the assignment of migrating the existing Oracle On Demand reports to Business Objects.
    I am provided with the sample reports and there query and asked to develop Universe and subsequent reports based on it as its present in Oracle On Demand. There is no relationship document for the data source, probably based on the query need to identify the relationships among the tables and develop the universe and on top of it the reports needs to be developed.
    I require guidance from the experts out there what steps I need to start with to execute this assignment successfully. What should be the question to the report end user to understand there requirement where to start with Universe development or any other the things which helps me to execute this in right path.
    Please share your best practices and knowledge.
    Thanks

    Hi Arian,
    Please find the below documents for your help.
    Best Practices while creating a Universe.
    Official Product Tutorials – SAP BusinessObjects Information Design Tool
    For more help...
    Official Product Tutorials – SAP BI Suite
    Official Product Tutorials – SAP BusinessObjects Web Intelligence
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_bip_admin_en.pdf
    Hope it helps!
    Thanks,
    Shardendu

Maybe you are looking for

  • How to modify stored procedures in SQL Azure database in SQL server express 2012

    Hi, I want to modify stored procedures in SQL Azure database in SQL Server Express 2012. But when right click on the stored procedure in Object Explorer, there is no option "Modify" as for SQL Server database. I wonder how to modify stored procedures

  • Mass Change on FBL5N

    Hi, I need to do a mass change on a specific field for several document numbers shown on the customer line item I go to this path: Tcode FBL5N > Environment > Mass change > New Values Unfortunately, the field which I want to edit ( invoice reference

  • Debug the backgroung program

    Hi, I have made one program. Inside this report I am using 'submit' which is used to call a program to display invoice list. when I executed this report in foreground it gives the output but when I run this report in background(using F9) it dose not

  • Adobe Send, there is no "send" button, only a cancel button.  what now?

    Adobe Send, there is no "send" button, only a cancel button.  what now?

  • How do I get iTunes U on my Mac?

    It appears that iTunes U is only available for iPad and iPod.   I'd like to access it from my MacBook. How do I do that?