Small question related to Unix and ABAP

Hi Guys,
I had a new SAP ABAP requirment in which they are asking for unix shell scripting.
I am just wondering as what unix shell scripting has to do in SAP ?
Please throw some light on this....
Regards,
Tushar.

Hi Tushar,
   Please Close your previous thread by marking helpful answers...
for this question ...
Check these links out
monitor ABAP from UNIX
Re: execute unix in ABAP
Unix commands in ABAP
Download to Unix
these Links definitely find helpful to you...
Regards,
Santosh

Similar Messages

  • Question related to regex and whitespaces  \s

    Hello, i have a problem related to regex.
    I have a text area where sm types text. I noticed that when i click on the Enter button (i have a new line) the string is not being recognised.
    String regex = "[A-Za-z0123456789_./-]*";I tried to place \s but \s includes other whitespaces characters.
    I would like to include in my regex the \n character (the Enter button) or general the \s characters.
    How am i supposed to do that?
    Thanks, in advance!

    g_p_java wrote:
    prometheuzz wrote:
    >
    Note that on Windows, a line break is "\r\n".
    Also, A-Za-z0123456789_ can be written as \w:
    String regex = "[\r\n\\w./-]*";
    If we are using Linux , Unix is that different?The OS line break is just \n. I'm not sure what Swing puts into a GUI element, whether it's OS dependent or not. It won't hurt you to leave the \r in there though. If there's no \r in the string, it won't stop your regex from working, just like it won't stop it from working when you have A-Z and they don't happen to enter a Z.
    The only way it would cause a problem to leave the \r in the regex is if \r were somehow part of the input and you didn't want it treated as end-of-line. I don't see that happening though.

  • Basic question about Java, UNIX and OAS

    Hi,
    Can I create an appication that contains GUI components like testbox and textfields etc...and then load/import it into OAS?
    Can I again, create such an GUI application and then load it UNIX platform and run it?
    The reason I asked because I did create an application which has a frame, a panel and couples of buttons, text fields then ftp it to Unix Solaris, when I ran it with jre command, I got the following message:
    java.lang.NoClassDefFoundError: Javax/Swing/UIManager at cms.CMSApp.main(compiled code) Exception in thread main
    Please anyone help me to clarify this, I don;t if we can do such things but I did not do it the right way? or we cannot do it at all. Thanks for your help
    Minh

    I'm not sure I understand where OAS fits in here.. Is this an applet?
    In any case, it sounds like the JDK version you are using is 1.1.x, and swingall.jar is not in the classpath.
    If it's an applet, then you need to edit the HTML file and add in swingall.jar.
    If it's an application, you need to edit the CLASSPATH environment variable and append the full path to swingall.jar
    (note: in Java2 (JDK 1.2, 1.3) swingall.jar is no longer seperate, it is part of the runtime classes of java, so you don't have to add anything to the classpath)
    Take Care,
    Rob
    null

  • Basic question related to EKKO and EKPO

    Hi experts,
    I have invoice document header and line item data in an internal table(From RBKP and RSEG). From RSEG I have PO number(EBELN) and PO line item(EBELP).
    I want to find out the corresponding WBS element, costcenter and GL account of the PO number and the PO line item.
    Can anybody tell me which tables to select to fetch WBSelement(PS_PSP_PNR), glaccount(SAKNR) and costcenter(KOSTL).
    In which table I will find the link between EBELN,EBELP with KOSTL,SAKNR and WBS element?
    Regards,
    Sangeeta.

    SOLVED THE QUESTION MYSELF.
    THANKS EVERYBODY!!!

  • A workflow question relating to InDesign and LiveCycle

    Hi,
    I have a layout that I've created in InDesign CS3. I export the PDF from InDesign and open it in LiveCycle v8. I then build my form fields and save the PDF. I have my nice form to distribute.
    My question revolves around how to change the layout in InDesign and not lose all of the work done in LiveCycle. So let's say I want to change the background image for the form but not any of the form data. How can I export the new PDF from InDesign and merge it with the form fields from the original LiveCycle PDF?
    Many thanks,
    Ian P.

    You imported the PDF using "Create an Interactive Form with Fixed Pages" since Replace Artwork is not available with "Create an Interactive Form with a Flowable Layout".
    Please keep in mind, you can only replace artwork which has the same number of pages and identical page sizes as the original. If you change either of these in InDesign, you will have to copy/paste from one document to another.
    John

  • Is there a dedicated area to ask questions related to netbeans and VWP ?

    Hi All,
    Here is a site we developed using Creator : https://www.focalpointfurniture.co.uk/shop/
    We are now looking at using Netbeans to develop visual web applications but are having a lot of issues with layout and css. Any ideas where to ask and answer questions ?
    Regards
    Jim
    Message was edited by: Jim
    jimmymac

    Hello,
    Checkout the following link:
    http://www.nabble.com/Visual-Web-f24578.html
    You can also email [email protected]
    Hope that helps.

  • Question related to GetFile and GetPath of a URL

    Hello, i have the following code and i was wondering why GetFile and GetPath shall return the same output,
    e.g. my example here is http://wikis.sun.com/display/SunForums/Tips
    The GetPath returns : Get Path of URL /display/SunForums/Tips
    and the GetFile returns : Get file of URL /display/SunForums/Tips
    the same.
    Well it's just that i would like to use a method which is going to output only the File of a Path, in our example the output should be only Tips.
    CODE :
    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.net.*;
    public class Main {
        public static void main(String[] args) throws MalformedURLException, IOException, Exception {
                        BufferedReader in = null;
                       try {                              //try
                              URL yahoo = new URL("http://wikis.sun.com/display/SunForums/Tips");
                             String url_string = yahoo.toString();  // Constructs a string representation of URL
                             URLConnection yc = yahoo.openConnection(); //
                             in = new BufferedReader(new InputStreamReader(yc.getInputStream()));
                             System.out.println("Get file of URL " + yahoo.getFile());                            *//it should return only Tips*
                             System.out.println("Get Path of URL " + yahoo.getPath());
                              catch (MalformedURLException ex) {
                                                                                  System.err.println("MalformedURLException" + ex);
             }Is there any method which returns only the file of a URL?
    Thanks in advance!

    new File("/display/SunForums/Tips").getName() will return "Tips".

  • A sample question related to FMS and NetStream.. hoping your answer

    will i be able to send a video what i'am receiving form fms B to another fms A in a flash app?And how?
    i will be right here waiting for your answer. Thank you!!!

    Hello,
    thanks fo your help very much.
    your solution works well in sending a video from fms A to fms B.but it is unable to work in my network environment.
    in my network environment,fms A can not connect to fms B directly,but flash clients can connect to them directly both.
    i still need a kind of flash client that sending out video stream to fms B while it receiving stream form fms A.
    i means that i want to use flash client as a bridge.
    if you make a change from "A.Live Video B.Server 1 (New York City) C.Server 2 (Chicago) and Server 3 (Los Angeles) D.Users" to "A. Live Video B. Server 1 (New York City) C. Users D. Server" in http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d5 6e-7ffb.html is what i really want .
    thanks for your help again!

  • Questions related to SMC and firmware update

    In 2005 just before Tiger OS was launched, I purchased the iMac G5 which was introduced in Oct, '04. This is a 1.8GHZ-17inch iMac, and I would like to find out if there is any firmware that need to be updated.
    I tried to reset the SMC - shut the computer, unplug power for 15 seconds, restart - and have not noticed any changes with the malfunctioning sleep function. When I click it to sleep it immediately shuts the system off.
    I can't determine if this is caused because I never have updated the firmware, or because the SMC needs to be reset.
    Would any required firmware update would also show when I run the update software application? If not, how can I find out if any firmware for the iMac model needs to be updated?
    To reset the SMC for some computers one needs to open the system and reset a button in the motherboard. I don't wan't to do that unles I need. I also need to know where the reset button is located.
    Your help and/or comments are appreciated.

    I'll second that -- everything sounds normal -- Mac's just run hotter at times -- in real-life use, you will probably find it doesn't get that hot. Those tests are literally for the birds. Too many people in these forums give too much bad advise, and it leads to people being worried about nothing.
    In general, you will do better with chat forums in other sites, rather than this help forum, because 99 percent of the people who post here are those who have some kind of problem, and rather than going to their apple store, they post and post their problems over and over here (and other sites).
    The likelihood of you having any real-world problems are pretty much nil.

  • Can someone plz confirm me that how i can change or update the security questions related to my apple id? as i have been never put them since i create my apple id but now due to some security reasons its asking me again and again the answers. i am unable

    can someone plz confirm me that how i can change or update the security questions related to my apple id? as i have been never put them since i create my apple id but now due to some security reasons its asking me again and again the answers. i am unable to go through the process. thanks.

    Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities

  • Relation between Portal User and ABAP user

    Hi All,
    I have installed the SAP Netweaver 2004s with ABAP and JAVA environment.
    I have the portal up and running on.
    Now when i see the users form portal i can see both the UME and ABAP users.
    My questions are as follows:
    a)Are this ABAP users shown in portal same as SAP R/3 user.
    b)Which property of the ABAP users shown in portal mapped to R/3 user.
    c)What is the query to see all the users in the Portal database for ABAP +  JAVA system
    Best Regards
    Manoj

    Hi Roy,
    As you said that
    "All the properties you see in the portal are mapped to the ABAP side".
    My observation was as follows:
    A)
    I created the Portal User(ABAP + JAVA) using the  UME API's.
    I set the setTilte("Mr") and setSalutation("Dr.) property.
    The user got created .Innthe Portal we cannot notice the setTilte and setSalutation property so i used the SAP GUI to check it.
    In the SAP GUI i could see the changes are reflected for Tilte and Academic Titlt.
    B)
    Now i changed the property setSalutation to "MBA" and saved the user using the ABAP GUI.
    Now i used the UME API to query the getTilte()  and getSAlutaion()
    But unfortunately this changes  were not shown .
    Now i bit confused.
    Whether this both(portal ABAP) and R/3 are stored in differnet database.
    or it is that i have to restart the server to bring it in sync
    Best Regards
    Manoj

  • Setting up a small business network using mac and windows pcs

    Setting up a small business network using mac and windows??

    Ok that sounds great. What is your actual question as it relates to AirPort networking? Is it: Can I set up a wired/wireless network with an AirPort base station that support multiple Mac & PC clients? If so the answer is yes.
    If, instead, it is how to I configure an AirPort network to support a small business you will have to provide more details on both your networking & computing equipment in order for any of us to help you.

  • Javascript future in Webdynpro (JAVA and ABAP)

    Hi WebDyn Pro's,
    I see many sophisticated capabilities enabled inside Webdynpro for JAVA from use of Javascript.  Further, in many cases, Javascript provides the only solution for the requirements!
    From this forum, I think I hear that Javascript capabilities may be disallowed in future WebDynpro releases by SAP. 
    I have 3 questions related to this:
    1. Why would SAP want to disallow usage of Javascript inside WebDynpro applications?  What is the harm?
    2. Does SAP think that customers should be able to provide these same capabilities without use of Javascript?
    3. Will this same Javascript limitation exist in WebDynpro for ABAP?
    Thanks,
    Kevin

    "Many sophesticated capabilities enabled inside Webdynpro for JAVA from use of Javascript." - that is true
    1. It is to have a standard for development inside, and outside SAP. Otherwise developers will use ... who knows what they will develop... and there have been quality problems in projects that SAP has to deliver - SAP has 30,000 employees, any of whome can develop in their free time. With the current framework, all these issues have been taken into consideration.
    2. SAP and the Webdynpro development team in Walldorf will continue to enhance the webdynpro framework in the forseeable future. There is an alternative if you want to use Javascript. Please use Java Dyn Pages for unlimited java script coding. This can be seen in Portal Development Manual. http://help.sap.com/saphelp_nw04/helpdata/en/fd/01f34026d70b06e10000000a155106/content.htm
    3. Yes it will apply in ABAP. WebDynpro is the common framework that is used for both ABAP and Java. It Java/ABAP independent "so" to say. But it works better with Java right now than ABAP.
    Sumit.

  • Question related to concept of PCK

    Hi All.
    I am quite a newbie to XI and am only learning it thru online help. I have one conceptual question related to PCK.
    My understanding is that PCK is needed by a small business company to communicate to its larger partner which already has XI running. Correct me if I am wrong here itself.
    Now if the larger business partner already has XI, why does the smaller one need a PCK at all? The XI instance on the larger partner will have all the necessary adapters to understand any format send by the partner. So even if the partner(smaller) sends any format- be it IDOC/HTTP/FTP, the XI instance on larger partner will have its adapters ready to perform the conversion.
    Then why is this PCK needed at all?
    Thanks in advance. Hope my query is clear
    Regards.
    Samant

    Hi Samant,
      Your question is a very good one, Though I have not worked on PCK, I can share my ideas based on some brain storming session I had with our collegues & business partners.
      While executing projects, there are technical & operational issues. For example, when you access any HR related data of a UK based organisation then all those who work on that project have to undertake data security pledge. Like wise there are many constraints on data & system accesses, which vary across organisations.
    When you use PCK*, irrespective of different systems what the small vendors have, you communicate with your Big company's XI system only on the XI's msging protocol http(s)/SOAP. This allows a fair amount of ownership of data/access related issues to the small partners.
    -> you go for PCK, when there is no need for small vendors to go for XI.
    Hope this is of some help. As Michal said there might be much more (or even better) reasons.
    Michal, when you say "all of the mappings and transformations have to be on the small company side", what exactly you mean by this. can you please eloborate.
    Thanks & Regards
    Vishnu

  • Question related to Synchronous update

    Hi, all
    I have some question related to synchronous update:
    1. What is the syntax if I want to write synchronous update.
    Do i write as:
    call funcition A in update task
    commit work and wait
    Or just
    call function  A (A declared as update type function )
    commit work and wait
    Or ...
    2.If we use synchronous update, is VBHDR,VBDATA still filled the same way when using asynchronus update?
    Thanks in advance,
    Liming

    Hi,
    Why do we use this " In Update Task " ??
    The main update technique for bundling database changes in a single
    database LUW is to use CALL FUNCTION... IN UPDATE TASK.
    How do we Use ??
    A typical R/3 installation contains dialog work processes and at least one update work process. The update work processes are responsible for updating the database. When an ABAP program reaches a COMMIT WORK statement, any function modules from CALL FUNCTION... IN UPDATE TASK statements are released for processing in an update work process. The dialog process does not wait for the update to finish. This kind of update is called asynchronous update.
    What is the Use... ??
    Asynchronous update is useful when response time from the transaction is critical, and the database updates themselves are so complex that they justify the extra system load

Maybe you are looking for

  • Is It Possible To Select And Copy Text From A PDF Document ?

    Occasionally I would like to copy and paste text from .pdf documents. I have not found any way of doing it - is it impossible ? If it can be done - how ? Ian.

  • Iphone 4s doesn't work !!

    i bought two unlocked iphones ( 4s) from dubai .......it was a normal store .(named dubai mall)......when i got back to egypt .and i tried to access the first one on vodafone network.. it gave me a message that the only supported carrier can activate

  • JDBC ojdbc6.jar problem with passing parameters for PreparedStatements.

    The JDBC Driver being used in ojdbc6.jar. I am using this driver because I of its compatibility with Java 6 which is on my machine The database I am connecting to is 10.2 (10g) Oracle database. The connection works fine its the parsing of the SQL que

  • Closed captioning won't turn off

    I am watching numerous tv shows on my Apple TV 2 (fully updated), and all of a sudden now the TV  shows have closed captioning, even though closed captioning is turned off in settings. It also roughly every 2 minutes it pauses the TV show, even thoug

  • Copy pie chart to Indesign

    I need to copy pie charts created in Illustrator into an indesign doc. I've done it before. But now,  coopy/paste to Indesign doesn't work. What am I missing.