Work flow park document ----------------Pls help urgent

Hi Guru's
Park document posting using throught workflow
i posted one document throught workflow in f-65 (park document posting ).
whenever above rs :- 5000 need apporvel to another user.
when he/she give apporvel . i want to post that document.
but, once when i get apporve .
system is blocking that document
system message Document not at release
and also  post symbol deativate mode.
pls suggest path & any soultion

public class clsGrandChild {
private String strGrandChildName = "";
public void mtd_setGrandChildName(String strIn) {
strGrandChildName = strIn;
public String mtd_getGrandChildName() {
return strGrandChildName;
public class clsChild {
private String strChildName = "";
public void mtd_setChildName(String strIn) {
strChildName = strIn;
public String mtd_getChildName() {
return strChildName;
public String mtd_GrandChildName() {
// can i get the same value of
alue of strGrandChildName assigned in the main frm
here?
public class clsMain extends clsGrandChild {
public static void main(String[] args) {
mtd_setGrandChildName("grand child name");mtd_setGrandChildName("grand child name") shouldn't be called here, it should be called after the
clsChild object has been created
>
clsChild objChild = new clsChild();objChild. mtd_setGrandChildName("grand child name");
objChild.mtd_GrandChildName();
If to access the variable strGrandChildName before the instanciation of clsChild object is what you needed, then you will need to set the string strGrandChildName as static and also setter method
needs to be static too.
private static String strChildName = "";
public static void mtd_setGrandChildName(String strIn) {
strGrandChildName = strIn;
by doing it this way, the static variables will be created when main thread starts.

Similar Messages

  • Audio sound of loudspeaker and headphone of hp laptop is not working.... pls help me

    audio sound of loudspeaker and headphone of hp laptop is not working.... pls help me

    Hi @manishs400 
    I understand that you are having trouble with the sound on your speakers and headphones.I am happy to help with this.
    Please verify the operating system in use on your notebook. It is possible that it make be a driver related issue. Please seethe following for the HP customized drivers for this notebook.
    HP Pavilion dv4-3145tx Entertainment Notebook PC - Software & Drivers
    Also you should check out these pages, as it is quite possible you can find a resolution.
    No Sound from the Speakers (Windows 8)
    Resolving headphones and headset problems (Windows 8)
    From Microsoft's support website:
    Poor sound quality after upgrading to windows 8.1
    Automatically diagnose and fix Windows audio playback problems
    Let me know if any of that works for you.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • CALL Transaction in background not working pls help URGENT

    hi i have writtin a bdc program which uses CALL TRSANCTION everything is working in foreground.
    if i schedule the program in background the call transaction does not work. any idea why?????????
    pls help its urgent

    hi
    good
    have you checked in the debug mode, if you have checked in the debug mode check wheather it is giving any error before data is displaying in the screen, if any error is displaying as a message than check that error why it is coming there.
    If no error is coming than check your flow of the bdc screen in the debug mode , there must be some prob, so that it is not working in the background.
    thanks
    mrutyun^

  • Work Flow and document parking

    Hi frnds,
    can any body explain about what is Document parking and workflow.
    Plz Explain in brief about document parking and workflow.
    Moderator: Please, avoid asking basic questions

    Hold Document:  It is for short term and is used when tranaction Dr or Cr is uncertained and generally its is used for external purpose.  eg: Advance from potential customer
    Parking Document: Its is for longer period generally used for internal purpose.  eg: Advance made for employes.
    What is the main purpose of this document. Why we are using this one to in FI?  How it is useful?
    Parking documents is used when we need to get any clarification regarding some account.
    We can temporarily park or store this document till we get it cleared or approved.
    Then we can post it.
    Remember.... parking does not update the accounts....... it just stores the document..... whereas posting will update the accounts....( for example.... the reducing/increasing of the account balances).
    The TC for Parking Documents is F-02 -> enter the required details ->go to the menu (at top )  ->Document-> Park.
    To post a parked document : FBV0-> go to the menu Document-> Post.
    Other TCs used pertaining to Parking of Documents are :
    FV50 : Post / Delete : Single Screen Transaction
    FBV2 : Change
    FBV3 : Display
    FBV4 : Change Header
    FBV5 : Display Changes
    FBV6 : Refuse

  • File to File Scenario with Secure Connection. Pls help urgent

    Hello All,
    I tried a lot to get a link/blog that expalin full scenario
    for File to File Scenario with Secure Connection
    Kindly let me know if somebody have link/doc for it
    that describe all the steps to do configuring this scenario.
    What is difference in simple words between
    FTPS and SFTP.
    Pls help it is urgent as I require for Project work urgently.
    Regards

    hi rich
    go through these links
    FTPs connection failed - error ".. certificate rejected by ChainVerifier"
    Re: What is SFTP, FTI channels
    http://help.sap.com/saphelp_erp2005/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm
    FTPS implementation question.
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/0e16bfd7b021aee10000000a1553f6/frameset.htm
    Server certificate rejected by ChainVerifier:FTPS server(Points Guaranteed)
    /people/krishna.moorthyp/blog/2007/07/31/sftp-vs-ftps-in-sap-pi
    File adapter
    thanks
    Kunaal

  • Issue when doing Delta loads from PSA to DSO using DTP - Pls help Urgent

    Hi All,
    I have done 3 data loads into PSA and from PSA, iam loading the data into DSO - by splitting that load into 3 using 3 DTPs. (Split that by Fiscal Period).
    2 of the DTP loads are extracting the data from 3 PSA requests.
    But, one of the DTP load is filtering on ONE PSA request.
    So, we are not getting the full data into DSO.
    Can some one pls help me why the DTP load is beheaving like this ???
    Even though i have not given any filters for Request id, still , for one load its picking up the data by filtering on One Req ID.
    Cheers,
    Nisha

    Hi Jr,
    Sorry for late reply.
    I think i found the solution, the diff between the DTP's is i ahve ticked " Get request one after another " .
    I have changed it now and its working fine.
    Thanks,
    Nisha

  • Workflow park document time FIPP-----------------URGENT

    Hi Guru's
    Park document posting using throught workflow
    i posted one document throught workflow in f-65 (park document posting ).
    whenever above rs :- 5000 need apporvel to another user.
    when he/she give apporvel . i want to post that document.
    but, once when i get apporve .
    system is blocking that document
    system message Document not at release
    and also post symbol deativate mode.
    pls suggest path & any soultion

    Hi
    we have two users
    A  User
    B User
    A will pass the document (F-65) Park document  6000
    if above 5000 rs need approvel from B User
    If the B user Give approvel .
    A user will post the document .
    A user will Use FBV0 Transaction .
    He will post the document.
    But, here what is the possible.
    A user have n't posting the document
    Because , post icon is Deactivate mode
    How it is possible
    need any configration in FICO
    Pls suggest
    it is very urgent

  • Music wont download - pls help urgently

    i have tried 5 times to download an album from itunes and every time i have to re-renter my billing details and double check everything is correct but to no avail. after doing this, there's no downloaded music and i don't know if apple will charge me 5 times as well for trying (hopefully not!!). pls help me. thanks

    Yes, I have, i think it may have something to do when
    it says, "playlist selected for updating no longer
    exists"
    But making a new playlist didnt work
    Then you didn't name it exactly the same as the ones that were deleted. It WILL work. Been there, done that.
    Good luck!

  • Pls help, urgent... I'm giving out all my duke dollars...

    Hi, thanks for reading...
    My problem is I need to assignment some value into an variable when the "main" program start and I want the data inside this variable visible to all the class to use (by using the getter methods to get the value),
    For example: From the code below (the clsMain), it is possible to get the same value assigned into the "strGrandChildName" variable in the "main" program inside the "clsChild" class? Any idea how to make this thing work? pls help me... with some sample code... i really appreciate any help you guys can give.
    Thank You,
    Best Regards.
    public class clsGrandChild {
    private String strGrandChildName = "";
    public void mtd_setGrandChildName(String strIn) {
    strGrandChildName = strIn;
    public String mtd_getGrandChildName() {
    return strGrandChildName;
    public class clsChild {
    private String strChildName = "";
    public void mtd_setChildName(String strIn) {
    strChildName = strIn;
    public String mtd_getChildName() {
    return strChildName;
    public String mtd_GrandChildName() {
    // can i get the same value of strGrandChildName assigned in the main frm here?
    public class clsMain extends clsGrandChild {
    public static void main(String[] args) {
    mtd_setGrandChildName("grand child name");
    clsChild objChild = new clsChild();
    objChild.mtd_GrandChildName();

    public class clsGrandChild {
    private String strGrandChildName = "";
    public void mtd_setGrandChildName(String strIn) {
    strGrandChildName = strIn;
    public String mtd_getGrandChildName() {
    return strGrandChildName;
    public class clsChild {
    private String strChildName = "";
    public void mtd_setChildName(String strIn) {
    strChildName = strIn;
    public String mtd_getChildName() {
    return strChildName;
    public String mtd_GrandChildName() {
    // can i get the same value of
    alue of strGrandChildName assigned in the main frm
    here?
    public class clsMain extends clsGrandChild {
    public static void main(String[] args) {
    mtd_setGrandChildName("grand child name");mtd_setGrandChildName("grand child name") shouldn't be called here, it should be called after the
    clsChild object has been created
    >
    clsChild objChild = new clsChild();objChild. mtd_setGrandChildName("grand child name");
    objChild.mtd_GrandChildName();
    If to access the variable strGrandChildName before the instanciation of clsChild object is what you needed, then you will need to set the string strGrandChildName as static and also setter method
    needs to be static too.
    private static String strChildName = "";
    public static void mtd_setGrandChildName(String strIn) {
    strGrandChildName = strIn;
    by doing it this way, the static variables will be created when main thread starts.

  • PSE12 recognises my scanner, however, asks to connect??!! Pls HELP urgently

    Hello
    I have win7pro and win 8.1. PSE12 recognises my scanner, however, after going through and pressing scan it comes up with a error to coonnect the device!! The printer scanner is a HP Officejet 6500a plus if this helps.
    Pls advise urgently.

    Download and install this: http://support.apple.com/kb/DL907
    Restart your Mac.
    Reset the printing system:
    - Go to System Preferences > Print & Scan
    - Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    - Select the plus sign to re-add a printer. Select the Defualt tab on the top of the window. Look for the printer, select it and then next to the "Use" pulldown, select the printer model (not AirPrint). Wait until the "Add" button becomes available. Click it.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Cannot use face time after upgrating to ios 6 .password is not recognisible.pls help urgently

    I cannot use face time after updating to IOS 6'password  is not recognisible here nor to imessage pls help urgently

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
     Cheers, Tom

  • My macbook air webcam is not working on yahoo messenger, pls. help me how to fix it. thanks in advance

    hello pls help me to fix it

    Hope info from this article is helpful.
    http://support.apple.com/kb/HT2090
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    If this does not help, contact Apple.
    Best.

  • MacBook Pro says my password is wrong but I haven't changed it and my apple I'd says its wrong on the MacBook but works fine on the ipad, how can I log into my mac? Pls help urgently

    My MacBook Pro says my password is wrong, but I haven't changed it, tried resetting password with apple I'd but MacBook says that's wrong too.  The apple I'd works on the ipad though.  How do I log into my mac?

    a virus/trojan/malware is not cross platform so they are 100% made for a device
    the day a virus/trojan/malware is discovered that works on any ios devices that are not jailbroken
    you will find it all over the news and all posts in this forum would be about that
    try login from the browser rather then the mail program and verify each account setting one by one to verify that they are correctly because an undocumented unwanted feature in the os of your phone could be the cause

  • RFC - XI - TCP/IP scenario. Pls help urgent

    Hi All,
    I have RFC -> XI -> TCP/IP scenario.
    My scenario is quite similar to scenario given in blog:
    /people/saravanakumar.kuppusamy2/blog/2005/12/15/socket-integration-with-xi
    Questions.
    1. Pls explain how Java Mapping is done in XI. ?
    2. In real scenario static void main (String[] args) method will
        not be there because request will come automatically from
        SAP source and response from tcp/ip system.
        Am I  corrcet?
    3. My response is not xml. Pls send me updated code that  
        can convert string array byte format to xml.
    Is there any simple way to do this scenario.
    Full points will be awarded.
    Thanks

    Hi Rider,
    You can implement mapping programs in Java. To process XML documents, use Java API for XML Processing (JAXP), for example. The JAXP supports the Document Object Model (DOM) and the Simple API for XML (SAX). This gives you great flexibility for mapping definitions with Java.
    The runtime environment for Java mappings has an mapping API. To use Java mapping, you must define a Java class that implements the Java interface com.sap.aii.mapping.api.StreamTransformation. This interface has two methods:
    ●     public void execute(java.io.InputStream in, java.io.OutputStream out)
    At runtime, the Integration Engine calls this method to execute a mapping. This method contains an input stream for the source document and an output stream for the target document as parameters. These streams are usually XML documents. You can import the substructures to be converted from the input stream and output the converted target document in the output stream.
    ●     public void setParameter(java.util.Map param)
    The Integration Engine transfers parameters to the mapping program with this method. It evaluates these parameters at runtime in the method execute(). This enables you to control the process flow of the mapping.
    The transferred object that implements the Java interface java.util.Map contains seven key/value pairs as parameters. These correspond to corresponding fields in the message header. Apart from the MAPPING_TRACE constant, the value objects are of type java.lang.String. The key objects are defined in the class com.sap.aii.mapping.api.StreamTransformationConstants:
    (plz check this in the link):
    http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/content.htm
    For Key-Value Pairs, check out the link:
    http://help.sap.com/saphelp_nw04/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/content.htm
    Plz reward points if satisfied.
    Regards,
    Sushama

  • CFloop in Javascript function...pls help urgent

    <script type="text/Javascript">
          function XYZ(group_id)
           switch(group_id)
            <cfloop query = "GetProgramAuthGrpRouting">
             case '#GetProgramAuthGrpRouting.group_id#':
              <cfset variables.user_names = "">
              <!--- Get all users belonging to the selected group id --->
              <cfquery name="GetGroupUsers" datasource="#request.db_instance#">
               select distinct employee_number from dbo.DIV_USER_GROUP_XREF where division =
                <cfqueryPARAM value = "#request.Pub.Project.division#"> and group_id =
                <cfqueryPARAM value = "#GetProgramAuthGrpRouting.group_id#">
              </cfquery>
              <!--- Getting the name of the user by passing the employee id to the GetUser custom tag  --->
              <cfif GetGroupUsers.RecordCount gt 0>
               <cfloop query = "GetGroupUsers">
                <CF_GetUser
                 query_name = "GetUser"
                 employee_number = "#GetGroupUsers.employee_number#">
                <cfset variables.user_names = variables.user_names&''&GetUser.employee_name&'\n'>
               </cfloop>
              <cfelse>
               <cfset variables.user_names = 'No users in this routing group\n'>
              </cfif>
                alert('#variables.user_names#');
                break;
              </cfloop>
         </script>
    Hi all I am new to this community and this is my first post here. So if this is the wrong place for these then pls let me know the right area. Thanks.I have looped over the result set using CFLOOP in  javascript function and it is working fine. But I want to know if this can be done since javascript is a client side scripting language and CF is a server side. Is this the right way of coding? Can i use cfloop in a javascript function? Please help me as this is urgent. Thanks in advance.

    You you can use CFML inside of a JavaScript <script..> block to dynamically build the JavaScript code to send to the client.  It is a very powerful technique for building highly interactive web sites.
    Just realize that all the JavaScript code is going to be completely built by the CFML and then sent to the browser client through the web server where the JavaScript is executed completely independent of anything that is running on the server.  The JavaScript can not read or write variables on the server or vice-a-versa.  But it is quite easy to export variable values from ColdFusion to JavaScript.  It is a bit more work to export variable values back requiring either the browser or JavaScript to make a new request of the server to send the data.  AJAX does allow this to happen behind the scenes making it look like the data is being shared.  But in reality it is being passed back and forth with independent HTTP requests and responses.
    A recent discussion on this topic:
    http://forums.adobe.com/message/1957350#1957350

Maybe you are looking for

  • How to create repository using a view in OBIEE

    Hi, Can any one explain the procedure how to create a repository using a view. For example test_v select a.col1,a.col2,b.col1,b.col4,c.col5,c.col6 from table a,table b, table c where a.col1= b.col1 and b.col1 = c.col1 1. Assuming that i have imported

  • ABAP code which will use function module during field mapping in LSMW

    Hi, During field mapping in LSMW, for one of the field called field, I want to use a function module 'QF05_RANDOM_INTEGER', which will generate random numbers and map that random number to that field. How do I write ABAP code which uses function modu

  • Place a pic in a pdf form?

    I've been working with pdf forms to allow people to customize flyers, business cards, etc. with their own information. I'd now like to create a form that allows someone to place their own picture in a specified box or place on the form. (They will be

  • My boss has asked me to get our recent purchase of Adobe Design Standard v6 on disc

    As usual trying to get in contact with anyone at a large IT corporation is proving to be quite problematic. Any solutions? Who would I contact? What Department? Any e mail address?

  • MSATA drive for W530 - Crucial M500 480GB

    Hi there, I would like to fit an SSD to my Thinkpad W530 (2438-2KU) to get a boost in speed and increase in storage capacity.  At the moment I am thinking of a Crucial M500 480GB mSATA Internal SSD (http://images.crucial.com/store/mpartspecs.aspx?mt​