Repeat the execution of one pl. sequence for different filters (proc. chain

Hello experts
we have a planing sequence which is designed to handle one value of the characteristic "plan" in the filter.
In one special case we have to execute the sequence for all values of the characterisitc "plan".
In this special case we start the sequence via process chain.
What is the best way to start the sequence multiple times with different filter values?
(To adjust the sequence to handle multple plans is not an option at the moment)
The gerneral idea is to embed a ABAP program in the process chain. This program should determine for which plans the sequence has to be started. In a loop over the plans the program starts
a) An other process chain which contains the sequence
b) the sequence directly via program "RSPLS_PLSEQ_EXECUTE"
each of both alternatives has several problems
a) the program can just start the next execution of the chain if the first execution in finished. How can I handle this in the program.
When starting the chain, it must be provided with the actual value of the plan. How to handle this? Maybe I will use one variant with a exit varialbe wich selects the value out of an ABAP dictionary table. The program has to write the value in the table before calling the porcess chain. Any better ideas?
b) The ABAP program should not be finished before all planing sequences are finished. How can I find out if the planing sequences are finished. How many planing sequences can be started paraellel with the same user (ALREMOTE)? The problem with providing the actual filter value is the same than in A).
Which alternetive would you choose?
Do you see any more problems?
Any help or opinion is appreciated?
Thanks in advance
Johannes

Hi Johannes,
how about "scheduling planning sequences in process chains"
http://help.sap.com/saphelp_nw70/helpdata/EN/45/946677f8fb0cf2e10000000a114a6b/frameset.htm
Here you can specify "process in packages" and "Configured packaging" based on "plan" in your filter.
You need to specify a variant which contains all "plan" values.
Could you please check this?
Regards Matthias

Similar Messages

  • Can I change the SAPGUI logo (one on right) for different users

    We are one large company but are split in 2, and our sister division would like to have a different logo on their SAPGUI. Normally you would use SMW0 and SM30 to set the logo companywide but the question is can I set these useru2019s logo to a different one.
    Cheers.

    Logo which you upload through SMW0 is server specific.This is not user specific. On two different servers you can upload two different logos, but on the same server you cannot do the same.
    Regards,
    Subhash

  • How do I get the Apps onto one Ipad only for Creative Cloud??

    We've downloaded onto 2 imacs Creative Cloud Software and there are not problems at this stage.
    How do I get the Apps onto one Ipad only for Creative Cloud??
    regards
    Rod

    This was part of the original thread you responded too but I have branched out your discussion to make it more specific.  This is already discussed under the Touch Apps FAQ - http://www.adobe.com/products/touchapps/faq.html.  Here is the relevant excerpt:
    Customers who sign up for an annual membership to Creative Cloud or who buy a 12-month prepaid card at a retailer or online store will be eligible for a free month of Creative Cloud when they purchase and sign in from three qualifying Adobe Touch Apps from Google Play or the Apple App Store. This includes Adobe Collage, Adobe Debut, Adobe Ideas, Adobe Kuler, Photoshop Touch, and Adobe Proto.
    Customers who purchase an annual membership directly from Adobe and qualify for this offer will not be charged for the month of service following sign-in from their third Adobe Touch App. 
    Customers who purchase a 12-month prepaid card from a retailer or online store and qualify for this offer will have one month added to the duration of their membership.
    Creative Cloud members will be notified about their free month within 60 days of signing in to their third qualifying Adobe Touch App

  • Re: Running the same (Forte) application multiple times -for different

    Hi
    We had the same problem - how to deploy a number of identical applications, using each their own db.
    (for training).
    The solution we used is to wrap the entire application into different applications by using a very small
    module called KURSUS01, KURSUS02 etc, that did nothing but call the start procedure of the main app.
    Then in the dbsession connect, we made a call appname to get the application name, and appended the
    first 8 chars to the dbname. Thus our dbnames now points to logicals name: rdbdataKURSUS01, rdbdataKURSUS02 etc.
    All this allows us to deploy the identical apps in the same env, or change one version, and run both the old
    and new program on the same pc and server at the same time (eg. KURSUS01 and KURSUS02).
    I also think this is a kludge - but it works nicely!
    Jens Chr
    KAD/Denmark
    -----Original Message-----
    From: Haben, Dirk <[email protected]>
    To: 'Soapbox Forte Users' <[email protected]>
    Date: 15. januar 1999 09:41
    Subject: Running the same (Forte) application multiple times - for different business clients.
    Hi All
    We have a number of different business clients all willing to use our
    application.
    The (forte) application is to run on our machines etc for these (business)
    clients.
    All (business) clients will have their data kept in separate Oracle DBs
    (instance).
    The problem now is that the entire (forte) application is written using
    DBSessions.
    Now, depending on what business client needs to be serviced (so to speak) we
    need to attach to the right DB - or use the "right" SO.
    The two options we can think of are:
    Option1:
    Programatic change to somehow "know" what (business) client (DB) I'm talking
    about and then use the right DB.
    Pro:
    Only one forte environment to maintain
    Can run multiple (business) clients on same PC at the same time
    Con:
    Requires many program changes
    bending O-O rules(?)
    can't dynamically name SOs so can it be done at all? (ResourceMGRs maybe?)
    Option2:
    Use separate environments! One for each business client.
    Pro:
    More defined separation of app and data,
    SLA-easy
    Con:
    Maintain "n" number of environments
    Can only run the application for one environment (business client) at a time
    on one PC - Big Negative here!
    Not knowing any feasible solution to option 1 (without much code changes and
    developer moaning) I would go for option two; as I have already worked on
    multi-environment setups on VMS back at the Hydro (hi guys).
    I would appreciate any comments from anyone who has solved this problem.
    How, Why Pro Con etc.
    TIA,
    Dirk Haben
    Perth, WA
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi
    We had the same problem - how to deploy a number of identical applications, using each their own db.
    (for training).
    The solution we used is to wrap the entire application into different applications by using a very small
    module called KURSUS01, KURSUS02 etc, that did nothing but call the start procedure of the main app.
    Then in the dbsession connect, we made a call appname to get the application name, and appended the
    first 8 chars to the dbname. Thus our dbnames now points to logicals name: rdbdataKURSUS01, rdbdataKURSUS02 etc.
    All this allows us to deploy the identical apps in the same env, or change one version, and run both the old
    and new program on the same pc and server at the same time (eg. KURSUS01 and KURSUS02).
    I also think this is a kludge - but it works nicely!
    Jens Chr
    KAD/Denmark
    -----Original Message-----
    From: Haben, Dirk <[email protected]>
    To: 'Soapbox Forte Users' <[email protected]>
    Date: 15. januar 1999 09:41
    Subject: Running the same (Forte) application multiple times - for different business clients.
    Hi All
    We have a number of different business clients all willing to use our
    application.
    The (forte) application is to run on our machines etc for these (business)
    clients.
    All (business) clients will have their data kept in separate Oracle DBs
    (instance).
    The problem now is that the entire (forte) application is written using
    DBSessions.
    Now, depending on what business client needs to be serviced (so to speak) we
    need to attach to the right DB - or use the "right" SO.
    The two options we can think of are:
    Option1:
    Programatic change to somehow "know" what (business) client (DB) I'm talking
    about and then use the right DB.
    Pro:
    Only one forte environment to maintain
    Can run multiple (business) clients on same PC at the same time
    Con:
    Requires many program changes
    bending O-O rules(?)
    can't dynamically name SOs so can it be done at all? (ResourceMGRs maybe?)
    Option2:
    Use separate environments! One for each business client.
    Pro:
    More defined separation of app and data,
    SLA-easy
    Con:
    Maintain "n" number of environments
    Can only run the application for one environment (business client) at a time
    on one PC - Big Negative here!
    Not knowing any feasible solution to option 1 (without much code changes and
    developer moaning) I would go for option two; as I have already worked on
    multi-environment setups on VMS back at the Hydro (hi guys).
    I would appreciate any comments from anyone who has solved this problem.
    How, Why Pro Con etc.
    TIA,
    Dirk Haben
    Perth, WA
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • I set up my new computer using the apple ID i always use, and then later migrated all my files from my old mac book to the same new one, but under a different user (same ID). how do i consolidate the two users on my new mac book?

    i set up my new computer using the apple ID i always use, and then later migrated all my files from my old mac book to the same new one, but under a different user (same apple ID). how do i consolidate the two users on my new mac book?

    Well if you use the Finder Go menu to Computer, a window opens up double click on your boot drive and then on Users folder, open the other user folder and open Public and drop your files into DropBox
    When you do this it will copy them and change the permissions and user assigned to it, so log into the other user and place them into your respective normal folders.
    Once you have all your files over and don't need the old user, use System Preferences > Accounts to delete it if you wish, however it's good two Admin accounts on the machine in case something bad happens in the other. Some people for security reasons on use a Standard account for most uses and a emergency Admin account.
    One can still do most Admin things in Standard user.

  • Can the same Bank Key number be for different SWIFT codes?

    Can the same Bank Key number be for different SWIFT codes?

    hi
    once u have cancelled the challan this number will not be avaiable for the posting.
    when u repost a different number will be avaiable for the posting.
    hope this is clear assign some points.
    with regards
    Krishna Singareddy

  • Using more than one Solution Manager for different usages

    Dear all,
    we are using a solution manager system with >100 connected systems.
    The system should primarily be used as service desk system, but is also used for BC issues (e.g. MOPZ,...) at the moment.
    We have to implement a central monitoring system (CEN) using the CCMS infrastructure.
    It is recommended to use a seperate system for this issue, because of high performance requirement and the requirement to have the newest support packages for CEN+MOPZ.
    Because of that recommendation we are thinking about installation of a second solution manager system which should handle all BC and Monitoring (CEN+SolutionManager-Monitoring) issues.
    Do you have any experience with such a landscape? Are there known problems respectively is such a landscape possible/workable? How should the systems be connected? ( client system<=>solman / solman<=>solman )
    I regret that I could not find any official landscape recommendations from SAP for big landscapes (VAR environment)?
    If you know any applicable documents, please let me know.
    Thank you for your help.
    Best regards,
    Sascha

    Hi Sascha
    Technically Solution Manager is being billed as the Central system for everything Service Desk, MOPZ and CCMS - one central location for all scenarios
    One of the reasons for this is lifecycle management -- monitoring or EWA scenario finds a problem, service desk raises the issue, charm or mopz implements the solution and it is tested and distributed and the whole lifecycle is documented one system. Indeed I am aware of no functionality to integrate scenarios between Solution Manager systems - each Solution Manager system in your proposal will be standalone for each scenario
    I can't provide guarantees because SAP recommend 1 Solman PRD only, but it might be possible to use another PRD Solution Manager system (or client) for scenarios that not already setup in the existing Solution Manager system - this certainly is the most possible way to have 2 PRD Solution Manager systems (or clients) running in parallel.
    The key thing to be aware of is RFC conflicts - as each scenario usually has its own RFC this might be avoided - however
    do watch out for situations where scenarios share RFCs or you if find RFCs existing with the same name OR client and SID in any systems in the following landscape
    Landscape 1 - Satellite System 1 to Solman System 1 Service Desk, MOPZ
    Landscape 2 - Satellite System 1 to Solman System 2 CCMS, EWA
    Best wishes
    Stuart

  • One Solution Manager for different customers

    Hi Guys!!
    I am configuring a Solution Manager for different customers wich have a different S-users and different users to manage the solution manager system.
    My problem is that there is only one SAP-OSS RFC destination where I can fill the data only for one of the S-users. From "solution_manager" transaction you can indicate the S-user too (Edit - Global Settings) but the same problem occurs, I can fill the gap only with one S-user and I have to change this one when I want to work with different S-user.
    Can i configure the system to indicate different S-users depens on the user who I use to logon to solution manager system?
    Thank you very much in advanced,
    Edorta.

    Hi Edorta,
    you did not mention, which scenarios do you plan to use.
    Functionality to use the SolMan for many customer numbers is already available or will be added in future Support Package Stacks.
    It has been already added for
    - Maintenance Optimizer
    Note 1021275 - Maintenance Optimizer: RFC Destinations for Partners
    - Forwarding SAP Messages (with different S-Users resp. customers)
    IMG: Solution Manager -> Scenario-Specific Settings -> Service Desk -> Value Added Reseller
    Check for SAP Notes on component SV-SMG* with key word "VAR" (as Valued Added Reseller), "Service Provider"
    Best regards,
    Ruediger Stoecker
    SAP Notes added
    Message was edited by: Ruediger Stoecker

  • How to stop a second while loop when the condition in the first one is met for different VIs

    Hi, am running two seperate Vi's. am new to labview so please help accordingly.
    I have introduced a comparison test  in one Vi through ashift register. i would like now the second Vi to stop when this comparison condition in the first Vi is met. 
    I dont want the first Vi to stop, it should only stop the second Vi while awaiting for the next input.
    waiting for your help guys

    Thanks so much guys. am now starting to pick some ideas. i have attached the Vis as requested for best identification of the help.
    waiting help guys
    best regards
    Alex
    Attachments:
    first Vi.vi ‏132 KB
    second vi.vi ‏149 KB

  • Need to collect the Windows logon and logoff events across the Domain in a DC eviornment, for different machines and user accounts.

    Hello All,
    I am trying to build a Tool to collect the info about all the user's who login and logoff on daily basis in a domain network. I am using a windows 2008 server as a DC and have xp, win 7, win 8 , win 12 server as clients in the network.
    There are few questions in my mind which I am not able to answer.
    1> When a user tries to login to the DC network, he/ she gets authenticated using the kerberos protocol. does these authentication gets logged on the AD server by default? I have see a way to enable it from registry but even that's not giving me the expected
    output in the eventvwr.
    2> Do I have to use Audit policies to monitor all the user's log off and log on activities?
    3> Is there a way to collect these information from any place on the AD server other than the Eventvwr?
    Please help me in finding the solutions to these query's  of mine.
    Thanks.

    1. Open the Group Policy Management console on any domain controller in the target domain: navigate to Start → Administrative Tools → Group Policy Management.
    2. In the left pane, navigate to Forest: <domain_name>→ Domains → <domain_name>→ Domain Controllers. Right-click the effective domain controllers policy (by default, it is the Default Domain Controllers Policy), and select Edit from the pop-up
    menu. </domain_name></domain_name>
    <domain_name><domain_name>3. In the Group Policy Management Editor dialog, expand the Computer Configuration node on the left and navigate to Policies → Windows Settings → Security Settings → Local Policies → Audit Policy. </domain_name></domain_name>
    <domain_name><domain_name>4. Set the Audit account management and the Audit directory service access policy to "Success". Set the Audit logon events policy to  "Success" and "Failure". </domain_name></domain_name>
    5. Navigate to Start → Run and type '"cmd". Input the gpupdate /force command and press Enter. The group policy will be updated.
    Number of events could be excessive so you need to adjust size of Security log ( 1gb for example ) 
    Usage of EventCombMT Tool (part of
    MS ALtools )
     This tool gathers specific events from several different servers to one central location.
     Run the EventCombMT.exe > Right Click on Select to search field > Choose Get DCs in Domain > Mark your Domain Controllers for search
     Click the Searches menu > replace Event ID field values with
    4624  LOGON / 4634  LOGOFF
     Click Search and wait for the process to complete the operation.
     After the search is done the output directory contains the log files for the domain controllers where events with the specified Event ID’s were found.
    Alternatively you can try Netwrix Auditor for Active Directory solution with 20 days of free trial to generate such reports.
    --- Jeff (Netwrix)

  • Creating projects with more that one exported sequences from different FCP

    I am creating a compilation DVD containing 6 different FCP projects. I exported all the projects using the same settings
    MPEG-2 6.2Mbps 1-pass 4:3.m2v and .aiff files.
    They each burn and play just fine when I use just one in a DVD Studio project. The problem comes when I put them on one track using chapter markers to mark the beginning of each new clip on the track.
    It looks as though it is working until I try to play it in the simulator. I can hear the audio, but the picture does not view on any of the clips other than the the first one in the track. If I go back into the viewer and click on a portion of the clip, it will play both audio and video, but once it moves to the next clip (through a chapter marker) the video will not view until I click on the track again.
    What have I done wrong? I am a bit of a newby with FCP and DVD Studio.
    MacBook Pro   Mac OS X (10.4.8)   DVD Studio 4.1.0
    MacBook Pro   Mac OS X (10.4.8)  
    MacBook Pro   Mac OS X (10.4.8)  

    Hi:
    Same problem in this thread:
    http://discussions.apple.com/thread.jspa?threadID=741368
    It seems to be a "kind of bug". If you build and test your project in your hard drive everything plays fine. In another thread (that cannot find right now to link!) someone mention that the problem is the difference in the lenght of audio and video aafter encoding each sequence.
    But as I told you at least my projects builds fine.
    Hope it helps !
      Alberto

  • Name of the table to find Tax code for different country....?

    Hi,,
    Can some help me to know the tax code for all the country(DE,CA,FR,GB,SE)...?
    thanks,
    praveen

    HI,
    the tax codes are maintained for a country in T-code FTXP and stored in table T007A. Each country is assigned to a tax scheme (table T005). Each comp. code is assigned to a country (table T001), so the tax scheme from table T005 is indirect assigned to a comp. code.
    BR Christian

  • HT204053 Can I use one Apple ID for different itune stores in different regions?

    I have itune store account in the UK. I can I  use the same account to download an app. from a different store in a different region?

    You cannot use other countries itunes stores.
    Sorry

  • Decrease the execution time of package

    Hi All,
    In our dataware housing environment ( complete ETL in PL/SQL) . We have different packages to populate different mart tables.
    One of our package is to populate a table which runs on several times to populate the table with data of different locations. It executes very fast for all the locations except one particular location for this particular location amount of data is also much higher than other location that is one of the reason it takes a lot of time.
    Can we do something to reduce the execution time of this package for this particular location despite of huge amount of data ?
    Any kind of help will be highly appreciated .
    Thanks
    Dikshit

    Since I do not know what's your queries doing inside the package, I really can not come up with a solid solution, I would also recommend you to use parellal dml in order to reduce the execution time, but you also need to make sure you have enogh hardware resources to play with.
    hare krishna
    Alok

  • How do I have 1 apple id for the family to use in the iTunes and app store and a different apple id for iCloud and FaceTime and imessages

    how do I have 1 apple id for the family to use in the iTunes and app store and a different apple id for iCloud and FaceTime and imessages?

    See also Using your Apple ID for Apple services
    specifically the section "Using one Apple ID for iCloud and a different Apple ID for Store Purchases".

Maybe you are looking for

  • How to track no of bytes transferred

    Hi there, how to track no of bytes transferred while downloading a file using java servlets. please note that i am not writing any client side application like applet... Hence I want to track no of bytes transffered to client end from my server (usin

  • Subsequent Debit/Credit Number Range

    Dear Experts, My client want seperate number range for Subsequent Debit/Credit in MIRO.. how can i can do this ..... Thanx Neeru

  • Can't Update Safari!  Says I need OS 10.5.2 or newer??? Please Help!

    I've been having problems with Safari constantly resetting itself and not being able to navigate to certain pages. So I erased it off my computer and downloaded the 3.1.2 update and tried to install it. But it when I get to the volume selecting scree

  • New Magic Mouse Serial Num Not recognised

    Just got my new magic mouse and when i type in the serial number on the support page it wont let me type in the full serial number what do i do

  • My mobile get struck whenever i try to connect to ...

    Hello, I am using Nokia C5-00.2 mobile and whenever i try to connect my mobil to pc, mobile will get struck.. And to come over from it i must open my battery and re-fix my battery and have to turn my mobile switch on. I don't know why is it happening