How to the variable from the other program

Hi sap guys,
Consider there are two programs. That is Program A and Program B.
Now i want to use one variable in program A from program B.
How to do this?
Please Help Me on This
Thanks
Basu

using  Submit .
means   submit one program B  inside the Program A .
Example  :
REPORT  demo_program_submit_rep1.
DATA number TYPE i.
PARAMETERS      paramet(14) TYPE c.
SELECT-OPTIONS  selecto FOR number.
The program DEMOdemo_program_submit_rep1 is called by the following program using various parameters:
REPORT demo_program_submit_sel_screen NO STANDARD PAGE HEADING.
DATA: int TYPE i,
      rspar TYPE TABLE OF rsparams,
      wa_rspar LIKE LINE OF rspar.
RANGES seltab FOR int.
WRITE: 'Select a Selection!',
SKIP.
FORMAT HOTSPOT COLOR 5 INVERSE ON.
WRITE: 'Selection 1',
     / 'Selection 2'.
AT LINE-SELECTION.
  CASE sy-lilli.
    WHEN 4.
      seltab-sign = 'I'. seltab-option = 'BT'.
      seltab-low  = 1.   seltab-high   = 5.
      APPEND seltab.
      SUBMIT demo_program_submit_rep1 VIA SELECTION-SCREEN
                      WITH paramet eq 'Selection 1'
                      WITH selecto IN seltab
                      WITH selecto ne 3
                      AND RETURN.
    WHEN 5.
      wa_rspar-selname = 'SELECTO'. wa_rspar-kind = 'S'.
      wa_rspar-sign = 'E'. wa_rspar-option = 'BT'.
      wa_rspar-low  = 14.  wa_rspar-high = 17.
      APPEND wa_rspar TO rspar.
      wa_rspar-selname = 'PARAMET'. wa_rspar-kind = 'P'.
      wa_rspar-low  = 'Selection 2'.
      APPEND wa_rspar TO rspar.
      wa_rspar-selname = 'SELECTO'. wa_rspar-kind = 'S'.
      wa_rspar-sign = 'I'. wa_rspar-option = 'GT'.
      wa_rspar-low  = 10.
      APPEND wa_rspar TO rspar.
      SUBMIT demo_program_submit_rep1 VIA SELECTION-SCREEN
                      WITH SELECTION-TABLE rspar
                      AND RETURN.
  ENDCASE.
Reward  points if it is  usefull ...
Girish

Similar Messages

  • I've downloaded CS6 Master Collection but only see The Photoshop icon.  I can't seem to find the other programs, except on "uninstall programs" How do I open and run the others?

    I've downloaded CS6 Master Collection but only see The Photoshop icon.  I can't seem to find the other programs, except on "uninstall programs" How do I open and run the others?

    How about you give us some real information.
    Did you install the software? What operating system?

  • I have a problem that I can not load or even close the download in iTunes, it turns out I have hanging in the mode, and because of that I can't download from AppStore, because it turns out that the other programs I have on standby. What do I do? Thank you

    I have a problem that I can not load or even close the download in iTunes, it turns out I have hanging in the mode, and because of that I can't download from AppStore, because it turns out that the other programs I have on standby. What do I do? Thank you.

    If there are multiple apps trying to download at once, only one can download at a time and the rest say "Waiting" until it is then their turn. Try this. Double tap the icon of the Waiting app, and it should resume the download.
    If that doesn't work:
    •  Log out of your iTunes store account.  Go to Settings > Store > Sign Out Then press the Home button.
    • Then press and hold the Home and Sleep buttons simultaneously and don't release them when it brings up the Turn Off screen; keep holding them until the Apple logo appears.
    • After restart, the Waiting should be gone.
     Cheers, Tom

  • TS1963 indesign cs4 is giving me an error 5 after i migrated all the other programs adobe suite cs4.

    indesign cs4 is giving me an error 5 after i migrated all the other programs adobe suite cs4. i migrated from a powerpc g5 to a new mac mini 10.8.2. the other programs to be fine but i have lost all my brush sets from photo shop, anybody know how i can reclaim them? trying to get used to the new interface. and i would like the programs/icons to open with a double click instead of using the command O combo. thanks
    paul

    Possible clues...
    http://www.graphicdesignforum.com/forum/showthread.php?t=54463

  • Tough Problem: This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem

    Please, please help us!
    We have an intermitant problem which is badly affecting a group of our users.  Can anyone help identify what SERVER this message is talking about???
    Details:  CF-19 Panasonic Tough Book, McAfee Enterprise 8.7i, Windows XP 2005 Tablet Ed. SP3. 
    Problem at login intermittantly we get a unmanagable/unresponsive window stating the following:
    Window Name:  Server Busy
    Text:  This action cannot be completed because the other program is busy.  Choose ‘Switch To’ to activate the busy program and correct the problem
    Buttons:  Switch To, Retry, Cancel (Grayed out)
    Event Viewer Message:
    Source: DCOM, Type Error,
    Description:  The server
    {D6E88812-F325-4DC1-BBC7-23076618E58D} plus others with {6B19643A-0CD7-4563-B710-BDC191FCAD3B} did not register
    with DCOM within the required timeout.
    I searched the registry for {D63.....} and found keys relating to "TCServer.exe"  Little info available.  But found 
    ((KB895953 - Memory Leak in Windows XP Tablet PC Edition )) but this seems related to a pre SP3 update....  we have SP3 installed can I still install this patch?
    I searched {6B1....} and found keys relating to "TSFManager".  Again little information available.
    How can I identify the servers with the long {XXXXXXXXX} keys, and what is tcserver.exe?
    Please help,
    Tony Heslington.

    Hi,
    If the problematic XP PC is in a domain, please provide us more information on it, such as how many DCs, member servers and the OS versions. Does the error only
    occur on one XP PC? Does the issue occur when logging on as some certain users? When did the issue begin to occur? Have you installed software, hardware or updates recently?
    Please check whether the error occurs in Clean Boot mode.
    1. Click "Start", go to "Run", and type "msconfig" in the open box to start the System Configuration Utility.
    2. Click the "Services" tab, check the "Hide All Microsoft Services" box and click Disable All (if it is not gray).
    3. Click the "Startup" tab, click "Disable All" and click "OK".
    4. Restart your computer. If the "System Configuration Utility" window appears, please check the box and click "OK".
    What is the result? For further assistance, please help gather the following information for research:
    Event log
    =========
    1. Click "Start", click “Run”, input "eventvwr" and press Enter.
    2. Expand the "Windows Logs" node on the left pane, right-click on "Application" and click "Save All Events As"; in the pop-up window, click to choose the Desktop
    icon on the left frame, input "app" in the "File name" blank, and then click save.
    3. Right click on "System", with the same method, save it as "sys".
    4. Locate the two saved log files on the Desktop and send them to us.
    Collect HiJackThis log
    ==============
    1. Please download HijackThis from the following link:
    http://www.techspot.com/download317.html
    HijackThis is a tool to collect some system settings information which is useful for further troubleshooting.
    Please Note: The third-party products discussed here are manufactured by vendors independent of Microsoft. We make no warranty, implied or otherwise, regarding
    these products' performance or reliability.
    2. Right click the downloaded “HJTInstall.exe” file and choose "Run as administrator".
    Provide administrator password or click “Allow” if you are prompted to do so.
    3. Click the "Do a system scan and save a logfile" Button.
    4. A Notepad window will appear, please click “File”, “Save As...” to save it as HJT.log (or other file name you like) on the Desktop
    and sent it to us.
    Upload these file to the following workspace.
    You can upload the information files to the following link. 
    (Please choose "Send Files to Microsoft")
    Workspace URL: (https://sftus.one.microsoft.com/choosetransfer.aspx?key=900ac54d-301d-42da-876d-4546dc81a342)
    Password: Y^dh$J1KR2u%UKL
    Note: Due to differences in text formatting with various email clients, the workspace link above may appear to be broken. Please be sure to include all text
    between '(' and ')' when typing or copying the workspace link into your browser. Meanwhile, please note that files uploaded for more than 72 hours will be deleted automatically. Please ensure to notify me timely after you have uploaded the files. Thank you
    for your understanding.
    Thanks.
    Nina
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • In Bridge I cannot find Lightroom as a program to open files. All the other programs like photoshop etc are indicated?

    In Bridge I cannot find Lightroom as a program to open files. All the other programs like photoshop etc are indicated?

    You would go into Preferences > File Type Associations and from the dropdown menu and choose "Browse" to get to Lightroom.
    So yes you can set files that Lightroom supports to open from Bridge into Lightroom.
    But I don't think you'd want to.
    Lightroom is a standalone product for a Photography workflow. Bridge is a manager for Creative suite products like Photoshop, Illustrator, Indesign. Basically web and print design workflows.
    Bridge is not a manager for Lr because Lr has it's own catalog system.
    Lightroom is not a Creative Suite product.
    Bridge does use Adobe Camera Raw to make adjustments, but move those adjusted files into Lr, you have to make a decision whose settings stay.
    This video should explain the difference.
    Adobe Bridge CC vs. Lightroom 5 - Terry White's Tech Blog
    Julieanne Kost also explains using the two together. LR/BR - Working with Lightroom and Adobe Bridge | Adobe Evangelists - Julieanne Kost | Adobe TV
    Gene

  • How does the email program in the suite compare with Google GMail especially in handling spam or are both about the same?

    How does the email program in the suite compare with Google GMail especially in handling spam or are both about the same?

    Firefox doesn't include an email client. Are you asking about the Seamonkey suite? The Seamonkey support options are over here: http://www.seamonkey-project.org/community

  • I installed Adobe Web and Design Preium CS6 on windows 8.1, but when I open the program the size of the menus and tools are so tiny. It is not like that for Acrobat, but all the other programs. Is there a fix for this?

    I installed Adobe Web and Design Preium CS6 on windows 8.1, but when I open the program the size of the menus and tools are so tiny. It is not like that for Acrobat, but all the other programs. Is there a fix for this?

    Thanks for the help. I installed CC and it fixed everything but Photoshop. I guess I will have to use my old laptop for images until Adobe fixes the problem. Do you know of a place where we can send issues like these to Adobe?

  • I have a disc of Creative Cloud 6. Acrobat Pro does not work. I have used the other programs and they are fine, but when I try to open Acrobat Pro nothing happens. I am using Microsoft System 7.

    I have a disc of Creative Cloud 6. Acrobat Pro does not work. I have used the other programs and they are fine, but when I try to open Acrobat Pro nothing happens. I am using Microsoft System 7.

    what's creative cloud 6?  do you mean cs6?
    what version of acrobat pro do you have installed and what are you clicking to start it?

  • Upon opening LR I receive a "Server Busy" dialoge box: "This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem." I have no other programs open and when I wait a bit it cle

    Upon opening LR I receive a "Server Busy" dialoge box: "This action cannot be completed because the other program is busy. Choose 'Switch To' to activate the busy program and correct the problem." I have no other programs open and when I wait a bit it clears with the 'retry' button. Happened following a recent update. I'd really like this to go away - any ideas?

    For me this happens when I have Zenfolio or Facebook open in Google Chrome, even if Google Chrome is not active.  If you use Chrome, when the error shows up open Chrome and close each one of the tabs and click on the retry in Lightroom.  Also happens if Internet explorer is running with either of these two programs.

  • HT201209 ive sent a gift how does the other person get it

    ive sent a gift how does the other person get it

    Resending iTunes Gifts and Gift Certificates
              http://support.apple.com/kb/HT1541

  • OBIEE 11g How to pass variable from one prompt to another prompt in dashboard page.

      How to pass variable from one prompt to another prompt in dashboard page.
    I have two prompt in dashboard page as below.
    Reporttype
    prompt: values(Accounting, Operational) Note: values stored as
    presentation variable and they are not coming from table.
    Date prompt values (Account_date, Operation_date)
    Note:values are coming from dim_date table.  
    Now the task is When user select First
    Prompt value  “Accounting” Then in the
    second prompt should display only Accounting_dates , if user select “operational”
    and it should display only operation_dates in second prompt.
    In order to solve this issue I made the
    first prompt “Reporttype” values(Accounting, Operational) as presentation
    values (custom specific values) and default presentation value is accounting.
    In second prompt Date are coming from
    dim_date table and I selected Sql results as shown below.
    SELECT case when '@{Reporttype}'='Accounting'
    then "Dates (Receipts)"."Acct Year"
    else "Dates (Receipts)"."Ops
    Year"  End  FROM "Receipts"
    Issue: Presentation variable value is not
    changing in sql when user select “operation” and second prompt always shows
    acct year in second prompt.
    For testing pupose I kept this presentation
    variable in text object of dashboard and values are changing there, but not in
    second prompt sql.
    Please suggest the solution.

    You will want to use the MoveClipLoader class (using its loadClip() and addListener() methods) rather than loadMovie so that you can wait for the file to load before you try to access anything in it.  You can create an empty movieclip to load the swf into, and in that way the loaded file can be targeted using the empty movieclip instance name.

  • What is going on?  I can't access my iPhoto files from any other programs.  It just says "Open iPhoto to see photos from your iPhoto Library in this list", but that doesn't work.  What changed?

    All of a sudden I can't access my iPhoto files from any other programs (ie Photoshop, facebook etc.).  It just gives me this message below.  What the **** changed?  This wasn't happening yesterday.

    1 - close iPhoto.
    2 - go to your Pictures folder and open the iPhoto Library package as shown below:
    3 - locate a file named AlbumData.xml and move it to the Desktop.
    4 - launch iPhoto.
    5 - relaunch the other programs and try the media browser again.
    OT

  • Cannot print to Adobe Acrobat X from any other program

    I recently installed Acrobat X on my Windows XP3 system.  Previously, the Adobe Printer installed by the Acrobat 8 was accessible from any other program.  I simply chose the Adobe PDF printer and the documents "printed" to Acrobat.  With the Acrobat X install, this no longer works.
    I've tried repairing the Acrobat X - no luck
    I've tried deleting the Adobe PDF printer and then allowing Acrobat to re-install the printer during the repair - no luck
    I've checked the Adobe PDF printer properties, and do not have "Enable advanced printing features" checked.
    I am using the print spooler.
    The Adobe PDF printer is using the Adobe PDF Converter driver.
    I've read through a number of discussions/posts, and have not found a solution.  I am working around the problem by printing to pdfFactory program and then saving as a .pdf, then managing the files in Acrobat X.
    If anyone is aware of a solution/location, please respond to this post.   

    Are you saying there is no Adobe PDF printer, or it does not work? If it simply that it does not seem to work, then try to print to file with the printer. Then open the file in Distiller. If you get a resultant PDF, then the problem is most likely that you have somehow deactivated AcroTray.exe in the running applications. The program is in the Acrobat folder and needs to be started in that case. It should also be listed in your boot sequence for startup.

  • How to close Internet Explorer and other programs running on Windows?

    In order for Flash Player to be installed or updated, any programs that use Flash Player must be closed.  This includes Internet Explorer or other browsers, instant messengers, Skype, etc.
    These programs may be running in the background, not as visible windows, but need to be closed anyway.
    To close such programs use the Windows Task Manager.  To start Task Manager, take any of the following actions:
    Press CTRL+ALT+DELETE, and then click Task Manager.
    Press CTRL+SHIFT+ESC.
    Right-click an empty area of the taskbar, and then click Task Manager.
    Once the Task Manager is running, select the Processes tab.  On older Windows version you may need to click on the Process Name or Image Name header to sort the process names.
    Now right-click on every process that the Flash Player installer needs to close (e.g. iexplore.exe), then select End Process.
    It would be desirable if the Flash Player installer could perform that action by itself; I have therefore created an enhancement request.  If you were affected by this problem, please head over to the Bugbase and vote for this request: https://bugbase.adobe.com/index.cfm?event=bug&id=3548136

    See How to close Internet Explorer and other programs running on Windows?

Maybe you are looking for