Error using xdofx inside xdoxslt - Help!

Hi All
I am trying to assign a value to a variable that applies a UPPER () and not recognize it.
What would be the correct syntax?
*<?xdoxslt:set_variable($_XDOCTX, 'var', UPPER(ssCivil)?>*
ConfFile: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config\xdoconfig.xml
Font Dir: C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts
Run XDO Start
Template: D:\Proyectos\Macro\Verison 3\BM Reporte ABM Cliente_v2.rtf
RTFProcessor setLocale: es-es
FOProcessor setData: D:\Proyectos\Macro\Verison 3\BIP BM Account Report IO 3.xml
FOProcessor setLocale: es-es
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(Unknown Source)
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
at RTF2PDF.runRTFto(RTF2PDF.java:629)
at RTF2PDF.runXDO(RTF2PDF.java:454)
at RTF2PDF.main(RTF2PDF.java:289)
Caused by: oracle.xdo.parser.v2.XPathException: Function 'UPPER' not found.
at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
... 14 more
Best regards
Ignacio Vega

It should work well, if you use
<?xdoxslt:set_variable($_XDOCTX, 'var', xdoxslt:convert_case(ssCivil,’UPPER’))?>

Similar Messages

  • Error using Powershell inside a Workflow

    Hello,
    I have the following scenario: I want to change the Status of every Incident that is created to "Neu". This is a custom Status we created. So my first tought was to use the Authoring Tool with a Workflow. I created a Workflow wich will trigger
    whenever a Incident is created (simple) and then I used the Windows PowerShell Script Activity, with the following code:
    My First Question Is, I need the ID of the Incident, so I create a new Script Property and as a Value I select
    Use a class property -> Incident -> ID, is this way correct?
    Then I insert this value in my Code via $id = "$IncidentID";, there is also my question is that correct?
    I have tested the Code, it works. If I insert a Incident ID manually it changes the status.
    So after I created the Workflow, I saved the MP and copied the .dll to my SM Folder and importet my MP. But if create a new Incident the Status is "Active" and it says the Workflow failed. I looked into the log and found an Error Message, after
    some research I found a solution that said I had to modify my MonitoringHost.exe.config
    (the error Message had something to with a PowerShell Module/Assembly missing) so I added the follwoing lines:
    <dependentAssembly>
    <assemblyIdentity name="Microsoft.EnterpriseManagement.Moduls.PowerShell" publicKeyToken="31bf3856ad364e35" />
    <bindingRedirect oldVersion="6.0.4900.0" newVersion="7.0.5000.0" />
    But now I get the following Message:
    Can somebody help me?

    I made a mistake while editing the xml.

  • Error using Datalist Custom tag HELP!

    Where can I obtain information for the following error: (IDE is JDeveloper): I have been researching this for 3 weeks without success.
    ERROR: Attribute "source" of tag "DataList" cannot be set with a constant, an expression must be specified.
    CODE WITH PROBLEM
    <!--- *** BEGIN DB CONNECTION --->
    <sql:openConnection driver="com.microsoft.jdbc.sqlserver.SQLServerDriver" url="jdbc:microsoft:sqlserver://SPLSERVER:1433" user="MY_WEB_USERS" password="PASSWORD" id="conn"/>
    <sql:setQuery id="conn" query="select * from schemes order by name" res="colorSchemes"/>
    </sql:setQuery>
    <sql:ifError id="conn">
    <table align="center" width="60%" border="0">
    <tr> <td>
    <br><br> A Connection to the DataBase could not be made!
    </td>
    </tr>
    <tr> <td>
    <br><br> Error Generated: <sql:getError id="conn" />
    </td>
    </tr>
    </table>
    </sql:ifError>
    <sql:ifFound res="colorSchemes">
    <% String Found="OK"; %>
    </sql:ifFound res="colorSchemes">
    <!--- *** END DB CONNECTION --->
    <!--- *** BEGIN TABLE LISTING --->
    <list:DataList source="<%=\"colorSchemes\"%>" type="com.cj.datalist.dbtag">
    <!--- *** DATALIST HEADER SECTION --->
    <list:headerTemplate>
    <TABLE CLASS="TableDouble" border="0" align="center"width="50%">
         <TR>
              <TD BACKGROUND="STYLES/<%= session.getAttribute("MyBkg") %>" ALIGN="center" colspan="5">
         <FONT ALIGN="center" CLASS="<%= session.getAttribute("MyFon") %>16">
    <sql:getCount res="colorSchemes"/>  Available Color Schemes!</FONT>
    </TD>
    </TR>
    <TR>
                   <TD ALIGN="center" WIDTH="25%"     STYLE="border-bottom:solid;border-bottom-width : thin;"
    BACKGROUND="STYLES/<%= session.getAttribute("MyBkg") %>">
         <FONT CLASS="<%= session.getAttribute("MyFon") %>12">Scheme Name</FONT>
                   </TD>
                   <TD ALIGN="center" WIDTH="8%" STYLE="border-bottom:solid;border-bottom-width : thin;"
    BACKGROUND="STYLES/<%= session.getAttribute("MyBkg") %>">
         <FONT CLASS="<%= session.getAttribute("MyFon") %>12">Dark</FONT>
                   </TD>
                   <TD ALIGN="center" WIDTH="8%"     STYLE="border-bottom:solid;border-bottom-width : thin;"
    BACKGROUND="STYLES/<%= session.getAttribute("MyBkg") %>">
         <FONT CLASS="<%= session.getAttribute("MyFon") %>12">Light</FONT>
                   </TD>
                   <TD ALIGN="center" WIDTH="8%" colspan="2"     STYLE="border-bottom:solid;border-bottom-width : thin;"
    BACKGROUND="STYLES/<%= session.getAttribute("MyBkg") %>">
         <FONT CLASS="<%= session.getAttribute("MyFon") %>12">Select </FONT>
                   </TD>
    </TR>
    <FORM ACTION="colors.jsp" METHOD="post" NAME="changecolor">
    </list:headerTemplate>
    <!--- *** DATALIST ITEM SECTION --->
    <list:itemTemplate>
    <TR>
                   <TD CLASS="NoEedge" STYLE="border-bottom:solid;border-bottom-width : thin;">
         <FONT CLASS="F10">
                   <%=CURRENT_OBJECT.getColumn(2)%>
                   </FONT>
         </TD>
                   <TD CLASS="LeftEdge" STYLE="border-bottom:solid;border-bottom-width : thin;"
    bgcolor="<%=CURRENT_OBJECT.getColumn(4)%>">
         <FONT class="F10"> </FONT>
    </TD>
                   <TD CLASS="LeftEdge" STYLE="border-bottom:solid;border-bottom-width : thin;"
    bgcolor="<%=CURRENT_OBJECT.getColumn(5)%>">
         <FONT class="F10"> </FONT>
    </TD>
                   <TD CLASS="LeftEdge" STYLE="border-bottom:solid;border-bottom-width : thin;">
         <input TYPE="Button" NAME="DarkButton" VALUE="Dark" ONCLICK="SetBkg('Dark');">
    </TD>
                   <TD CLASS="LeftEdge" STYLE="border-bottom:solid;border-bottom-width : thin;">
         <input TYPE="Button" NAME="Light" VALUE="Light" ONCLICK="SetBkg('Light');">
    </TD>
    <input TYPE="Hidden" NAME="ccsfile" VALUE="<%=CURRENT_OBJECT.getColumn(3)%>">
    <input TYPE="Hidden" NAME="dark_d" VALUE="<%=CURRENT_OBJECT.getColumn(6)%>">
    <input TYPE="Hidden" NAME="dark_l" VALUE="<%=CURRENT_OBJECT.getColumn(7)%>">
    <input TYPE="Hidden" NAME="DarkValue" VALUE="">
    <input TYPE="Hidden" NAME="LightValue" VALUE="">
    <input TYPE="Hidden" NAME="update" VALUE="1">
    </TR>
    </list:itemTemplate>
    </FORM>
    <!--- *** DATALIST FOOTER SECTION --->
    <list:footerTemplate>
    </TABLE>
    </list:footerTemplate>
    </list:DataList>

    I had the same problem. In your .tld change tagclass to tag-class and bodycontent to body-content and that should do the trick. The names slightly changed for JSP spec 1.2.
              

  • Error using JSF inside JBuilder

    Hi,
    I have a project on JBuilder when I try to follow the steps from this tutorial :
    http://horstmann.com/corejsf/tutorial.html
    If I try to compile it with "check JSPs" enabled it give me this error :
    "index.jsp": ParserUtils: warning org.xml.sax.SAXParseException: Valid documents must have a <!DOCTYPE declaration.
    2003-10-12 02:37:29 - Exception initializing TldLocationsCache: XML parsing error on file /WEB-INF/lib/standard.jar: (line 3, col -1): Element type "taglib" is not declared.
    2003-10-12 02:37:30 - Exception initializing TldLocationsCache: zip file closed
    "welcome.jsp": ParserUtils: warning org.xml.sax.SAXParseException: Valid documents must have a <!DOCTYPE declaration.
    2003-10-12 02:37:31 - Exception initializing TldLocationsCache: XML parsing error on file /WEB-INF/lib/standard.jar: (line 3, col -1): Element type "taglib" is not declared.
    2003-10-12 02:37:31 - Exception initializing TldLocationsCache: zip file closed
    If I disable the error messages I am able to create the WAR file. But it still do not run in the JBuilder IDE.
    When I deploy it to JBoss (with integrated Tomcat) I got this error :
    02:42:00,612 INFO [Engine] Exception initializing TldLocationsCache: XML parsin
    g error on file /WEB-INF/lib/standard.jar: (line 6, col 19): Document root eleme
    nt "taglib", must match DOCTYPE root "null".
    Anyway the application is deployed on Jboss and I can test it successfully.
    Any idea of what the error messages cause ?
    Danilo.

    Hi,
    I have a project on JBuilder when I try to follow
    w the steps from this tutorial :
    http://horstmann.com/corejsf/tutorial.html
    If I try to compile it with "check JSPs" enabled it
    t give me this error :
    "index.jsp": ParserUtils: warning
    org.xml.sax.SAXParseException: Valid documents must
    have a <!DOCTYPE declaration.
    2003-10-12 02:37:29 - Exception initializing
    TldLocationsCache: XML parsing error on file
    /WEB-INF/lib/standard.jar: (line 3, col -1): Element
    type "taglib" is not declared.
    2003-10-12 02:37:30 - Exception initializing
    TldLocationsCache: zip file closed
    "welcome.jsp": ParserUtils: warning
    org.xml.sax.SAXParseException: Valid documents must
    have a <!DOCTYPE declaration.
    2003-10-12 02:37:31 - Exception initializing
    TldLocationsCache: XML parsing error on file
    /WEB-INF/lib/standard.jar: (line 3, col -1): Element
    type "taglib" is not declared.
    2003-10-12 02:37:31 - Exception initializing
    TldLocationsCache: zip file closed
    These are XML parsing errors when reading one of the tag library descriptor files embedded in standard.jar (the JSTL standard tag library JAR file). Because this JAR file works fine in other containers, it sounds like a problem with the servlet container embedded in JBuilder.
    Craig

  • Error while using xdofx calculations in xdoxslt function

    Hi All,
    I have a requirement to subtract two dates in the rtf and display the difference in years and months. Among the two dates, one is in Date datatype and the other one is in varchar2(dff attribute).Following are the details:
    1.Start_date(Date data type) - appears as YYYY-MM-DD in the XML when the tag is printed as it is without any manipulations.
    2.End_Date(Varchar2 - dff attribute) - appears as YYYY/MM/DD HH:MI:SS in the XML whent the tag is printed as it is wihtout doing any manipulation.
    As the first step am trying to convert the varchar2 to canonical date format and then converting it to required format compatible for using date_diff function. But am facing issues. Please help me with this. The following is the code am trying to use.
    To convert end date to date format of our choice : <?xdofx:to_date(replace(substr(EndDate,1,10),’/’,’-’)||’T00:00:00.000+05:30’,'YYYY-MM-DD')?>
    To subtract end date and start date to fetch difference in years: <?xdoxslt:date_diff('y',StartDate,xdofx:to_date(replace(substr(EndDate,1,10),’/’,’-’)||’T00:00:00.000+05:30’,'YYYY-MM-DD'),$_XDOLOCALE, $_XDOTIMEZONE)?>
    Am getting an error which says xdofx used bot not declared. If I remove it, I get an error saying to_Date function not found. I belive we're not supposed to mix xdofx and xdoxslt together. Please let me know how this can be achieved.
    Am using 10.1.3.4.2 version of BIP.
    Regards,
    Divya

    according to Extended Function Support in RTF Templates - 11g Release 1 (11.1.1)
    <?xdoxslt:date_diff('y', 'YYYY-MM-DD', 'YYYY-MM-DD', $_XDOLOCALE, $_XDOTIMEZONE)?>
    This function provides a method to get the difference between two dates in the given locale. The dates must be in "yyyy-MM-dd" format. This function supports only the Gregorian calendar. The syntax is as follows: <?xdoxslt:date_diff('format', 'YYYY-MM-DD', 'YYYY-MM-DD', $_XDOLOCALE, $_XDOTIMEZONE)?> where format is the time value for which the difference is to be calculated. Valid values are:
    y - for year
    m - for month
    w - for week
    d - for day
    h - for hour
    mi - for minute
    s - for seconds
    ms - for milliseconds
    very strange for hour, minute .... and "The dates must be in "yyyy-MM-dd" format."
    but for your case
    display the difference in years and months.
    it's ok
    so
    1.Start_date(Date data type) - appears as YYYY-MM-DD in the XML when the tag is printed as it is without any manipulations.
    2.End_Date(Varchar2 - dff attribute) - appears as YYYY/MM/DD HH:MI:SS in the XML whent the tag is printed as it is wihtout doing any manipulation.
    Start_Date and End_Date must be in "yyyy-MM-dd"
    for "Start_date" - that's ok
    for End_Date we must reformat as
    concat(substring(//End_Date,1,4),'-', substring(//End_Date,6,2),'-', substring(//End_Date,9,2))
    so as result:
    - for months:
    Diff is <?xdoxslt:date_diff('m', //Start_Date, concat(substring(//End_Date,1,4),'-', substring(//End_Date,6,2),'-', substring(//End_Date,9,2)), $_XDOLOCALE, $_XDOTIMEZONE)?>
    which gives output as
    Diff is 1
    for test case
    <Start_Date>2013-01-11</Start_Date>
    <End_Date>2013/02/11 11:00:00</End_Date>
    - for years:
    Diff is <?xdoxslt:date_diff('y', //Start_Date, concat(substring(//End_Date,1,4),'-', substring(//End_Date,6,2),'-', substring(//End_Date,9,2)), $_XDOLOCALE, $_XDOTIMEZONE)?>
    which gives output as
    Diff is 3
    for test case
    <Start_Date>2013-01-11</Start_Date>
    <End_Date>2016/02/11 11:00:00</End_Date>

  • Hi, i'm new using numbers, and when I try to open a excel file don't let me do it, instead appears a box whit a error and close app,  any help?

    Hi, i'm new using numbers, and when I try to open a excel file don't let me do it, instead appears a box whit a error and close app,  any help?

    What does the error say?
    A couple of thoughts: the file is corrupted or is password-protected. Corruption is more likely to cause Numbers to crash & Numbers cannot open password-protected Excel files. Try using one of the free Office clones & see what happens.

  • HT5372 i am using windows 8 and i cant sign in icloud because i have a server error popping up can anyone help?

    i am using windows 8 and i cant sign in icloud because i have a server error popping up can anyone help?

    In the course of your troubleshooting to date, have you worked through the following document?
    Apple software on Windows: May see performance issues and blank iTunes Store

  • I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me?

    I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me? Already changed the extension of the excel document to xlsx an now gives an unknown import error.

    In Excel have you tried saving directly to xls (not xlsx) and opening the xls in Numbers?
    If you have a complicated workbook in Excel that uses lots of Excel's advanced features, Numbers may not be able to handle the import.  It does pretty well on basic things, though.
    If you're just trying to get data into Numbers, then often copy-paste from Excel is easier than trying to open xls files.
    SG

  • Urgent: How to use xdofx:replace function in xdoxslt

    Hi,
    I have to replace multiple occurrences of a particular string(#BR#) with the new line character. I tried <?xdoxslt:replace(stringpath,'#BR#',chr(10))?>, but it is giving error.
    Later I tried <?xdofx:replace(stringpath,'#BR#',chr(10))?> which works properly.
    the problem is that the string in which I have to do this operation is stored in a variable(I have stored it in a variable after doing some other replace operations). So now if I try <?xdofx:replace(xdoxslt:get_variable($_XDOCTX, 'teststring'),'#BR#',chr(10))?>, it does not work.
    What should I do to resolve this issue. Is there any way in xdoxslt by which I can replace the string with new line character?
    Or if there is any other way of storing the string by which it will work with XDOFX?
    Thanks in advance.

    I tried the same code <?xdofx:replace(xdoxslt:get_variable($_XDOCTX, 'teststring'),'#BR#',chr(13))?>, but it is not working. It is producing a blank line.
    Can anyone tell me what is the new line character in xdoxslt/OBIP. For e.g. if I have to enter a new line after the year in the following code, what I should write in place of xxx
    <?concat(xdoxslt:sysdate(‘YYYY’),XXX, "Report for ", FirstName, LastName)?>
    I tried chr(10), \n but all of them are giving error.
    Thanks and Regards

  • Error "Extend the destination address using the location input help"

    Hi experts,
    I got warning while creating travel expense from existing travel request.
    the warning appear like this "Extend the destination address using the location input help"
    I don't want user to enter detail of address trip destination.
    how to avoid this?
    thanks
    Edited by: nzworld on Apr 29, 2011 5:42 AM

    Hi,
    If you are using ESS and you get the warning message when you enter details for a particular expense type. Please follow the config and hide the location details. Then you will not get this error message.
    SAP Customizing Implementation Guide > Financial Accounting (New) > Travel Management > Travel Expenses > Dialog and Travel Expenses Control > Dialog Control > Field Control for Additional Receipt Information.
    Enter your trip provision variant, select the expense type for which you dont want to enter the location details and then select details. Search for the variable location, select hide radio button and save.
    Please let me know if you have further clarifications.
    Regards,
    Raj

  • HT201263 Hi. I forgot my passcode and now I am unable to unlock my ipod. I tried restoring it using itunes in recovery mode as well as dfu mode but it says unable to restore,unknown error occured (3004).  Please help me out. My ipod is locked for one hour

    Hi. I forgot my passcode and now I am unable to unlock my ipod. I tried restoring it using itunes in recovery mode as well as dfu mode but it says unable to restore,unknown error occured (3004).  Please help me out. My ipod is locked for one hour now.

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    Forgotten Restrictions Passcode Help
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    Also, see iTunes- Restoring iOS software.

  • HT1766 I backed up to my PC and attempted restore but I keep getting an error message that "iTunes could not restore the iPhone because not enough free space is available." I have a 32GB iPhone; only 13GB used!!!  HELP!  iCloud backup/restore did not work

    I backed up to my PC and attempted restore but I keep getting an error message that "iTunes could not restore the iPhone because not enough free space is available." I have a 32GB iPhone; only 13GB used!!!  HELP!  iCloud backup/restore did not work either! How can I resolve this problem to restore from back up.

    If you're not a developer then you really should not have upgraded.
    I'm unsure how you can fix this as you have already done a back-up on iOS 7 and apple don't support firmware downgrades.

  • Windows thinks my itouch is a camera and itunes says this ipod can't be used because the software isn't installed - reinstall itunes.  i've done that and continue to get the same error.  can someone please help?

    windows thinks my itouch is a camera and itunes says this ipod can't be used because the software isn't installed - reinstall itunes.  i've done that and continue to get the same error.  can someone please help?

    (apologies for barging in, lllass.)
    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, does your device connect without that message now?

  • Why I can't update my ios to ios6? It always display that..Error in updating..I am using ipad3. Please help me update my ios. Looking forward for your kind support and cooperation. Thank you.

    Why I can't update my ios to ios6? It always display that..Error in updating..I am using ipad3. Please help me update my ios. Looking forward for your kind support and cooperation. Thank you.

    Why I can't update my ios to ios6? It always display that..Error in updating..I am using ipad3. Please help me update my ios. Looking forward for your kind support and cooperation. Thank you.

  • ESS Leave error: Use Input Help to select an Approver

    Hi,
    We are using ERP2005, ESS.
    In the leave application, few employees are getting error "Use the input help to select an approver".
    For all these employees following observation were made,
    1. their Manager was recently changed.
    2. this is the first leave request they are raising after the change of manager
    3. DB Table HRESSAPPROVER has the name of the old manager as approver.
    Please pour in your inputs.
    Thanks
    Krishna

    The warning or error message you see only occurs
    when the Leave request application is unable to determine the
    Next agent (Approver), In the standard you have defined
    Line manager the system should pick this without,But I am not
    sure what modification you are using.
    Are you using the customised workflow?
    In PTARQ >> Determine Approver, does the system
    gets the right approver for this pernr?
    in the customizing for the definition of the processes per rule group
    you set the selection for the next processor to "Manual Entry" or
    Line manager? Please can you verify this.
    Check if the organisational assigmenet is done for the employee.
    Another way is to use the BAdI Control Processing Processes for Time
    Management Web Applications (PT_GEN_REQ) and implement the methode
    IF_EX_PT_GEN_REQ~FIND_RESP_AND_DEFAULT_NEXT_PRC.
    Method FIND_RESP_AND_DEFAULT_NEXT_PRC of badi
    PT_GET_REQ  might be utilised here.
    Please have a look at the  method
    CL_PT_REQ_SEARCH_NEXT_P~SEARCH_NEXT_PROCESSOR.
    If you are implementing the badi then make sure you copy all the methods
    and implement the one, as mentioned.

Maybe you are looking for