<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem with FI Validation Check screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144165#M1513823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read [Creating a Validation|http://help.sap.com/saphelp_erp60_sp/helpdata/en/5b/d231e143c611d182b30000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Aug 2010 12:49:47 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2010-08-11T12:49:47Z</dc:date>
    <item>
      <title>problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144161#M1513819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I want to check one ztable entry when 'cancel invoice document'( i.e MR08) is doing, i have copied rggbr000 program into my zprogram and assigned it in 'GCX2' t-code with GBLR application area, in 'OB28' i am maintaining validation, in check screen how i can check ztable entry. i have seen some existing validations, they have given like U100, U200.. what are those? where to write the code (select query i need to write) in my case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 11:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144161#M1513819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T11:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144162#M1513820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to insert your code in the Z program you created by copy of RGGBS000 or RGGBR000, you have to add some coding in the GET_EXIT_TITLES form, add a record in internal table with the definition of the exit to add, then add a FORM with this name at the end of the program, there you will execute your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- read the comments in the SAP form pools&lt;/P&gt;&lt;P&gt;- read the documentation in SPRO Customizing, and online help like [User Exits in Validations/Substitutions/Rules|http://help.sap.com/saphelp_erp60_sp/helpdata/en/5b/d231a843c611d182b30000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 11:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144162#M1513820</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-08-11T11:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144163#M1513821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've to code your validation in the copied program (the one you've copied from rggbr000).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 11:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144163#M1513821</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-08-11T11:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144164#M1513822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suhas,&lt;/P&gt;&lt;P&gt;i added piece of code in my zprogram in a routine(i.e U999), the same routine i passed to internal table also in form get_exit_titles. now how to add U999 in 'OB28' validation check screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 12:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144164#M1513822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T12:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144165#M1513823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read [Creating a Validation|http://help.sap.com/saphelp_erp60_sp/helpdata/en/5b/d231e143c611d182b30000e829fbfe/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 12:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144165#M1513823</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-08-11T12:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144166#M1513824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add the user exit go to OB28 transaction and in CHECK parameter, select the Exit tab which gives you all the available exit. select the exit U999 and save the validation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 12:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144166#M1513824</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-08-11T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144167#M1513825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answer from niraj is correc!:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must 1) define your exit U999 in validation pool&lt;/P&gt;&lt;P&gt;               2) implement form U999&lt;/P&gt;&lt;P&gt;               3) choose exit U999 in ob28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Andreas Mann on Aug 11, 2010 4:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 14:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144167#M1513825</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2010-08-11T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144168#M1513826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following link  include &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.richard-harper.me.uk/kb/showtext.aspx?id=0007c" target="test_blank"&gt;http://www.richard-harper.me.uk/kb/showtext.aspx?id=0007c&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
User Exits in FI are implemented again in a different manner to both standard user exits and user exits in SD. The user exits are available for Substitutions, Validations and Rules which are specified either in transaction OB28 (for rules), or OBBH (for substitutions).

There are 3 steps involved in setting up user exits in FI.

These are:

          *
          * Creating the Module Pool and programming the user exit.
          * Specifying the Module Pool that will hold the user exits.
          * "Activating" the user exit.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 05:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144168#M1513826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T05:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144169#M1513827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;my code is like this... this U999 exit i added in OB28 t-code in check screen and activation level is '1'.  error message also i specified&lt;/P&gt;&lt;P&gt;but still validation is not triggering &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM u999 USING b_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TYPES : BEGIN OF ty_yservdetl,&lt;/P&gt;&lt;P&gt;          bukrs TYPE yservtaxdetl-bukrs,&lt;/P&gt;&lt;P&gt;          belnr TYPE yservtaxdetl-belnr,&lt;/P&gt;&lt;P&gt;          gjahr TYPE yservtaxdetl-gjahr,&lt;/P&gt;&lt;P&gt;          servtax_status TYPE yservtaxdetl-servtax_status,&lt;/P&gt;&lt;P&gt;          adj_doc_no TYPE yservtaxdetl-adj_doc_no,&lt;/P&gt;&lt;P&gt;          adj_doc_yr TYPE yservtaxdetl-adj_doc_yr,&lt;/P&gt;&lt;P&gt;  END OF ty_yservdetl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : wa_yservdetl TYPE ty_yservdetl,&lt;/P&gt;&lt;P&gt;         it_yservdetl TYPE TABLE OF ty_yservdetl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT bukrs&lt;/P&gt;&lt;P&gt;         belnr&lt;/P&gt;&lt;P&gt;         gjahr&lt;/P&gt;&lt;P&gt;         servtax_status&lt;/P&gt;&lt;P&gt;         adj_doc_no&lt;/P&gt;&lt;P&gt;         adj_doc_yr&lt;/P&gt;&lt;P&gt;       FROM yservtaxdetl&lt;/P&gt;&lt;P&gt;       INTO TABLE it_yservdetl&lt;/P&gt;&lt;P&gt;       WHERE bukrs EQ bkpf-bukrs&lt;/P&gt;&lt;P&gt;       AND   belnr EQ bkpf-belnr&lt;/P&gt;&lt;P&gt;       AND   gjahr EQ bkpf-gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;    LOOP AT it_yservdetl INTO wa_yservdetl WHERE servtax_status EQ 'A'&lt;/P&gt;&lt;P&gt;                                           OR    servtax_status EQ 'H'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      b_result = b_false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 06:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144169#M1513827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T06:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144170#M1513828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create your validations in GGBO transaction.  Search SCN for  this topic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 06:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144170#M1513828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T06:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144171#M1513829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried with GGB0 also, still it is allowing for cancellation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 07:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144171#M1513829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T07:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144172#M1513830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure to use the correct field values, the key values of BKPF are the key values of the new accounting document that will be posted and not those of the previous one,, nor those of the invoice header or its cancellation. &lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Because this document is not yet registered in the database, there is no chance of finding these values in your table.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;- I suppose that your Y-table records were created when the original accounting document or invoice header was processed by a specific program.&lt;/P&gt;&lt;P&gt;- In your exit, you have to look for the original document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Database hints
- Relation between BKPF (accounting document header) and RBKP (invoice header) via AWKEY : BKPF-AWKEY is concatenation of RBKP-BELNR and GJAHR
- In RBKP record the invoice and its cancellation are in fields BELNR&lt;EM&gt;GJAHR and STBLG&lt;/EM&gt;STJAH&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 07:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144172#M1513830</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-08-12T07:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144173#M1513831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using following example u can modify your code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM u999 USING b_result.
TABLES: t003, "Tipi Documento
nriv. "Range Numerazione

DATA: w_budat LIKE bkpf-budat,
w_blart LIKE bkpf-blart,
w_gjahr LIKE bkpf-gjahr,
w_bukrs LIKE bkpf-bukrs,
w_belnr LIKE bkpf-belnr.
MOVE: bkpf-budat TO w_budat,
bkpf-blart TO w_blart,
bkpf-gjahr TO w_gjahr,
bkpf-bukrs TO w_bukrs.
CLEAR t003.
SELECT SINGLE * FROM t003 WHERE blart EQ w_blart.
CLEAR nriv.
SELECT SINGLE * FROM nriv
WHERE object = 'RF_BELEG'
AND subobject = w_bukrs
AND nrrangenr = t003-numkr
AND toyear = w_gjahr.
WRITE nriv-nrlevel+10 TO w_belnr.
CLEAR bkpf.

SELECT SINGLE * FROM bkpf WHERE bukrs EQ w_bukrs
AND gjahr EQ w_gjahr
AND belnr EQ w_belnr.
IF w_budat GE bkpf-budat.
b_result = b_true.
ELSE.
b_result = b_false.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 08:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144173#M1513831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T08:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144174#M1513832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
TCode - GGB0 is for creation of Validation and TCode - OB28 is for activating &amp;amp; deactivating the Validation in SAP. 

Then go again in Tcode - GGB0 and delete the steps of "Prerequisite", "Check" &amp;amp; "Message" in -&amp;gt; FI A/cgs - Line Item -

If you have created Validation (In Tcode - GGB0 )for Document Header apply the same rule.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1) Maintain Validation T Code GGB0

Select Financial accounting folder
give your validation name and save 
 

2)Activation of Validation  T Code OB28

Select new entries 
Co code 
Call point: 002 line item
Validation: give your validation
Activate level: Select 1 activate

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kk.adhvaryu on Aug 12, 2010 10:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 08:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144174#M1513832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T08:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem with FI Validation Check screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144175#M1513833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you have not forgotten to insert the code that notifies the calling programs of availability of your user exits. This is achieved in the form get_exit_titles in your ZRGGBR000 program.  You need to add this above the REFRESH ETAB. &lt;/P&gt;&lt;P&gt;Eg.      exits-name  = 'U102'. &lt;/P&gt;&lt;P&gt;           exits-param = c_exit_param_none.&lt;/P&gt;&lt;P&gt;           exits-title = text-102.&lt;/P&gt;&lt;P&gt;           APPEND exits.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 08:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fi-validation-check-screen/m-p/7144175#M1513833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T08:42:10Z</dc:date>
    </item>
  </channel>
</rss>

