Why MSS Par file din't have any Java source?

Hi all,
I need some help on on extracting source from PAR file of an MSS application.
I Have downloaded a PAR file fot a MSS application Business Consumption. Its complete Technical name is com.sap.pct.fin.mss.projectbudgetconsumption.default . It contains a PAR file com.sap.pct.fin.projectbudgetconsumption.par . I have imported this in Netweaver Studio but it din't have any Java files. I want to modify it. Can you suggest some thing about this. I would appreciate your help and award points for the answer.
Thank you in advance.
Regards
Chandra
[email protected]

maybe the cookbooks attached to SAP Note 872892 can help you
https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=872892
I am also working on modifying ESS/MSS applications. But I have not found out how this can be done in detail until now.
Henning
Message was edited by: Henning Michelson

Similar Messages

  • How to run 4.6C MSS PAR files in ECC?

    Hi,
    Is there a way,  to run the MSS Applications delivered as PAR Files which works with stand alone ITS, to the Integrated ITS of ECC?
    Please guide me to this, else we have to re-develop all those applications. Client is NOT accepting the WebDynpro Java based ESS-MSS Standard Applications. They want the ame functionality and look and feel in the WDJ Version. It's a time consuming, so want to run those application as it is, to run with the ECC.
    Thanks & Regards,
    AShok Kumar M.

    Hi Shankar,
    Thanks for your reply.
    Yes, you are right. I tried to deploy the PAR files in the new portal which connects to ECC 6.0. I have resolved all the Errors. I managed the same name given in the PAR files for the System name, in the System Aliases of the System Object which connects to ECC.
    I have entered the ITS Parammeters also. I am able to connect and run the SAP Transaction iViews also. But I am not able to run the PAR file applications. It is giving Error that, "Could not connect to R/3 System".
    Please let me know, what ITS Path I have to maintain to make these PAR files working? I saw in the old system Object which connects to Standalone ITS, the ITS Path maintained is, /scrips/wgate
    I want to know what parameter I have to maintain for ITS in the new Portal System Object which connects to the ECC System.
    Thanks & Regards,
    Ashok Kumar M.

  • For some reason Firefox is not opening up any pdf files, do you have any suggestions on how to current this problem.

    When I go to a website and they have a pdf file to download, Firefox will not open it. I have to go Internet Explorer to open the pdf file. Do you have any suggestions because I prefer to use Firefox.

    You may have ad / mar-ware changing your settings.
    First, check the programs that are on your computer
    '''Windows:''' Start > Control Panel > Uninstall Programs.
    '''Mac:''' Open the "Applications" folder.
    '''Linux:''' Check your user manual.
    Go thru the list. If you find something that you don't
    know what it is, use a web search.
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware Troubleshoot Firefox Issues Caused By Malware]''' {web link}
    Bookmark and use this;
    '''[https://addons.mozilla.org/en-US/firefox/addon/searchreset/ Mozilla Search Reset]''' {web link}
    This add-on is very simple: on installation, it backs up and
    then resets your search preferences and home page to their
    default values, and then uninstalls itself. This affects the
    search bar, URL bar searches, and the home page.
    '''[https://addons.mozilla.org/en-US/firefox/addon/settings-guard Settings Guard for Firefox]''' {web link}
    Detects and resets changes to settings that are frequently done
    by add-ons and application installers.

  • Importing a PAR file ---- not able to retrieve java class files(components)

    hi all....
    i've gota .par file....which i imported into NWDS.
    i can find all da files except the component classes i.e java class files...in the corresponding packages.
    can anyone help me.....
    thanx in advance....
    regards,
    Sudheer

    Hi Sudheer,
    you do not need the NWDS to find out what's in a PAR file. Basically, PAR files are ZIP archives. Rename the the PAR file (change the suffix to ".zip") and open it with your standard archive tool (WinZip, WinRar, etc.)
    Best regard,
    Martin

  • I cant import any files and dont have any on my cloud, what can I do?

    I just got ADOBE PRO and have no files saved online. I am trying to import a document into a form but it wont let me.

    Hi,
    I would like to inform with Adobe FormsCentral, you can only import PDF files or a design file.
    Please let us know the type of file you are trying to import and share a screenshot of error received; if any.
    Regards,
    Nakul

  • Anyone ever heard of .QTX files? And have any idea of how to open them?

    I've been send a how load of these files that are suppose be colours. There in .QTX format and I have no Idea how to open them. Help.

    Qtx
    and
    http://industrial.datacolor.com/support/wp-content/uploads/2013/01/Datacolor-QTX-File-Spec ification.pdf

  • Why does my ipad mini not have any sound?

    My ipad mini does not have sound in any of my apps (mostly games). Sound is on in settings, and sound is turned on in each app. It is a first generation mini, not a retina display. Thanks for any suggestions.

    First try a Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least Ten seconds... (But can take Longer)... until the Apple logo appears. Release the Buttons
    If no joy... Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    3: If the device doesn't appear in iTunes, try using the Steps in this article to force the device into Recovery Mode.

  • My mac mini has been having some problems.  Someone suggested it was the application Mackeeper that I have on it to help clean up junk files.   Anyone have any evidence this might be true?

    I want to know if Mackeeper app could be causing my computer problems?

    How to uninstall MacKeeper from your Mac | Macworld
    How to Remove MacKeeper
    The Safe Mac » Beware MacKeeper
    It could, but then you haven't mentioned what those problems are.

  • Using File I/O to Reformat Java Source Code

    Encountered another problem. Essentially, I have to create code that will take a file formatted with next-line braces and convert it to end-of-line braces. I thought of changing the delimiter (from /p(javaWhitespace)+ to "\\r") so that I can catch the next-line braces.
    My dummy code remains intact in the second file, except for ugly squares where my carriage return used to be (when opened in Notepad), or no change at all (when opened in NetBeans).
    Question: any suggestions on a better delimiter? Or maybe the replace() arguments should be changed?
    public class ReformattingJavaCode {
        public static void main(String[] args) throws Exception {
            java.io.File file1 = new java.io.File(args[0]);
            java.io.File file2 = new java.io.File(args[1]);
            java.util.Scanner input = new java.util.Scanner(file1);
            //Change default delimiter to carriage return to catch next-line brace
            input.useDelimiter("\\r");
            String output = "";
            while (input.hasNext()) {
                String firstString = input.next();
                //Replace next-line brace with end-of-line brace
                firstString.replace("\\r{", " {");
                output += firstString;
            java.io.PrintWriter outputFile = new java.io.PrintWriter(file2);
            outputFile.print(output);
            input.close();
            outputFile.close();
    }Thanks for all your help.

    public class ReformattingJavaCode {
        public static void main(String[] args) throws Exception {
            java.io.File file1 = new java.io.File(args[0]);
            java.io.File file2 = new java.io.File(args[1]);
            java.util.Scanner input = new java.util.Scanner(file1);
            //Change default delimiter to carriage return to catch next-line brace
            input.useDelimiter("\\u000D");
            String output = "";
            while (input.hasNext()) {
                String firstString = input.next();
                //Replace next-line brace with end-of-line brace
                firstString.replace("\\u000D\\u007B", "\\u0020\\u007B");
                output += firstString;
            java.io.PrintWriter outputFile = new java.io.PrintWriter(file2);
            outputFile.print(output);
            input.close();
            outputFile.close();
    }I just made a very minor correction to my code - specifying the delimiter as a carriage return in unicode, and so forth.
    For most of the other I/O exercises in Prof. Liang's book, I don't seem to have a problem translating them into code. I'm still wondering why my code doesn't output correctly. Thanks for the patience.

  • NWDS 7.0 Error during Quick PAR Upload and while trying Exporting PAR-File

    Hello,
    I am trying to use the functions "Export as PAR-File" and "Quick PAR Upload" in NWDS 7.0.
    Unfortunately I got an error every time when I am trying to use this functions. I am using the package explorer in the Java perspectiv in NWDS for starting this functions. The error tells me the following:
    "Unable to connect to the Portal"
    "Operation failed: Please make sure the server "XY" is running or check the log (sap-plugin.log) for more detail"
    Thats all.
    When I am looking in the log-file I can read the following messages:
    "ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [keystore-view.TicketKeystore: view-actions: GET_VIEW:ALL]"
    "ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [keystore-view.TicketKeystore: view-actions: IS_VIEW_EXISTS:ALL]"
    "ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [keystore-view.TicketKeystore: view-actions: SIZE_OF_VIEW:ALL]"
    "ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [keystore-view.TicketKeystore: view-actions: READ_ENTRY:ALL]"
    LOGIN.ERROR|null|| Login Method=[default] UserID=[user_Admin] IP Address=[192.168.xxx] Reason=[Cannot authenticate the user]
    I have tried this with several users and their passwords. All of the users have admin-rights at least in the portal. One of them even in the SDM.
    I can sucessfully deploy webdynpros from NWDS into the same Portal with this users.
    We are using SAP Logon Tickets and SSO is configured working fine between Portal and backend.
    We have imported Key Store File in NWDS unter Window --> Preferences --> Java Development Infrastructure.
    And we are not using the NWDI.
    Who knows why I cannot even export par-files? Are their any configurations missing?
    Best regards,
    Iris

    It is mentioning about authentication.
    check whether you have access to deploy directly or not ? maybe direct deployment into portal disabled .
    I think you have to follow the procedure of checkout and activate procedure.
    Can you clarify few things
    1) Are you using NWDI Based Transports in your landscape?
    Login Method=default UserID=user_Admin IP Address=http://192.168.xxx Reason=Cannot authenticate the user
    http://192.168.xxx  is it your development portal?
    Did you clarify with admin people whether direct deployment disabled?
    Koti Redd

  • Importing . PAR file from portal to Netweaver Developer Studio.....

    Hello all,
                 When I Deploy the BP of MSS on Portal, I got one standard Webdynpro application which has some functionality. Now I want to customize this application hence I have imported the par file for this Application in NWDS, But in NWDS this file creates a project which has files with .EPA extension & nothing else . No contents in Portal-inf folder & dist folder.
    I am not able to find how can i change the functionality of that application ???
    In short I want to customize the WebDynpro application in NWDS, but not getting code familier , how should i proceed ??
    thanks,
    Smita

    Hi,
             First of all, u have not imported par file. U have imported the epa file. That is why u don't get files in portal-inf folder. Webdynpro applications are available as ear file which can't b imported into NWDS. So I don't think u can get that application for customization into NWDS.
    Regards,
    Harini S

  • Can't See com.sap.portal.runtime.logon in list of PAR Files in Iview Wizard

    Hello All,
    I am trying to create an iview from PAR file com.sap.portal.runtime.logon which is the logon par file that has the logon page. But when I right click a folder in the PCD and click on New From PAR Iview I try to find on the list of available par files and I don't find the one named com.sap.portal.runtime.logon
    Can anyone tell me if this has to do with the portalapp.xml file from com.sap.porta.runtime.logon.par file.? or with the Security Zones defined in portalapp.xml? Or does someone know why this PAR file doesn't appear on the list and how can I make it appear on this list of par files?
    Any helpful ideas to solve this issue will give rewarding points.
    Thanks
    Luis

    Hello,
    What I want to do is to put the logon page in the light framework page so that the users can login from the anonymous portal. After I customize the logon page I want to create aniview in the detailed navigation.
    If you want to see the jsp files that the com.sap.portal.runtime.logon.par file you have to go to the file system and copy the .par.bak file , rename it to .zip and all the files are there.
    But my question is if this is a par file that is deployed in the portal , why I cant create an iview from this par file? From other forums I have read they say that creating an iview from this par file it will put the logon page where you want. But when I try to create an iview from PAR File the com.sap.portal.runtime.logon doesn't appear in the list of available par files.
    Please help me on this and will give rewarding points.
    Thanks
    Luis

  • Editing a par file

    Hi,
    I am editing a par file that came from sap. Here are the steps I followed
    1. downloaded the par from support -> portal runtime --> browse deplpyment and downloaded it (x.zip)
    2. imported this par file into nwds which formed a prioject structuree (for instance "Y" being name of project).
    got the following questions:
    1. after my import, the jar files which were in (x.zip) were not visible in project structure "Y". should i import them manually?
    2. the .properties file's which shows that they are in "\private\classes\" directory are shown in Y -->dist > PORTAL_INF/ classes. why are they not under "Y->dist> portal_inf/ private/classes"?
    3. if i wnat to edit this par file, but since it is an sap par file, we dont have resources, so what should i do know. if i extract those jar files and decompile them into .java files, where should i put these source files, should i put them in Y--> src.core/src.api OR Y-> dist --> PORTAL_INF --> srclib.api/srclib.core
    please let me know?
    4. after editing i can create a par file from File --> Export --> PAR FILE etc.., but will the .jar files in the lib folders get automatically updated?
    5. if the par file contains a jsp file, do u think that it would be in pagelet directory when I imported. How to edit that particular .jsp file that is inside a par that came from sap?
    6. is there some good blog or any other sort of links which can guide me in editing a par file that comes from sap?
    sorry if the questions are silly, but i am facing these problems..
    I hoep that some one can help me in this regard.
    Thank you

    Hi George and Geogi,
    Thanks for the replies.
    1. jsps editing is clear to me.
    2. bug of nwds while importing the par files is also clear. so i will do it manually.
    3. i have already customized login page. it was just editing .jsp file, so there were no problems for me.
    I didnt still understand the following.
    George, as you told that SAP allows only to edit JSP files, but i want to edit the class files, becuase i need to add say a "system.out.println()" statement in a particular component of the par file.
    To do this
    1. Extract the jar file to find all the class files and decompile them to form ".java" files. am i correct?
    2. after acquiring the .java files, where should i put these ".java" files in the project structure whether under Y--> src.core/src.api OR Y -> dist --> PORTAL_INF --> srclib.api/srclib.core (Y being the project name).
       currently I placed them under Y --> src.api and Y -->src.core. but with a lot of compilation errors. few of them being the import statements
    import com.sap.portal.admin.editor.*;
    import com.sapportals.htmlb.*
    import com.sapportal.common.*
      (I know that this is due to some jar files missing in classpath of project BuildPath, but where can i find them is the question , i.e. as you know there are many jar files in the EP installation, why didnt they come with NWDS by default? How can i find the jar file of particular packages )
    3. would be nice if someone have a a guide for editing .class files that comes with pars or some good blogs.
    Please help me in this regard.
    Thank you
    Message was edited by: shiva shiva

  • How to get the source code in PAR file

    Hi All,
    I used the PAR migration tool to migrate from PAR to EAR file. When I imported the EAR into NWDS 7.3, I was just able to see the structure and jsp files and could not find the java source code files. I would requires the java source code to make modifications so that deprecated APIs can be replaced and to also make the code compatible with JDK 1.6.
    I think the original 7.0 PAR file itself does not contain the source code. I decided to use the "Include source code" option when exporting the 7.0 PAR.
    I have the portal application DC project in my NWDS 7.0. However, when I try to export the PAR file using Export --> PAR File -- > Next... I am unable to select any project from the list. The list appears blank with disabled Next & Finish buttons.
    I also noticed that in the portal DC application structure, there is a .sda file under /gen/default/deploy. Also there is no PAR folder under /gen/default/public.
    How do I include the source in the PAR file so that I can edit the same after migrating to EAR format ?
    Regards,
    Melwyn

    DC and PAR/EAR stuff are different formats, SC/DC is an archive type used by NWDI, if I got it right.
    How do I go about generating the PAR file (with source) ?
    In fact through including the seources while creating the PAR/EAR in NWDS, but: no need to do that, you can also depack SDA (rename it to zip). If you wanna just see the Java sources you will find them there, otherwise decompile as Vijay already sad.
    cheers

  • Error While uploading PAR File into NWDS

    Hi Experts,
    I have been to this location:
    Server(D)\usr\sap\P64(SID)\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd
    I have copied this file com.sap.portal.runtime.logon.par.bak and pasted on my desktop.
    Changed the name to com.mycompany.portal.runtime.logon.par
    I tried to upload the file to NWDS(File --> Import --> Par file) and I am getting the fallowing error.
    http://imageshack.us/photo/my-images/853/error1un.png/
    and when i click OK on above Error
    i get this errors : http://imageshack.us/photo/my-images/571/error2v.png/
    I am unable to upload the Par file did i miss something?
    Regards,
    Siva

    Dear Siva,
    that is indeed strange.
    Still don't know if this could be an issue with your NWDS or the PAR itself.
    So let's do 2 tests
    ===============================================
    TEST NR. 1
    Let's try and check the NWDS first by creating a custom PAR.
    Don't worry, it's easy.
    Just open your NWDS and go to the top menu
    File > New > Project
    Inside the popup window that will open please choose
    Portal Application (on the left) and Create a Portal Application Project (on the right)
    Then give any name you would like (no spaces or dots, etc...)
    You now have a Portal project created on NWDS ( you will see a folder on the left side with your project name)
    Click on that folder with your LEFT mouse button and choose EXPORT
    Choose PAR File
    Choose your Project
    Choose a path where you want your PAR file to be saved. (uncheck the deploy PAR file, but check the include the source code).
    And click Finish.
    Now delete the project you have created (by clicking on the folder with your LEFT mouse button again, but chose DELETE project)
    Now you're ready to re-import the PAR file.
    ===============================================
    TEST NR. 2
    Maybe your standard PAR file that you've downloaded doesn't have the source code included or is corrupted.
    Please try to open it with a ZIP program and check what type of structure/files you have there.
    Have you also checked your NWDS log ?
    You could also share here that log, so that I can better help you.
    Kindest Regards
    /Ricardo

Maybe you are looking for

  • How do I transfer an imovie from an external hard drive to my macbook pro iMovie 9

    How do I transfer an iMovie from an external hard drive to my macbook pro iMovie 11?

  • How to add one component when some action take place

    Hi, i created a GUI using Netbeans Ide, In that i want add a component when i click some button i showed it here see the diagram [click here to see|http://www.mediafire.com/imageview.php?quickkey=jtgzjrfenwm] my sample code public class ProcessFiles1

  • Oracle BPM Worklist 11.1.1.5.0, Not showing humantask taskflow details

    Hi, I am using Oracle BPM Worklist 11.1.1.5.0, Here I am getting a unique problem that once the workitem is completed,I can only see the field labels on humantask taskflow not the field values. However I can see all the details in this taskflow befor

  • How to know a PDF file is edited/modified

    I got a PDF file from a unknown source by email and want to check whether the file got modified by someone to change its content, before it send it to me?

  • HANG과 SPIN의 구분

    제품 : ORACLE SERVER 작성날짜 : 2002-04-19 HANG과 SPIN의 구분 ====================== Explanation 1. 용어 정의 hanging     : 아무런 작업도 일어나지 않는 상태 spinning: 상당한 양의 시스템 자원을 사용하면서도 아무런 의미가 없는, 특정한 작업이 loop 안에서 반복되는 상태 2. 구분 방법 hang과 spin을 구분하기 위해서 먼저 v$session_wait 을 참조