<?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: FBL3N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295312#M501107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI GIRISH&lt;/P&gt;&lt;P&gt;please give me an example orelse if u dony mind can u give me ur numbe or mail ur number to ged.vijay@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 09:06:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T09:06:31Z</dc:date>
    <item>
      <title>FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295308#M501103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi evrbody&lt;/P&gt;&lt;P&gt;am using the code below to pass values to the transaction FBL3N.The issue is even though it is taking the values the values are not being passed to the FBL3n tcode.i have to again give the value there.Please help me and also compile the code once so dat u get a clear idea about it.Even if i give the "CALL TRANSACTION 'FBL3N' AND SKIP FIRST SCREEN " the values that are given by me are not being proceesed .please help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZFBL3N.&lt;/P&gt;&lt;P&gt;TABLES:SKB1,bsis.&lt;/P&gt;&lt;P&gt;types: begin of gty_acccoco,&lt;/P&gt;&lt;P&gt;         saknr like ska1-saknr,&lt;/P&gt;&lt;P&gt;         bukrs like skb1-bukrs,&lt;/P&gt;&lt;P&gt;         gvtyp like ska1-gvtyp,&lt;/P&gt;&lt;P&gt;       end of gty_acccoco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: b0sg, rfxpo, itemset.&lt;/P&gt;&lt;P&gt;tables: sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       data:  gt_accoco type standard table of gty_acccoco,&lt;/P&gt;&lt;P&gt;       gt_accoco_bs type standard table of gty_acccoco,&lt;/P&gt;&lt;P&gt;       gd_accoco type gty_acccoco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen function key 1.&lt;/P&gt;&lt;P&gt;selection-screen begin of block glaccount with frame title text-w02.&lt;/P&gt;&lt;P&gt;select-options: GLACCT for skb1-saknr modif id wkl no database selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block glaccount.&lt;/P&gt;&lt;P&gt;selection-screen begin of block company with frame title text-w03.&lt;/P&gt;&lt;P&gt;select-options: CODE for skb1-bukrs modif id wkl no database&lt;/P&gt;&lt;P&gt;selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block items with frame title text-007.&lt;/P&gt;&lt;P&gt;selection-screen begin of block status with frame title text-002.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_opsel like itemset-xopsel radiobutton group rad1.                                                   .&lt;/P&gt;&lt;P&gt;selection-screen comment 3(20) text-003 for field x_opsel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;parameters pa_stida like rfpdo-allgstid default sy-datlo.&lt;/P&gt;&lt;P&gt;selection-screen skip.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_clsel like itemset-xclsel radiobutton group rad1.&lt;/P&gt;&lt;P&gt;selection-screen comment 3(25) text-004 for field x_clsel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;select-options so_augdt for bsis-augdt no database selection.&lt;/P&gt;&lt;P&gt;parameters pa_stid2 like rfpdo-allgstid.&lt;/P&gt;&lt;P&gt;selection-screen skip.&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;parameters x_aisel like itemset-xaisel radiobutton group rad1 DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;selection-screen comment 3(20) text-005 for field x_aisel.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;select-options so_budat for bsis-budat no database selection.&lt;/P&gt;&lt;P&gt;selection-screen end of block status.&lt;/P&gt;&lt;P&gt;selection-screen begin of block type with frame title text-006.&lt;/P&gt;&lt;P&gt;parameters: x_norm like itemset-xnorm as checkbox default 'X',&lt;/P&gt;&lt;P&gt;            x_shbv like itemset-xshbv no-display,&lt;/P&gt;&lt;P&gt;            x_merk like itemset-xmerk as checkbox,&lt;/P&gt;&lt;P&gt;            x_park like itemset-xpark as checkbox,&lt;/P&gt;&lt;P&gt;            x_apar like itemset-xarit no-display.&lt;/P&gt;&lt;P&gt;selection-screen end of block type.&lt;/P&gt;&lt;P&gt;selection-screen end of block items.&lt;/P&gt;&lt;P&gt;selection-screen begin of block list with frame title text-001.&lt;/P&gt;&lt;P&gt;selection-screen end of block list.&lt;/P&gt;&lt;P&gt;*select-options so_faedt for it_pos-faedt no-display.&lt;/P&gt;&lt;P&gt;parameters: pa_cent type c no-display.&lt;/P&gt;&lt;P&gt;data:           gp_yrper type rwcoom-fiscper.&lt;/P&gt;&lt;P&gt;select-options: so_yrper for gp_yrper no-display.&lt;/P&gt;&lt;P&gt;parameters: pa_inet type c no-display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: pa_grid type c no-display.&lt;/P&gt;&lt;P&gt;call TRANSACTION 'FBL3N' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295308#M501103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T07:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295309#M501104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please   don't use the transcation code     use the porgram of the  fbln3n     from them system  status   ....&lt;/P&gt;&lt;P&gt;then  anyway you have  declares all the selection screen  parameter and also  parameters  .... so now from  the  you selection - screen  parameters  it should pass it to the standard  FBL3N  ....  for that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The  SUBMIT    is used  with  program name    and  all the fields  in the  WITH are the  parameters of the FBL3N  , program so pass your  parameters  to the  standard one  ... so that  your  parameters  it be submited to  the   the FBL3N .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES:SKB1,bsis.

types: begin of gty_acccoco,
saknr like ska1-saknr,
bukrs like skb1-bukrs,
gvtyp like ska1-gvtyp,
end of gty_acccoco.


tables: b0sg, rfxpo, itemset.
tables: sscrfields.

data: gt_accoco type standard table of gty_acccoco,
gt_accoco_bs type standard table of gty_acccoco,
gd_accoco type gty_acccoco.

selection-screen function key 1.
selection-screen begin of block glaccount with frame title text-w02.
select-options: GLACCT for skb1-saknr modif id wkl no database selection.
selection-screen end of block glaccount.
selection-screen begin of block company with frame title text-w03.
select-options: CODE for skb1-bukrs modif id wkl no database
selection.
selection-screen end of block company.


selection-screen begin of block items with frame title text-007.
selection-screen begin of block status with frame title text-002.
selection-screen begin of line.
parameters x_opsel like itemset-xopsel radiobutton group rad1. .
selection-screen comment 3(20) text-003 for field x_opsel.
selection-screen end of line.
parameters pa_stida like rfpdo-allgstid default sy-datlo.
selection-screen skip.
selection-screen begin of line.
parameters x_clsel like itemset-xclsel radiobutton group rad1.
selection-screen comment 3(25) text-004 for field x_clsel.
selection-screen end of line.
select-options so_augdt for bsis-augdt no database selection.
parameters pa_stid2 like rfpdo-allgstid.
selection-screen skip.
selection-screen begin of line.
parameters x_aisel like itemset-xaisel radiobutton group rad1 DEFAULT 'X'.
selection-screen comment 3(20) text-005 for field x_aisel.
selection-screen end of line.
select-options so_budat for bsis-budat no database selection.
selection-screen end of block status.
selection-screen begin of block type with frame title text-006.
parameters: x_norm like itemset-xnorm as checkbox default 'X',
x_shbv like itemset-xshbv no-display,
x_merk like itemset-xmerk as checkbox,
x_park like itemset-xpark as checkbox,
x_apar like itemset-xarit no-display.
selection-screen end of block type.
selection-screen end of block items.
selection-screen begin of block list with frame title text-001.
selection-screen end of block list.
*select-options so_faedt for it_pos-faedt no-display.
parameters: pa_cent type c no-display.
data: gp_yrper type rwcoom-fiscper.
select-options: so_yrper for gp_yrper no-display.
parameters: pa_inet type c no-display.

START-OF-SELECTION.


SUBMIT RFITEMGL
        WITH ALCUR  =   so here  pass your  valid  parameter
        WITH EXCDT =
        WITH PA_CENT =
        WITH PA_GRID = ...
        WITH PA_INET .=..
        WITH PA_NMAX .=..
        WITH PA_STID2 ..=.
        WITH PA_STIDA .=..
        WITH PA_VARI ...
        WITH PA_WLBUK ...
        WITH PA_WLSAK ...
        WITH SD_APOPT ...
        WITH SD_AUGDT ...
        WITH SD_BSCHL ...
        WITH SD_BUDAT ...
        WITH SD_BUKRS ...
        WITH SD_FILES ...
        WITH SD_GSBER ...
        WITH SD_GSB_B ...
        WITH SD_IARCH ...
        WITH SD_KOSTL ...
        WITH SD_KTOPL ...
        WITH SD_MEMOR ...
        WITH SD_NOAUT ...
        WITH SD_NOOAP ...
        WITH SD_OBJEC ...
        WITH SD_OPOPT ...
        WITH SD_SAKNR ...
        WITH SD_SHKZG ...
        WITH SD_STIDA ...
        WITH SD_TPC ...
        WITH SD_USEAR ...
        WITH SD_USEAS ...
        WITH SD_USEDB ...
        WITH SD_VBUND ...
        WITH SD_WERKS ...
        WITH SD_ZUONR ...
        WITH SO_ASKTO ...
        WITH SO_AUGDT ...
        WITH SO_BUDAT ...
        WITH SO_BWWR2 ...
        WITH SO_BWWR3 ...
        WITH SO_BWWRT ...
        WITH SO_DMBE2 ...
        WITH SO_DMBE3 ...
        WITH SO_DMSHB ...
        WITH SO_FAEDT ...
        WITH SO_GSBER ...
        WITH SO_HWAE2 ...
        WITH SO_HWAE3 ...
        WITH SO_HWAER ...
        WITH SO_JAMON ...
        WITH SO_KKBWR ...
        WITH SO_KOART ...
        WITH SO_KURSE ...
        WITH SO_QBSHB ...
        WITH SO_QSFBT ...
        WITH SO_QSSHB ...
        WITH SO_SHKZG ...
        WITH SO_SKFBT ...
        WITH SO_SKNTO ...
        WITH SO_VERZ1 ...
        WITH SO_VERZN ...
        WITH SO_WAERS ...
        WITH SO_WLBUK ...
        WITH SO_WLSAK ...
        WITH SO_WRSHB ...
        WITH SO_WSKTO ...
        WITH SO_YRPER ...
        WITH SO_ZALDT ...
        WITH SO_ZINSZ ...
        WITH XX_BUKRS ...
        WITH XX_KTOPL ...
        WITH X_AISEL ...
        WITH X_APAR ...
        WITH X_CLSEL ...
        WITH X_MERK ...
        WITH X_NORM ...
        WITH X_OPSEL ...
        WITH X_PARK ...
        WITH X_SHBV ...      and return   .
remember  it has  given all the parameters  of the standard  pgm  ... if you  dont't want that  much  then Hide   some of the fields with  /*  in the  SUBMIT . @ with .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points  if  it  is usefull ....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295309#M501104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T07:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295310#M501105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi girish&lt;/P&gt;&lt;P&gt;thank a lot....thanks a lot now what should i specify in the submit fields there are many fields...like shud i specify a structure again orelse please telll me...ur answer are really helpful...please get back to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295310#M501105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T07:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295311#M501106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now   so to fbl3n   there see the  parameters  dispaly   in the selection-screen  by f1  help  notedown  the  field  in the  notepad  ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ever fields  data you want to pass it  ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then   those  fields  only you have to  declare in your  program like  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters , selection-screens  etc .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then  in th submit    let it be ther  all the  with fields  ... but  you  can  hide the fields  which you don't  want  by    /**  so that need no to declare the parameter  for that   and no to pass it also  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  it is usefull , please reward  points....&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 08:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295311#M501106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T08:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295312#M501107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI GIRISH&lt;/P&gt;&lt;P&gt;please give me an example orelse if u dony mind can u give me ur numbe or mail ur number to ged.vijay@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 09:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295312#M501107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295313#M501108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;9945746500&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 09:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295313#M501108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T09:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295314#M501109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the  below  pogram is  on hr  .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see the   coding   ... in simlar way  you  can   you it  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the dark codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT /kyk/rpurmpk0_01 MESSAGE-ID 38 LINE-SIZE 79.

***************************************************************************************
*Description  :This report extracts remittance items from the third-party remittance
*tables T51R5 and T51R6 and places them into a posting run. The posting run represents
*remittances in the form of a sequence of documents which you can then examine, release
*and post to FI.

*The actual program  was submitted  and  the selection-screen parameters are passed
*from the called prograb by restricting the parameters.
***************************************************************************************


TABLES:  t51r5.           " Cumulated remittance (credit)

SELECTION-SCREEN BEGIN OF BLOCK s01 WITH FRAME TITLE text-030.
SELECT-OPTIONS:
*                bukrs FOR t51r5-bukrs NO INTERVALS NO-DISPLAY,
*                gsber FOR t51r5-gsber NO INTERVALS NO-DISPLAY,
                s_crety FOR t51r5-crety NO INTERVALS,
                duedt FOR t51r5-duedt OBLIGATORY DEFAULT sy-datum
                                      OPTION LE
                                      NO-EXTENSION NO INTERVALS.
SELECTION-SCREEN END OF BLOCK s01.

* Parameters
SELECTION-SCREEN BEGIN OF BLOCK s02 WITH FRAME TITLE text-001.
* parameters for new CIPO/TRANS handling
SELECTION-SCREEN BEGIN OF BLOCK s03 WITH FRAME TITLE text-003.
PARAMETERS: &amp;lt;b&amp;gt;pname&amp;lt;/b&amp;gt; LIKE pevst-name      DEFAULT text-004.
PARAMETERS:&amp;lt;b&amp;gt; idate&amp;lt;/b&amp;gt; LIKE hrpp_item-idate DEFAULT sy-datum.
*PARAMETERS:&amp;lt;b&amp;gt; pvari&amp;lt;/b&amp;gt; LIKE t52e2-pvari     DEFAULT text-008 OBLIGATORY.
PARAMETERS: bldat LIKE ppdhd-bldat.
SELECTION-SCREEN END OF BLOCK s03.
*SELECTION-SCREEN BEGIN OF BLOCK s07 WITH FRAME TITLE text-096.
*PARAMETERS: s_cussn TYPE xfeld USER-COMMAND enter.
*SELECTION-SCREEN END OF BLOCK s07.
SELECTION-SCREEN BEGIN OF BLOCK s88 WITH FRAME TITLE text-205  ." sv_optfr.
PARAMETERS: test     TYPE pcna_testmode
                     RADIOBUTTON GROUP rb88
                     DEFAULT 'X'
                     USER-COMMAND enter,
            prod     TYPE pcna_prodmode
                     RADIOBUTTON GROUP rb88.
SELECTION-SCREEN END OF BLOCK s88.
*PARAMETERS: down    TYPE p3pr_post_down AS CHECKBOX DEFAULT ' ' USER-COMMAND DOWN.
*PARAMETERS: p_nosimu TYPE P_EVSIMU AS CHECKBOX DEFAULT 'X' .
*PARAMETERS: prot3   TYPE p3pr_post_log1 AS CHECKBOX DEFAULT 'X'.
*PARAMETERS: s_fiupd TYPE p3pr_f  iupd AS CHECKBOX DEFAULT 'X'.
SELECTION-SCREEN END OF BLOCK s02.
*PARAMETERS: pyparaid LIKE pay_pm_paraid NO-DISPLAY.


START-OF-SELECTION.



  SUBMIT rpurmpk0        " actual  "RPURMPK0"  report  was submitted  with  selected  Paramaters .
          WITH bldat EQ bldat       " Document Date in Document
*          WITH bukrs IN &amp;lt;b&amp;gt; bukrs      &amp;lt;/b&amp;gt; " Company Code
          WITH down  EQ space       " Download/export TemSe file
          WITH duedt IN &amp;lt;b&amp;gt;duedt&amp;lt;/b&amp;gt;       " Due Date
*          WITH gsber IN gsber       " Bussiness Area
          WITH idate EQ &amp;lt;b&amp;gt;idate&amp;lt;/b&amp;gt;       " Default posting date
          WITH pname EQ pname       " Text on posting run
          WITH prod EQ &amp;lt;b&amp;gt;prod    &amp;lt;/b&amp;gt;     " Production Mod
          WITH prot3 EQ 'X'         " Include due date
          WITH pvari EQ &amp;lt;b&amp;gt; 'CA01' "&amp;lt;/b&amp;gt;pvari      " Posting Variant
*          WITH pyparaid EQ pyparaid
*          WITH p_type EQ space
          WITH s_crety IN &amp;lt;b&amp;gt;s_crety  &amp;lt;/b&amp;gt; " HR payee type
*           with s_cussn ...
          WITH s_fiupd EQ 'X'       " FI update
          WITH test EQ test         " Test Mode
        AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points  if  it is usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 09:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295314#M501109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T09:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: FBL3N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295315#M501110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI GIRISH&lt;/P&gt;&lt;P&gt;THnaks a lot...wil stay in touch my email id is &lt;/P&gt;&lt;P&gt;ged.vijay@gmail.com &amp;amp; vijay_varsha3333@yahoo.com.i had already added u in yahoo...thankq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbl3n/m-p/2295315#M501110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T10:00:47Z</dc:date>
    </item>
  </channel>
</rss>

