The use of  folder  option in Smartforms ?

Hi ,
What is theuse of  folder  option in Smartforms ?
Thanks in advance
RK

You use this node to combine inferior nodes to logical groups
The more extensive a form, the less clear the node hierarchy in the tree structure. To avoid this, you can combine related nodes under a folder node. When displaying tables, you can use the folder node to protect multiple table lines against automatic page break (see: Page Protection for Tables).
Nodes assigned to cells of a template can be identified more easily in the tree structure if there is a folder for each line or column.
Depending on the length of time by which the last date for payment has been exceeded, each dunning letter should start with a different introduction. Create a text node containing the relevant dunning letter for each dunning level and specify conditions to print only one of the nodes. In this case, it is a good idea to group the different text nodes together in a folder.
Procedure
Create a node of type Folder in the navigation tree of the Form Builder.
Enter a unique name for the node and a description (for example, cells of the third line).
To assign other nodes to the folder, use Drag&Drop to put them in the folder node or insert new nodes as subnodes.
On the Events tab, you can activate a header and a footer area. For more information, see Printing Tables.
reward points if helpful..........

Similar Messages

  • What is the use of FOLDER NODE in SMARTFORMS?

    what is the use of FOLDER NODE in SMARTFORMS?
    please explain.

    Hi,
    By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected.
    How to create a New smartfrom, it is having step by step procedure
    http://sap.niraj.tripod.com/id67.html
    Here is the procedure
    1. Create a new smartforms
    Transaction code SMARTFORMS
    Create new smartforms call ZSMART
    2. Define looping process for internal table
    Pages and windows
    First Page -> Header Window (Cursor at First Page then click Edit -> Node -> Create)
    Here, you can specify your title and page numbering
    &SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)
    Main windows -> TABLE -> DATA
    In the Loop section, tick Internal table and fill in
    ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2
    3. Define table in smartforms
    Global settings :
    Form interface
    Variable name Type assignment Reference type
    ITAB1 TYPE Table Structure
    Global definitions
    Variable name Type assignment Reference type
    ITAB2 TYPE Table Structure
    4. To display the data in the form
    Make used of the Table Painter and declare the Line Type in Tabstrips Table
    e.g. HD_GEN for printing header details,
    IT_GEN for printing data details.
    You have to specify the Line Type in your Text elements in the Tabstrips Output options.
    Tick the New Line and specify the Line Type for outputting the data.
    Declare your output fields in Text elements
    Tabstrips - Output Options
    For different fonts use this Style : IDWTCERTSTYLE
    For Quantity or Amout you can used this variable &GS_ITAB-AMOUNT(12.2)&
    5. Calling SMARTFORMS from your ABAP program
    REPORT ZSMARTFORM.
    Calling SMARTFORMS from your ABAP program.
    Collecting all the table data in your program, and pass once to SMARTFORMS
    SMARTFORMS
    Declare your table type in :-
    Global Settings -> Form Interface
    Global Definintions -> Global Data
    Main Window -> Table -> DATA
    Written by : SAP Hints and Tips on Configuration and ABAP/4 Programming
    http://sapr3.tripod.com
    TABLES: MKPF.
    DATA: FM_NAME TYPE RS38L_FNAM.
    DATA: BEGIN OF INT_MKPF OCCURS 0.
    INCLUDE STRUCTURE MKPF.
    DATA: END OF INT_MKPF.
    SELECT-OPTIONS S_MBLNR FOR MKPF-MBLNR MEMORY ID 001.
    SELECT * FROM MKPF WHERE MBLNR IN S_MBLNR.
    MOVE-CORRESPONDING MKPF TO INT_MKPF.
    APPEND INT_MKPF.
    ENDSELECT.
    At the end of your program.
    Passing data to SMARTFORMS
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
    formname = 'ZSMARTFORM'
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    FM_NAME = FM_NAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3.
    if sy-subrc <> 0.
    WRITE: / 'ERROR 1'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    call function FM_NAME
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS =
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    GS_MKPF = INT_MKPF
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5.
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    Reward all helpfull answers
    Regards
    Omkar

  • What is the use of constraint option in Prompt

    Hi all,
    what is the use of constraint option in prompt.If which scenario it is useful.
    pls give the clear explanation.
    Regards
    bharath

    NB -- I am doing this from memory, but isn't the Constraint (or limits in EAS' HBRs) just a way to reduce member selection scope even beyond security?
    I think I have used this once as I generally design apps to rely on Planning member security and not add in an extra layer.
    Regards,
    Cameron Lackpour

  • Why is the  "Use Native Sequencing" option disabled ?

    I am trying Toplink with SQL Server and I have some identity fields... I see in the documentation that I should select the "Use Native Sequencing" option in the mapping properties(Database Info tab) but it is disabled(I use JDeveloper 10.1.2.1.0). Is there any reason for this ?
    Thanks in advance.

    Native sequencing should be configurable for the SQL Server platform. I have filed a bug to track this.
    The easiest workaround is to select a different database platform (i.e. Oracle) and then enable native sequencing. You should then set it back to SQL Server. In my quick test it kept the native sequencing configuration even though it shows as disabled.
    Doug

  • Since Apple is no longer providing MobileMe, and since my version of iWeb only has the option of publishing to mobile me (the "upgrade" eleviated the "publish to folder" option), how do I publish my web page to a remote host?

    I used to have an amazing home page that I used with my students:
    http://hansen.osd.wednet.edu/media/hansen/msamson/MrSamsonHome/Home.html
    The school district "UPGRADED" to the new operating system.  iWeb, which I have been using for years, no longer supports my ability to publish to the district server.  Apple thought it wise to force us to use MobileMe.  Furthermore, Apple decided that MoblieMe is no longer unavailable.  To add insult to injury, the new version of iWeb doesn't even have a "save to folder" option any more.  In other words, I can no longer use iWeb.
    Am I totally screwed?
    Is there another way to publish my site?
    Will Apple make me purchase yet another "upgrade"?
    Is this a total rip off?
    Mr. Samson
    ps.  As a loyal Apple customer (since 1982), I find these antics very frustrating.

    I suggest you upgrade to the latest iWeb version while copies are still availalbe: iLife '11 - Apple Store (U.S.).  That's because it's now confirmed that iWeb and iDVD have been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    On June 30, 2012 MobileMe will be shutdown. HOWEVER, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    All of these features can be replaced with 3rd party options.
    I found that if I published my site to a folder on my hard drive and then uploaded with a 3rd party FTP client subscriptions to slideshows and the RSS feed were broken.  If I published directly from iWeb to the FPT server those two features continued to work correctly.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    In addition the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on.
    HOWEVER, the iLife 11 boxed version that is still currently available at the online Apple Store (Store button at the top of the page) and those copies still on the shelves of retailers will include iWeb and iDVD.
    This also may be of some interest to you: Life After MobileMe.
    OT

  • How to remove the "Subscribe to folder" option in Convergence 1u3

    It is my understanding that there is a known bug in Messaging Server 7 which doesn't allow you to share folders across different message store hosts. We currently have a Comm Suite 7 set up with 4 multiplexors and 4 mail back ends, so this is like to crop up from within Convergence. Because of this, I would like to remove the menu option to subscribe to a folder from with the MailNavigator widget, I know that you need to add a line to:
    <app_server_docroot>/iwc_static/c11n/allDomain/js/customize.jsand then create the referenced js file, but I am unsure what code to put in it.
    Thanks!
    Jim
    Edited by: jbuitt on Feb 4, 2010 9:03 AM

    jbuitt wrote:
    kellyc wrote:
    Were distributed shared folder configured properly?
    If you telnet to port 143, login as the user (or log in as admin and proxyauth to the user), does LIST list all the shared folders?
    See [To Set Up Distributed Shared Folders|http://wikis.sun.com/display/CommSuite/Managing+Shared+Folders#ManagingSharedFolders-ToEnableorDisableListingofSharedFolders] in the Admin Guide.
    Edited by: kellyc on Feb 4, 2010 1:00 PMWow, totally missed that distributed folders doc, thanks for pointing it out! :) Implemented that and now when I telnet to port 143, I see the shared folder on the other mail store host:
    telnet mail.host.com 143
    Trying 1.2.3.4...
    Connected to mail.host.com.
    Escape character is '^]'.
    * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS AUTH=PLAIN STARTTLS] Messaging Multiplexor (Sun Java(tm) System Messaging Server 7.3-11.01 (built Sep  1 2009))
    A1 LOGIN user1 XXXXXXX
    A1 OK User logged in
    A2 LIST "" "*"
    * LIST (\NoInferiors) "/" INBOX
    * LIST (\HasNoChildren) "/" folder1
    * LIST (\HasNoChildren) "/" folder2
    * LIST (\HasNoChildren) "/" folder3
    * LIST (\NoInferiors) "/" "Shared Folders/User/user2/folder4"
    A2 OK Completed
    A3 LOGOUT
    * BYE LOGOUT received
    A3 OK Completed
    Connection closed by foreign host.However, when I go to shared folders in Convergence, it still doesn't show up. Is there something else I need to do?
    Thanks,
    JimOk, got my shared folders working but I still have to disable the feature because of a policy coming from higher up. Can somebody please provide the code to disable the "Subscribe to Folder" menu item?
    Also, I just noticed that the "Sharing" tab in the Folder Properties window should also be removed to have the desired effect.
    Thanks,
    Jim
    Edited by: jbuitt on Mar 12, 2010 2:43 PM

  • How To traverse files under subfolder using Traverse folder option

    My files are stored as Newborn.txt under each year's subfolder, How to implement this.
    Eg: C:\Ravi\N90\Newborn.txt
      C:\Ravi\N91\Newborn.txt
    C:\Ravi\N92\Newborn.txt
    C:\Ravi\N93\Newborn.txt
    Pl help me to read the files using the for each loop container"

    Set the folder location as C:\Ravi inside for each loop
    Select the traverse subfolders option and it will iterate through all subfolders in it
    set file type as *.txt and it will iterate through above listed files one by one
    also see
    http://www.sql-programmers.com/for-each-loop-container.aspx
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How do I make Firefox ignore the "Use High Contrast" option in Windows?

    I am taking care of a Windows XP machine which is running in "High Contrast Mode" for accessibility reasons. This display mode is enabled via the Control Panel of Windows (Accessibility Options, Display, Use High Contrast) and it has major impact on how Firefox display web pages. What I want to do is make Firefox ''ignore'' this operating system option, so web pages will be rendered "normally", but keep Windows in High Contrast Mode.
    Is there any way I can make Firefox ignore this setting? I.e. run Windows in High Contrast Mode, but not Firefox?
    A similar questions has been discussed here:
    http://support.mozilla.com/en-US/kb/Website%20colors%20are%20wrong
    However, I don't want to disable High Contrast for Windows and the whole machine, just for Firefox.
    Thanks in advance
    Bounder of Adventure

    John,
    thanks for your comments. The computer is mainly used by a visually impaired person. She doesn't do much web surfing though and doesn't really need a high contrast web browser. If however a colleague wants to help her maintain the machine or quickly wants to look up something on the web for her, then it would be great if it was possible to access web pages "unfiltered", in their regular look and feel, as designed by the web author. In fact, the High Contrast Mode significantly changes the way web pages look, and sometimes screen elements needed for navigation etc. are suppressed or rendered invisible. (This, of course, is often related to poor web design, like graphical buttons or links with the actual label as a background image or without an ALT attribute, but unfortunately, vast parts of the web are not really "accessible", so accessibility will remain an issue for the browser as well.)
    Creating a separate user account certainly is an option, especially for shared machines, but it makes it more complicated to quickly jump in and give her a hand. That's why separate user accounts are not really popular here; instead, Opera was installed which does not adhere to the OS setting and therefore grants a neutral view to all web pages.
    Actually, when I started investigating on that issue, I was quite surprised that there was no option for this in Firefox, not even in "about:config". After all, Firefox obviously queries the OS for the Contrast setting and then chooses to render the page this or that way, so I thought they certainly implemented a flag or something to change the behavior. It seems however there is no such flag, is there? This distinction seems to be entirely hard-wired.
    I am not sure if this is the place for change requests, but if somebody stumbles upon this question, is there any chance to make this setting open to the public? Something like an option "accessibility.useoscontrastsetting" or so? This might also facilitate it to develop an add-on for on-demand switching between the two modes, and web designers could check more easily how their work looks for those with poor eyesight.
    Greetings,
    Bounder of Adventure

  • HT3625 I cannot find the use audio for option in my laptop, Pls. advise.

    Hey.. i cant find ' use audio port for' in my new mac book pro. Pls. help.

    Go to: Apple menu / System Preferences / Sound.
    The pane that comes up lets you make changes to Output and Input.
    Is there a specific audio device you want the computer to recognise?

  • Column does not move using standard folder option for Forms (10.1.2.0.2)

    I have follow the links http://www.freewebs.com/lvterry/oracle/apply_folder.html
    I found that some column can move around but some are not!
    Did anyone have same experience? would you tell me how to solve it?
    Thanks a lot

    Folders are a concept of the oracle ebusiness-suite. You should ask your question in an eBusiness-suite related forum.

  • Alternative Option in Smartform

    HI,
    what is the use of ALTERNATIVE Option in Smartform?
    Regards
    Sandeep

    Hi,
    Alternatives are True and False conditions in smartforms.
    Right click at the window option, then goto flowlogic and then create an alternative by selecting the Alternative option.
    Under Pages and Windows, windows(right-click)->flowlogic->alternative.
    Once you click on alternative you will find a true and false button is being created.
    In the general attributes tab, you can define the conditions as per your requirement.

  • What is the use of 'Convert to Formula' option available BEx Query Rpt?

    After refreshing the query in BI, when I right click on the query report, I am getting an option 'Convert to Formula'. Can you please tell me the use of this option, and how we can use this in our report.
    1) What does "convert to formula" do?
    2) After I click on "converting to formula" in the report , I am unable to paste the spreadsheet from i finance into excel. Below msg appears. What settings do I need to change?
    " Microsoft Office Excel cannot paste the data"

    Can anyone help me to get answers for the below questions

  • Sent messages aren't saved in the Sent Items folder in Outlook 2013

    When we send a message in Outlook 2013, a copy of the message should be saved in the Sent Items folder by default. If Outlook doesn’t save a copy of the sent message, it may be caused by any one of the following
    reasons:
    The “Save copies of messages in the Sent Items folder”
    option in Outlook is disabled.
    The save location for sent messages was changed to another folder.
    There is a custom view set on Sent Items folder, or the view on
    Sent Items is corrupt.
    Outlook Data File may be damaged.
    To resolve the issue, use the appropriate method for your situation.
    Enable the Save copies of messages in the Sent Items folder
    option
    To configure Outlook 2013 to save copies of your sent messages in the Sent Items folder, please follow these steps:
    1. Click File tab > Options.
    2. Click Mail on the left pane.  
    3. Scroll to the Save Messages section, select the check box before “Save copies of messages in the Sent Items folder”.
    4. Click OK.
    If it is the replying message that is not saving to the Sent Items folder, we need to disable the “When replying to a message that is not in the Inbox, save the reply in the same folder” option in the location mentioned above.
    If you’re using an IMAP account, please also make sure you didn’t select the “Do not save copies of sent items” in Account Settings. To check this, Please refer to the following steps:
    1. In Outlook, click File tab > Info.
    2. Click Account Settings > Account Settings, and then double-click your IMAP account to open the
    Change Account wizard.
    3. Click More Settings button.
    4. Under Sent Items heading, clear the check box before “Do not save copies of sent items”.
    5. Click OK and click Next to complete the configuration.
    Make sure there is no rule or anything else to redirect sent messages to other folders
    To check if it is caused by Outlook rules, please follow these steps:
    1. In Outlook 2013, click Home tab.
    2. Click Rules > Manage Rules & Alerts.
    3. In the rules list, check if there is any rule that applied to the sent messages may cause this issue.
    In addition, some rules may be corrupt or hidden and we cannot see them from the rules list. We need to use the MFCMAPI tool to find and delete the corrupt/hidden rules. To do this, we can use the following steps:
    1. Download MFCMAPI tool from: http://mfcmapi.codeplex.com/
    2. Start MFCMAPI tool.
    3. Click Session menu >
    Logon, select the Outlook profile you are using and click OK.
    4. Double-click the mailbox that contains the inbox rules that you want to delete.
    5. A new window will open. In the new window, expand
    Root Container or Root – Mailbox, and then expand
    Top of Information Store or IPM_SUBTREE.
    6. Right click on Inbox and select
    Open associated contents table.
    7. In the Inbox window, locate and then right-click the items that have the
    IPM.Rule.Message message class, and then click Delete Message.
    To identify a specific rule, you’ll have to select the rule in the top pane in MFCMAPI and then scroll down in the lower pane and look at the
    Property name(s) column. Find the ptagRuleMsgName property name and check the value against the rule name you were trying to delete in Outlook.
    8. In the Delete Item dialog, select
    DELETE_HARD_DELETE from the Deletion Style drop-down menu.
    9. Click OK.
    Reset the view settings on Sent Items folder
    If you accidently changed the view settings on Sent Items folder, this may cause some sent messages not visible in the folder. To check if you’ve set any view settings on Sent Items folder, please follow:
    1. In Outlook, select Sent Items folder.
    2. Click View tab from the Ribbon.
    3. Click View Settings button. If you notice the
    Reset Current View button is clickable, it means the view settings for Sent Items have been changed before.
    4. Click the Reset Current View button and then check the Sent Items folder again.
    Scan and repair the Outlook Data File
    To repair the .pst file, please follow:
    1. Find and start the Inbox Repair Tool in the following path:
    For Outlook 2013 on a 32-bit version of Windows:
    <disk drive>\Program Files\Microsoft Office 15\root\office15
    For Outlook 2013 on a 64-bit version of Windows:
    <disk drive>\Program Files(x86)\Microsoft Office 15\root\office15
    2. In the Inbox Repair tool, click Browse to locate the PST file by using the Windows file system.
    3. Click Start.
    4. After the analysis scan has completed, it will present you with a scanning report and options for the next step. Click Repair button.
    To repair the .ost file, since this type of data file is a copy of information saved on your mail server, we can just delete the OST file and restart Outlook to re-create a new one.
    For more information about repair Outlook data files, please refer to this article:
    Repair Outlook Data Files (.pst and .ost).
    If you have any comments on this topic, please feel free to post here.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Same problem here, connecting to a Groupwise (not latest) server. Whenever Mail.app 3 tries to upload/save a new messsage to the server, it would not save and completely lose the message!
    I found slightly more information by turning off the "Save to server" option for Sent and Drafts, created a new message that I saved as draft, and then tried to manually move items to the Drafts or Sent folder on the IMAP server.
    The error I received was: The message <message> could not be moved to the mailbox <mailbox>-<account>. The IMAP command "APPEND" (to <mailbox>) failed with server error: APPEND NotJunk.
    To my inexperienced eyes, it looks like the latest version of Mail changed it's default IMAP handling commands that may be incompatible with older IMAP servers. Anyone else have more insight or know how I can get back Mail.app 2.x from Tiger?

  • What is the use of TCode: OOSE

    Hi,
    Can i know what is the use of TCode: OOSE
    Where i can see a list of entries, let me know what is the use of these option.
    When we would be using it.
    Regards
    Rajesh

    Hi Rafiqh,
    Thanks for your quick response.
    What do you mean by switch, if you can provide me with some example it would be gr8.
    Appreciate your early response.
    Regards
    Rajesh

  • Use of -A option with WSL

    Hi all,
    I am facing an awkward problem when i try to get CLOPT
    set in server section for WSL using a call to .tmib
    for class T_SERVER with ud32.
    if -A is set the I am unable to get other parameters
    beyond double dash (--).But if i remove -A option in
    ubbfile i can see the whole command line in the returned buffer.
    I am using a very simple ud file like this.
    SRVCNM .TMIB
    TA_OPERATION GET
    TA_CLASS T_SERVER
    and the setting for CLOPT for WSL is
    "-A -- -n//sdmw458a:54637 -m2 -M4 -x10"
    if I remove -A then i can get full command line after I call
    .TMIB. But i get just -A if -A is set.
    has anybody faced any such problem ?
    another thing I want to know is what is the use of -A
    option in case of WSL.
    Thanks
    Roopesh

    Roopesh,
    We have fixed a similar problem in this area. You should contact
    customer support to find out if this fix resolved your issue or not.
    -Deepak
    roopesh wrote:
    Hi all,
    I am facing an awkward problem when i try to get CLOPT
    set in server section for WSL using a call to .tmib
    for class T_SERVER with ud32.
    if -A is set the I am unable to get other parameters
    beyond double dash (--).But if i remove -A option in
    ubbfile i can see the whole command line in the returned buffer.
    I am using a very simple ud file like this.
    SRVCNM .TMIB
    TA_OPERATION GET
    TA_CLASS T_SERVER
    and the setting for CLOPT for WSL is
    "-A -- -n//sdmw458a:54637 -m2 -M4 -x10"
    if I remove -A then i can get full command line after I call
    TMIB. But i get just -A if -A is set.
    has anybody faced any such problem ?
    another thing I want to know is what is the use of -A
    option in case of WSL.
    Thanks
    Roopesh

Maybe you are looking for

  • Lync 2013 - How to find out if the Full or the Delta address book file is being downloaded

    Hello We have had various issues since upgrade to Lync 2013, specifically, Lync 2013 address book generation and download (bandwidth usage impact). I was wondering if there is a way to find out which version of AB is downloaded; FULL AB or the Delta

  • Charset in SDK 1.4

    In SDK1.4, I am able to create a UTF8 charset object by the following: Charset.forName("UTF8") However, I would also like to create other charsets like BIG5, GBK, SJIS, etc. I get a java.nio.charset.UnsupportedCharsetException when I use Charset.forN

  • Audition CS5.5 not recognizing my microphone

    I am using a Mackie 402-VLZ3 and Audition CS5.5 on my Acer Aspire 5736Z.  When ever I try to record my laptop microphone picks it up instead of my condenser mic.  I've went to control panel,  manage audio devises, but only the laptop mic shows up. HE

  • Create Portal system in UWL

    Hello, Is it possible to create a JAVA system to use in UWL? We have webdynpro java iviews which we want to see in UWL work items. Is it possible to define portal system in UWL Administration ? Thanks a lot.

  • Problems with Firefox 5.0.1 website layouts in Lion

    After I downloaded Lion, I ran Firefox 5.0.1. Immediately, I noticed significant layout problems in CNN.com and MSNBC.com. And on Facebook, the friends, message, and notification icons at the upper left didn't work. Nor did entering comments to Faceb