Substitution prerequisite problem

Dear all,
  I try to create substitution for business place and section code when i am trying to create the prerequisite condition in table fields  tab i am not getting the bseg table fields how to add that field details in  to prerequisite details pl try to solve this.
Thanks
Girija

Hi Girija
When you have created a substitution rule, then a step.  Click on Pre-requisite.  You can do this in two ways.  Technical names or expert mode.
To change this while in the pre-requisite screen, go to > settings > expert mode
In the bottom window on the right you'll see the 'structure BSEG.  Double click on that, all the fields can be seen.  Double click on e.g. BSEG-BUKRS , then click on the = sign on the right.  Then click on constant and key in the co.code.  you will then see in the top window:
BSEG-BUKRS = 'xxxx'
Kind regards
Dawn

Similar Messages

  • Substitution- prerequisite

    Maintain validation: I created as a prerequisite a program (user exit) (ZGGBR000),lets call it U399 that validates that the status of the system is I0002 (REL). Given this condition the system checks another user exit and in case the validation is wrong- an error message appears. It works fine.
    Now, I wanted to use the same logic to create a substitution at callup point WBS element. I even found the same exit U399 from the validation in exits and determined it as prerequisite. Afterwards I created the substitutions. And it does not work: the system neither reads the prerequisite nor the substitutions while fixing the REL status and saving a project. Here my doubt: the prerequisite, I am using in substitution, comes from the validation part (ZGGBR000). Could that be the problem? Or how can I create the same condition for the prerequisite in substitution, so that it will be shown under the tab exit as well?
    Thank you for your help and let me now if you need more detailed information or if my description is a bit confusing.
    Regards,
    Maike

    Would suggest you to refer note 440186 and particular attention to point 14.
    The note suggests that exits of validation and substitution are based in diferrent application areas (check table T80D) and this could be reason.
    Regards
    Sreenivas

  • Substitution Variable problem in member formula

    I'm using the following member formula for a member in a sparse dimension - Scenario.
    @VAR("Actual",&PO_PriorLE->"Final");
    I can get this to validate in Essbase, but when I try putting it into Planning, the refresh to Essbase bombs and the formula will not validate in Planning.
    Version - 9.3.1
    Thoughts?
    Regards,
    Paul
    Edited by: penglish on May 27, 2009 3:20 PM

    Hi,
    I have just tried it on 9.3.1 patch 10 and had no problems.
    I take it the member assigned to &PO_PriorLE already exists ?
    Have you tried replacing the substitution var for the real member name in the formula.
    What is the error message when you try and validate?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • User interface template substitution tags problem

    Portal 9.0.2.0.3 (Upgraded from 9.0.2.2.14A)
    Hi all,
    I am designing an unstructured user interface for use with my portal reports.
    I have located a help document called 'Unstructured user interface template substitution tags' from the standard portal help pages.
    My problem is that only a few of these tags are actually being substituted for their correct values when I run my reports. For example the help document says the #PAGE.CUSTOMIZEPAGE# tag should be substituted with HTML text hyperlink to the customize page dialog. On my report this tag and the majority of others are substituted with a blank line.
    Any ideas?

    Same problem exists with the #TITLE# tag. However, SOMETIMES (I don't know how or why) the tag shows up. If I find out what the secret is, I'll let you know.
    Anyone else have any input?
    Pat Murray

  • Unstructured UI Template Substitution tags - PROBLEM

    Hello
    I'm trying to make a UI Template, but are having problems with the substitution tags.
    I want to make a home-link, but with my own text such as "Take me home"
    I've tried this approach:
    Take me home
    But as a result i get the standard icon for home, with the text "Home" under it
    Can someone give me a hint how to solve this?
    Regards
    Per-Jarle

    Hi,
    Looks like you are doing something wrong. Try something like this.
    <HTML dir=#DIRECTION#>
    <HEAD>
    <TITLE>#TITLE#</TITLE>
    </HEAD>
    <BODY leftMargin="0" rightMargin="0" topMargin="0" marginheight="0" marginwidth="0" class="PageBG">
    oracle
    <TABLE >
    <TR>
    <TD><IMG SRC="#IMAGE_PREFIX#pobtrans.gif" BORDER="0" WIDTH="0" HEIGHT="4"></TD>
    </TR>
    </TABLE>
    #PAGE.SUBPAGELINKS#
    #BODY#
    </BODY>
    </HTML>
    A home link will appear which will take you to oracle.
    Thanks,
    Sharmila

  • UWL Substitution rules : Problems reported (repairable)

    Hello,
    I have a poblem with the substitution rules within the EP7.0  (our backend system is ECC6.0).
    I have created a substitution rule and have set it active.
    When I have a look later on to the management of substitution rules, i always get an error message: "Problems reported (repairable)" --> "Substitution rule is not defined in the system" (System: SAP_ECC_UWL --> this is our system alias for uwl in the EP). When I push "retry" the substitution rule is succesfully registered again.
    But the next time when I have a look onto it, i get the same error message.
    I checked out the substitution rule, it worked (that means the substitute see the work items in his uwl), but why there is this strange error message ???
    Thanks for your help.
    Regards,
    Stefan

    Hi all,
    I got a similar error:
    - Whenever I create a substitution rule, activate it and press then "Refresh", I get two substition rules (for two different users).
    This is highly strange. Does anyone have any hints how to avoid to get these two rules?
    Best Regards
    Philipp Kölsch

  • #PAGE.CUSTOMIZEPAGE# substitution tag problem on template based pages

    I've created an Unstructured UI template that includes the #PAGE.CUSTOMIZEPAGE# substitution tag.
    It works fine on a normal page, but it doesn't render the 'Customize' link if the page is based on a template. I know that I am authorized to customize the page, because a Portal Smart Link on the same page allows me to do just that. Does anybody know whether there are any issues with this substitution tag on template based pages? (I've used the #PAGE.EDITPAGE# tag in the same Unstructured UI Template with no problems on either normal, or template based pages.)
    Oracle Portal Version 10.1.2.0.2.
    I started this thread on the Portal - General forum, but now realise it's more relevant here.
    Original thread: Customize Page link not rendered on template-based sub page.
    Thanks
    Matthew

    Just a guess, but it seems that the site uses server side includes (the shtml extension and there is a ssi include in your template). You will probably need a testserver running (like XAMPP) on your local system to preview this in a browser.
    Grtz

  • Prerequisite problem

    I have a JSP form which list modules that student can take. Some of these modules have prerequisite and some do not.
    In order to successfully register a student, I have a number of requirements e.g. must not be already register; the registration date must not have passed etc.
    My problem is in my code logic. For example, when a student selects a module, which does not have a prerequisite, and a module, which has a prerequisite and click on the Register button, an Error.jsp page is displayed because he has not satisfied the prerequisite for the second module.
    What the program does is that it registers the first module which dose not has a prerequisite and display the Error.jsp page.
    This is confusing for the user because they expect to do the process again and do not know that the first module has been register successfully.
    Here is my code
    private int enroll()throws SQLException,
    IOException, ServletException
    // Get the check box values
    String checkboxNames[] = request.getParameterValues( "checkbox" );
    moduleVector = (Vector) session.getAttribute( "moduleVector" );
    //Get the student bean
    studentBean = (StudentBean) session.getAttribute( "studentBean" );
    boolean isEnrolled = false;
    String studentId = studentBean.getStudentId();
    int maxModule = Integer.parseInt(studentBean.getMaxModule());
    for (int i = 0; i < checkboxNames.length; i++) {
    String moduleId = checkboxNames;
    // First, make sure that this student is not already
    // enrolled for this module, and he/she has never
    // taken and passed the module before.
    isEnrolled = srsBean.isEnrolledIn( moduleId, studentId );
    if (isEnrolled){
    session.setAttribute("pre_enrolled", moduleId);
    return PREVIOUSLY_ENROLLED;
    // Now we make sure that the registration date has not
    // already passed
    Calendar rightNow = Calendar.getInstance();
    int rightNowMonth = rightNow.MONTH;
    int rightNowDay = rightNow.DAY_OF_MONTH;
    if ( rightNowMonth > Constants.REGISTER_DATE_MONTH ) {
    return PASSED_REGISTER_DATE;
    }else if( rightNowMonth == Constants.REGISTER_DATE_MONTH ) {
    if ( rightNowDay > Constants.REGISTER_DATE_DAY ) {
    return PASSED_REGISTER_DATE;
    int noModule = srsBean.noModuleEnrolledIn( studentId );
    // Now we make sure we don't erroll student on more
    // modules that the are allowed to do.
    if (!(noModule < maxModule)){
    // convert maxModule into string so we can use setAttribute
    String max = String.valueOf(maxModule);
    session.setAttribute("exceed_max_no", max);
    return EXCEEDED_MAX_NO_MODULE;
    // if there are any prerequisites for this module, check
    // to ensure that the student has completed them.
    if ( srsBean.hasPrerequisites(moduleId)) {
    Enumeration e = srsBean.getPrerequisites(moduleId);
    while ( e.hasMoreElements() ) {
    String pre = (String) e.nextElement();
    // See if the Student's Transcript reflects
    // successful completion of the prerequisite.
    if (!srsBean.verifyCompletion(moduleId, studentId)){
    session.setAttribute("prereq_not_sat", moduleId);
    return PREREQ_NOT_SATISFIED;
    // if we made it to here in the code, we're ready to
    // officially enroll the student.
    srsBean.enroll( studentId, moduleId );
    return SUCCESSFULLY_ENROLLED;
    How can i fix this problem ?

    If you repost the code with &#91;code] tags, and wait more than half an hour, you have reasonable chances of getting help.

  • Substitution variable - Problem

    The requirement is to have numeric value to a substitution variable. In essbase there is a provision to set numeric value to a substitution variable . i tried out the below one its not working.
    Create a sub variable and assigned value "12" and tried using the same sub variable in the MDX query but getting error. kindly let me know is it possible to set a numeric value to a sub variable and use the same in MDX formula. Any help would be greatly appreciated.
    I have seen this note in dbag :
    If a substitution variable value is numeric, different rules apply for how you enter the variable:
    If it is not used in MDX statements, enclose a substitution variable value in quotation marks; for example, if the variable name is Month, and its corresponding value is 01 (corresponding to January), place quotation marks around 01 (“01”). Substitution variables usually are used with block storage databases; they are not used in MDX statements.
    If it is used in MDX statements only, such as in formulas in aggregate storage outlines, and the value is numeric or a member name, do not enclose the value in quotation marks.
    Note:
    If a substitution variable value is numeric or a member name starting with a numeral or containing the special characters referred to above is to be used both in MDX and non-MDX situations, create two substitution variables, one without the value enclosed in quotation marks and one with the value in quotation marks.

    i got the way to do

  • Standard SAP Validations & Substitutions

    Hi All,
    I need the documentation of SAP Standard Validations & Substitutions. Where do i get it?
    Please let me know.
    Regards,
    Gangadhar

    Hi,
    You want to create a validation or substitution that is called at the callup point Complete document.
    The usage can have different reasons.
    Cause and prerequisites
    1. You cannot choose all fields.
    2. Your check of the document is too complex and cannot be carried out with the formula editor.
                  You need ABAP in order to check the document or enhance the document for a substitution.
    3. You want to create a validation or substitution which should be called line by line, however, at the callup point of the call per document line not all information is available.
                  At callup point 3 (FI) the complete document is available. A line by line validation cannot be carried easily.
    Solution
    1. For callup point Complete document you can only use numeric fields, which you mainly use to carry out mathematical calculations.
                  For this for example functions Total, Maximum, Minimum, Averageare available.
    2. Create a user exit. For this refer to Note 48121.
    3. Define the validation / substitution, that should work as follows (Example FI callup point 3):
                  In the document, check whether at least one line of this prerequisite is fulfilled:
                  1. Create rule that contains prerequisite and check (on line level), for example
                     BKPF BUKRS = '1000' AND BSEG-GSBER <> ' '
                  2. Create validation/substitution:
                     Prerequisite: SUM (BSEG-BUZEI) WHERE rule > '0'
                     Check:       FALSE
                  This way you make sure that in company code 1000 for each line a business area must be entered.
    For substitutions refer to Notes 42615 and 386896.
    Other Imporatant Notes
    386896 - Substitution for call-up point 3 ('Complete document')
    48121 - User Exits in Validations/Substitutions
    42615 - Substitution in FI
    Hope this should help you.
    Regards
    Nambi

  • How do I get the new 2013 powershell snap-in

    Is there a way to install just the powershell snap-in for exchange 2013. My group does end user support and needs the tools to create accounts and run our powershell scripts . we don't manage or maintain the server itself.
    In the past we would get the exchange download and during install choose only the management tools which would install the snap-in along with the EMC.
    I understand that the EMC is gone but i still need the snap in and the server install doesn't appear to be readily available for download. I was directed to
    http://www.microsoft.com/en-us/download/details.aspx?id=44022
    which I tried to install there was no option for only the management tools, Someone suggested trying an unattended install with the /roles:t option but that hit a lot of prerequisite problems including trying to update the domain itself.
    All I need is the snap-in is there something I can use to install only that?

    HI AD-Tester,
    For managing and creating account you will need to create and grant admin/management roles to your group:
    http://technet.microsoft.com/en-us/library/dd298183(v=exchg.150).aspx
    Your group then log in to ECP (replacement for Management Console).Logging in to ECP doesnt require anything to be installed,just Internet Explorer or other browsers.
    (Normally ECP link is: https://server.domain.local/ecp )
    For running Exchange powershell,you can use windows powershell ISE then run this:
    $secpasswd = ConvertTo-SecureString "EnterHighlySecurePasswordHere!!!!" -AsPlainText -Force
    $mycreds = New-Object System.Management.Automation.PSCredential ("adm_yourusername", $secpasswd)
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://exchangeserver.domain.local/PowerShell/ -Authentication Kerberos -Credential $mycreds
    Import-PSSession $Session
    You can either run this directly or open notepad,paste in the code and save it as .ps1 file.
    Then run this file in Windows Powershell ISE.
    You will now be able to execute exchange powershell commands.
    I use this regularly and havent failed so far :)
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

  • Batch Rename Malfunction, Force Quit to fix.

    Hey guys.
    I use Bridge quite often to manage assets at my studio, and I'm very happy with it's performance to date.  I have one issue that I only learned about yesterday and was wondering if anyone else has encountered the same thing;
    I had about 1200 assets I was partially renaming with the string substitution command in the batch rename.  (Just replacing number codes with the color that corresponded to it)
    I was working with subfolders, 2 folders deep, and had the view options set to hide folders and show all subfolders. (So I had all assets lined up)
    I selected all and then opened the batch rename dialogue.  I did a string subsitution, ok'ed it and it worked like a charm. 
    This is where I ran into problems.  Doing this process again, but changing the string sub variables, hit rename..... nothing.
    The strangest part is that Bridge would still function, except for the batch changes, and the quit command.  I had to force quit, restart, and highlight, batch rename a bunch of times to get what i needed done. 
    Anyone experience anything similar to this?
    Cheers,
    Eric

    The strangest part is that Bridge would still function, except for the batch changes, and the quit command.  I had to force quit, restart, and highlight, batch rename a bunch of times to get what i needed done.
    Anyone experience anything similar to this?
    Did try a string substitution on 100 files and after it had finished changed it back again with a new substitution without problems.
    1200 is a large number, did you wait for Bridge to finish the job completely? because if not it might be that this caused your problem. And maybe resetting prefs may help you also ( restart Bridge holding down option key and choose reset prefs. This resets all prefs to factory default including File type associations. Normally not a big deal but you need to reset your custom settings again after this).

  • Can't access external drive in Lion

    Finally picked up a new Mac Mini to replce my horrible, ghastly Winodws machine I am using as a media server at the house.  The PC had 4 external 2TB drives connected (it's a big library), THREE of which work just fine.  The other drive gives me a "The disc you inserted was not readable by this computer".  Running 10.7, fully updated.  Tried Repair in disc utility, and got:
    Verifying and repairing partition map for “WDC WD20 EADS-11R6B1 Media”
    Checking prerequisites
    Problems were encountered during repair of the partition map
    Error: Some information was unavailable during an internal lookup.
    That's all I got.  The drives were all initialized the same way on the PC, and 3 work fine.  Please help.  Backups are tough here, because the drives are big.

    Same situation here... but I think it's not an Apple Issue.
    I found a problem really similar to this in 2008 with the DNS-313 and the old Leopard O.S.
    Have a look at this thread (in this thread I am "tourniquet"):
    http://forums.macrumors.com/archive/index.php/t-554245.html
    The problem was really similar because with the finder you couldn't navigate but with the terminal (or with muCommander) you had no problem!
    As you can see, the problem was that the Finder couldn't manage the "Unix Extensions" option, set to ON in the Samba Server on the DNS-313 (we had the firmware 1.0 then).
    D-Link solved the issue later, with a firmware upgrade that disabled this "Unix Extensions" option so... couldn't it be possible that now Lion require this option to be set to ON again?!?!
    I will try this evening (10 hours from now, I'm Italian) enabling the unix extensions on the Samba Server of the DNS-313 (gaining an access to the 313 by telnet) and I will let you know if I sort this issue out.
    Greetings
    Dave
    P.S. My "english" *****... sorry...

  • 1% withheld on 17% withholding

    Dear Members
    I have an issue in withholding Tax, I have to deduct 1% withheld on 17% withholding tax at the time of vendor payment in f-53. System calculates the tax on total invoice amount, not on 17%.
    Kindly tell me how i configure the above scenario.
    Regards

    HI
    Maintain Tax rate in 0.17% or write an user exit for changing of With Holding base amount whaen they are using the same With holding tax code and maintain this user exit in Substitution your problem will solve.
    satish

  • Problem in variable substitution

    Hi experts,
    I need help for a strange problem:
    I have a proxy to file scenario in which I create an xml file; I need to use a field of the mapping to create filename.
    In Receiver CChannel I have used variable substitution, but in message monitoring I got this error:
    Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: Folio: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: Folio.
    FileName Scheme is: DM65_%Folio%.xml
    In variable substitution I have used this reference:
    Folio =    payload:MT_MexicanElectronicInvoice_MyFirm,1,CABFAC,1,Folio,1
    This is the payload of the message that ends in error:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT_MexicanElectronicInvoice_MyFirm xmlns:ns0="urn:MyFirm-EDICOM:MexElectronicInvoice">
    - <CABFAC>
      <IdLabel>CABFAC</IdLabel>
      <Version>3.0</Version>
      <Folio>2100000003</Folio>
      <FecHac>16-11-2011 17:11:17</FecHac>
      <FPago>Advance payment</FPago>
      <Subtotal>9.976,00</Subtotal>
      <TotalFac>11.568,16</TotalFac>
    What is the problem? wrong reference?
    thanks
    Fabio

    Hi,
         Everything looks fine.
    Make sure that there is no extra space after your "%Folio%" under the Variable Substitution.
    Make sure that "Adapter Specific message Attributes" is unchecked in the CC.
    You can do a change in message mapping to create a header field<occurence: 1> map to a constant and call it in var substitution.
    As Mickael suggested above make sure using only lowercase on your variant name  %folio% instead of %Folio%.
    For 1:N muti-mapping with variable substition go through the below links:
    Re: 1: N File Scenario..
    Using Variable Substitution
    i hope it will help you.
    regards,
    ganesh.

Maybe you are looking for

  • Indesign Server and the SDK

    I wanted to know whether the SDK is a part of Indesign Server CS6 so as to use it in coldfusion? Or the SDK comes with additional cost?

  • Migration Assistant using 'external' HD

    I have a new MacBook Pro (late 2011). The previous MacBook would not boot up. However, I've removed the internal drive and it mounts on the new machine. When I tried to use Migration Assistant it spent two days "looking for applications and documents

  • Safari & system problems since Java updat

    Since updating to the new Java update (Java 1.3.1 and 1.4.2 Release 2), Safari will occasionally hang and it also hangs OS X. The only way to recover is to reboot. I have cleaned all the Java caches using the Java utilities. Have not done anything wi

  • "Active" checkbox in the BP master

    Dear all, May i know what is the "Active" checkbox used for in the left hand side bottom corner of the BP master ? Thank you very much for your help

  • Validate a viewRow bug ?

    In a previuous posting I noticed the validate method in a ViewRowImpl was never called from the framework (see Re: validate Method doesn't fire in insert - is it a bug ? Now I tested it in 10.1.2 and it's called every new row is read or inserted. In