<?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: BAPI_PO_CREATE problem, kindly help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862596#M48410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brad,&lt;/P&gt;&lt;P&gt;That works, ur option 1. Thanks a lot , i am able to do what i want. &lt;/P&gt;&lt;P&gt;Karan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2005 04:01:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-06T04:01:12Z</dc:date>
    <item>
      <title>BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862589#M48403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am trying to create PO by reading data from a text file.&lt;/P&gt;&lt;P&gt;when i execute the code , BAPI returns the following error: "E 06101 No master record exists for vendor 100014"&lt;/P&gt;&lt;P&gt;I posted PO with the same data in ME21N and also in SE37 using BAPI_PO_CREATE. But only when i try to post through my program i get this error. Also Vendor 100014 exists with purchasing information in it. I tried with other vendors too, 100011,100012 etc, i get the same error while trying to create PO using the program. Can any one please direct me to fix this problem.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Karan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2005 22:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862589#M48403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-04T22:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862590#M48404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open BAPI_PO_CREATE  in SE37 and use find to search for the error message line in main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search for 101 and hopefully you will find the error message point in the code and then put a temp break-point over there and a block before thet , run your program again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you could not find the error message in the code then it  means that message is thrown in some called FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try searching this message by SE91 -&amp;gt;error message --&amp;gt; where used. If found, put the breakpoint similarly.&lt;/P&gt;&lt;P&gt;If now found,then in that case you need to debug it completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2005 04:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862590#M48404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-05T04:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862591#M48405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;--&amp;gt;"I posted PO with the same data in ME21N and also in SE37 using BAPI_PO_CREATE."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the BAPI Version,if your programm  are using the right one.&lt;/P&gt;&lt;P&gt;And check the BAPI document, if you have miss some important information to create this bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2005 05:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862591#M48405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-05T05:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862592#M48406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i feel the issue is the alpha conversion of the vendor number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;vendor_variable = '10014'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    input         = vendor_variable&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = vendor_variable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the function call vendor_variable will be&lt;/P&gt;&lt;P&gt;0000010014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to use the new vendor number with preceeding 0's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SE37 - you will not face this problem as SAP take care of it automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2005 06:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862592#M48406</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-05T06:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862593#M48407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Raja is on the right track also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the function modules as he suggested, or just put the vendor number into a type N field, like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: w_vendor       LIKE EKKO-LIFNR,
      w_vendor_n(10) TYPE N.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;* Lets assign w_vendor the vendor number 10014 (you would
* get this from your text file)
  w_vendor = '10014'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;* Convert vendor number 10014 to vendor number 00000010014
  w_vendor_n = w_vendor.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;* Now use w_vendor_n in the BAPI.
  CALL FUNCTION 'BAPI_PO_CREATE' ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2005 13:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862593#M48407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-05T13:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862594#M48408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello every one,&lt;/P&gt;&lt;P&gt;Thanks a lot for your replies, Brad and Raja, it looks like your solutions fixed the problem, i dont get that error message anymore, but i do get some other error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"A ME159 Function modules invoked in wrong sequence".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on why i getn that error message, i have my code below, can you please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FILE READ DECLARATIONS*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of zinrec_type,&lt;/P&gt;&lt;P&gt;      bukrs  like ekko-bukrs ,&lt;/P&gt;&lt;P&gt;      ekorg  like ekko-ekorg ,&lt;/P&gt;&lt;P&gt;      ekgrp  like ekko-ekgrp ,&lt;/P&gt;&lt;P&gt;      bsart  like ekko-bsart ,&lt;/P&gt;&lt;P&gt;      lifnr  like ekko-lifnr ,&lt;/P&gt;&lt;P&gt;      bedat  like ekko-bedat ,&lt;/P&gt;&lt;P&gt;      ernam  like ekko-ernam ,&lt;/P&gt;&lt;P&gt;      ihrez  like ekko-ihrez ,&lt;/P&gt;&lt;P&gt;      ebelp  like ekpo-ebelp ,&lt;/P&gt;&lt;P&gt;      matnr  like ekpo-matnr ,&lt;/P&gt;&lt;P&gt;      werks  like ekpo-werks ,&lt;/P&gt;&lt;P&gt;      lgort  like ekpo-lgort ,&lt;/P&gt;&lt;P&gt;      eindt  like eket-eindt ,&lt;/P&gt;&lt;P&gt;      menge  type menge_bi ,&lt;/P&gt;&lt;P&gt;      meins  like ekpo-meins ,&lt;/P&gt;&lt;P&gt;      netpr  type bprei_bi,&lt;/P&gt;&lt;P&gt;      peinh  type peinh_bi ,&lt;/P&gt;&lt;P&gt;      end of zinrec_type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:zinrec_typed(512) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;HEADER DECLARATIONS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;types:begin of zpo_hdr,&lt;/P&gt;&lt;P&gt;      ebeln  like ekko-ebeln ,&lt;/P&gt;&lt;P&gt;      bukrs  like ekko-bukrs ,&lt;/P&gt;&lt;P&gt;      ekorg  like ekko-ekorg ,&lt;/P&gt;&lt;P&gt;      ekgrp  like ekko-ekgrp ,&lt;/P&gt;&lt;P&gt;      bsart  like ekko-bsart ,&lt;/P&gt;&lt;P&gt;      lifnr  like ekko-lifnr ,&lt;/P&gt;&lt;P&gt;      bedat  like ekko-bedat ,&lt;/P&gt;&lt;P&gt;      ernam  like ekko-ernam ,&lt;/P&gt;&lt;P&gt;      end of zpo_hdr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES:begin of zad_hdrec,&lt;/P&gt;&lt;P&gt;     IHREZ   like EKKO-ihrez,&lt;/P&gt;&lt;P&gt;     end of zad_hdrec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*ITEM DECLARATIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of zpo_itm       ,&lt;/P&gt;&lt;P&gt;      ebelp  like ekpo-ebelp ,&lt;/P&gt;&lt;P&gt;      matnr  like ekpo-matnr ,&lt;/P&gt;&lt;P&gt;      werks  like ekpo-werks ,&lt;/P&gt;&lt;P&gt;      lgort  like ekpo-lgort ,&lt;/P&gt;&lt;P&gt;      meins  like ekpo-meins ,&lt;/P&gt;&lt;P&gt;      peinh  like ekpo-peinh ,&lt;/P&gt;&lt;P&gt;      end of zpo_itm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of zpo_sch,&lt;/P&gt;&lt;P&gt;     ebelp like ekpo-ebelp,&lt;/P&gt;&lt;P&gt;     eindt like eket-eindt,&lt;/P&gt;&lt;P&gt;     menge like ekpo-menge,&lt;/P&gt;&lt;P&gt;     end of zpo_sch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INTERNAL TABLES FOR ITEM LEVEL&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of gt_item occurs 0,&lt;/P&gt;&lt;P&gt;      ebelp  like ekpo-ebelp ,&lt;/P&gt;&lt;P&gt;      matnr  like ekpo-matnr ,&lt;/P&gt;&lt;P&gt;      werks  like ekpo-werks ,&lt;/P&gt;&lt;P&gt;      lgort  like ekpo-lgort ,&lt;/P&gt;&lt;P&gt;      meins  like ekpo-meins ,&lt;/P&gt;&lt;P&gt;      netpr  like ekpo-netpr,&lt;/P&gt;&lt;P&gt;      peinh  like ekpo-peinh ,&lt;/P&gt;&lt;P&gt;      end of gt_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of gt_sch occurs 0,&lt;/P&gt;&lt;P&gt;     ebelp like ekpo-ebelp,&lt;/P&gt;&lt;P&gt;     eindt like eket-eindt,&lt;/P&gt;&lt;P&gt;     menge like ekpo-menge,&lt;/P&gt;&lt;P&gt;     end of gt_sch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:inrec(512) type c.&lt;/P&gt;&lt;P&gt;data:wa_inrec type zinrec_type.&lt;/P&gt;&lt;P&gt;data:gt_inrec type zinrec_type occurs 0.&lt;/P&gt;&lt;P&gt;data:gt_inrecd type zinrec_typed occurs 0 with header line.&lt;/P&gt;&lt;P&gt;data:wa_hdrrec type zpo_hdr.&lt;/P&gt;&lt;P&gt;data:wa_ad_hdrec type zad_hdrec.&lt;/P&gt;&lt;P&gt;data:wa_sch type zpo_sch.&lt;/P&gt;&lt;P&gt;data:wa_itmrec type zpo_itm.&lt;/P&gt;&lt;P&gt;data:wa_prev_hdr type zpo_hdr.&lt;/P&gt;&lt;P&gt;data:gt_hdr   type zpo_hdr occurs 0.&lt;/P&gt;&lt;P&gt;data:wa_inrec_cnt type i.&lt;/P&gt;&lt;P&gt;data:wa_error_cnt type i.&lt;/P&gt;&lt;P&gt;data:wa_po_cnt type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*DECLARATIONS FOR MOVING VALUES INTO BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of i_po_hed.&lt;/P&gt;&lt;P&gt;     include structure BAPIEKKOC.&lt;/P&gt;&lt;P&gt;data:end of i_po_hed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of i_po_ad_hed.&lt;/P&gt;&lt;P&gt;     include structure BAPIEKKOA.&lt;/P&gt;&lt;P&gt;data:end of i_po_ad_hed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of i_po_item occurs 0.&lt;/P&gt;&lt;P&gt;     include structure BAPIEKPOC.&lt;/P&gt;&lt;P&gt;data:end of i_po_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of i_po_sch occurs 0.&lt;/P&gt;&lt;P&gt;     include structure BAPIEKET.&lt;/P&gt;&lt;P&gt;data:end of i_po_sch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of i_po_return occurs 0.&lt;/P&gt;&lt;P&gt;     include structure BAPIRETURN.&lt;/P&gt;&lt;P&gt;data:end of i_po_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of i_po_num occurs 0.&lt;/P&gt;&lt;P&gt;     include structure BAPIEKKOC.&lt;/P&gt;&lt;P&gt;data:end of i_po_num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:w_vendor_n(10) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*SELECTION SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen:begin of block blk1 with frame title text-001.&lt;/P&gt;&lt;P&gt;parameters:p_dtop radiobutton group grp1.&lt;/P&gt;&lt;P&gt;parameters:p_unix radiobutton group grp1.&lt;/P&gt;&lt;P&gt;parameters:p_infile(128) type c lower case default&lt;/P&gt;&lt;P&gt;           '/usr/iface/VO2/in/fback/create_po.txt'.&lt;/P&gt;&lt;P&gt;parameters:p_delim  type c obligatory default ','.&lt;/P&gt;&lt;P&gt;selection-screen:end of block blk1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="18" type="ul"&gt;&lt;P&gt;AT SELECTION-SCREEN FOR FILE OPEN DIALOG ************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;  if  p_unix ne space.&lt;/P&gt;&lt;P&gt;  open dataset p_infile for input in text mode.&lt;/P&gt;&lt;P&gt;  if  sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;    message e999(zg) with text-002.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SPLITTING FILE CONTENTS AT DELIMIT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  if   p_unix  ne space.&lt;/P&gt;&lt;P&gt;  do.&lt;/P&gt;&lt;P&gt;    read dataset p_infile into inrec.&lt;/P&gt;&lt;P&gt;    if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;      exit.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;    split inrec at p_delim into wa_inrec-bukrs&lt;/P&gt;&lt;P&gt;                                wa_inrec-ekorg&lt;/P&gt;&lt;P&gt;                                wa_inrec-ekgrp&lt;/P&gt;&lt;P&gt;                                wa_inrec-bsart&lt;/P&gt;&lt;P&gt;                                wa_inrec-lifnr&lt;/P&gt;&lt;P&gt;                                wa_inrec-bedat&lt;/P&gt;&lt;P&gt;                                wa_inrec-ernam&lt;/P&gt;&lt;P&gt;                                wa_inrec-ihrez&lt;/P&gt;&lt;P&gt;                                wa_inrec-ebelp&lt;/P&gt;&lt;P&gt;                                wa_inrec-matnr&lt;/P&gt;&lt;P&gt;                                wa_inrec-werks&lt;/P&gt;&lt;P&gt;                                wa_inrec-lgort&lt;/P&gt;&lt;P&gt;                                wa_inrec-eindt&lt;/P&gt;&lt;P&gt;                                wa_inrec-menge&lt;/P&gt;&lt;P&gt;                                wa_inrec-meins&lt;/P&gt;&lt;P&gt;                                wa_inrec-netpr&lt;/P&gt;&lt;P&gt;                                wa_inrec-peinh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    append wa_inrec to gt_inrec.&lt;/P&gt;&lt;P&gt;  enddo.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*UPLOAD FILE CONTENTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'UPLOAD'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CODEPAGE                      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FILENAME                      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FILETYPE                      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ITEM                          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FILEMASK_MASK                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FILEMASK_TEXT                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FILETYPE_NO_CHANGE            = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FILEMASK_ALL                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FILETYPE_NO_SHOW              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    LINE_EXIT                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_FORM                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_PROG                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SILENT                        = 'S'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FILESIZE                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CANCEL                        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ACT_FILENAME                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ACT_FILETYPE                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      data_tab                      =  gt_inrecd&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONVERSION_ERROR              = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    INVALID_TABLE_WIDTH           = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    INVALID_TYPE                  = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    NO_BATCH                      = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    UNKNOWN_ERROR                 = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    GUI_REFUSE_FILETRANSFER       = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OTHERS                        = 7&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SPLITTING FILE CONTENTS AT DELIMIT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   loop at gt_inrecd.&lt;/P&gt;&lt;P&gt;    split gt_inrecd at p_delim into wa_inrec-bukrs&lt;/P&gt;&lt;P&gt;                                wa_inrec-ekorg&lt;/P&gt;&lt;P&gt;                                wa_inrec-ekgrp&lt;/P&gt;&lt;P&gt;                                wa_inrec-bsart&lt;/P&gt;&lt;P&gt;                                wa_inrec-lifnr&lt;/P&gt;&lt;P&gt;                                wa_inrec-bedat&lt;/P&gt;&lt;P&gt;                                wa_inrec-ernam&lt;/P&gt;&lt;P&gt;                                wa_inrec-ihrez&lt;/P&gt;&lt;P&gt;                                wa_inrec-ebelp&lt;/P&gt;&lt;P&gt;                                wa_inrec-matnr&lt;/P&gt;&lt;P&gt;                                wa_inrec-werks&lt;/P&gt;&lt;P&gt;                                wa_inrec-lgort&lt;/P&gt;&lt;P&gt;                                wa_inrec-eindt&lt;/P&gt;&lt;P&gt;                                wa_inrec-menge&lt;/P&gt;&lt;P&gt;                                wa_inrec-meins&lt;/P&gt;&lt;P&gt;                                wa_inrec-netpr&lt;/P&gt;&lt;P&gt;                                wa_inrec-peinh.&lt;/P&gt;&lt;P&gt;    append wa_inrec to gt_inrec.&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;  loop at gt_inrec  into wa_inrec.&lt;/P&gt;&lt;P&gt;    move-corresponding wa_inrec to wa_hdrrec.&lt;/P&gt;&lt;P&gt;    move-corresponding wa_inrec to wa_ad_hdrec.&lt;/P&gt;&lt;P&gt;    move-corresponding wa_inrec to wa_itmrec.&lt;/P&gt;&lt;P&gt;    move-corresponding wa_inrec to wa_sch.&lt;/P&gt;&lt;P&gt;    if  wa_prev_hdr ne wa_hdrrec.&lt;/P&gt;&lt;P&gt;      if  sy-tabix ne 1.&lt;/P&gt;&lt;P&gt;        perform  create_po.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      move  wa_hdrrec  to  wa_prev_hdr.&lt;/P&gt;&lt;P&gt;      move-corresponding wa_itmrec to gt_item.&lt;/P&gt;&lt;P&gt;      append gt_item.&lt;/P&gt;&lt;P&gt;      append wa_sch to gt_sch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      move  wa_hdrrec  to  wa_prev_hdr.&lt;/P&gt;&lt;P&gt;      move-corresponding wa_itmrec to gt_item.&lt;/P&gt;&lt;P&gt;      append gt_item.&lt;/P&gt;&lt;P&gt;      append wa_sch to gt_sch.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  perform create_po.&lt;/P&gt;&lt;P&gt;  perform summary_report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  create_po&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form create_po.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Refresh: i_po_item,&lt;/P&gt;&lt;P&gt;           i_po_sch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt; move  header to  bapi hdr&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  w_vendor_n             = wa_hdrrec-lifnr.&lt;/P&gt;&lt;P&gt;  i_po_hed-DOC_DATE      = wa_hdrrec-bedat.&lt;/P&gt;&lt;P&gt;  i_po_hed-DOC_TYPE      = wa_hdrrec-bsart.&lt;/P&gt;&lt;P&gt;  i_po_hed-CO_CODE       = wa_hdrrec-bukrs.&lt;/P&gt;&lt;P&gt;  i_po_hed-PURCH_ORG     = wa_hdrrec-ekorg.&lt;/P&gt;&lt;P&gt;  i_po_hed-PUR_GROUP     = wa_hdrrec-ekgrp.&lt;/P&gt;&lt;P&gt;  i_po_hed-VENDOR        = w_vendor_n.&lt;/P&gt;&lt;P&gt;  i_po_hed-CREATED_BY    = wa_hdrrec-ernam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i_po_ad_hed-REF_1      = wa_ad_hdrec-ihrez.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="6" type="ul"&gt;&lt;P&gt; move  items  to  bapi itm&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;LOOP AT gt_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_po_item-PO_ITEM        = gt_item-ebelp.&lt;/P&gt;&lt;P&gt;i_po_item-PUR_MAT        = gt_item-matnr.&lt;/P&gt;&lt;P&gt;i_po_item-STORE_LOC      = gt_item-lgort.&lt;/P&gt;&lt;P&gt;i_po_item-PLANT          = gt_item-werks.&lt;/P&gt;&lt;P&gt;i_po_item-UNIT           = gt_item-meins.&lt;/P&gt;&lt;P&gt;i_po_item-NET_PRICE      = gt_item-netpr.&lt;/P&gt;&lt;P&gt;i_po_item-PRICE_UNIT     = gt_item-peinh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT gt_sch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_po_sch-PO_ITEM         = gt_sch-ebelp.&lt;/P&gt;&lt;P&gt;i_po_sch-DELIV_DATE      = gt_sch-eindt.&lt;/P&gt;&lt;P&gt;i_po_sch-QUANTITY        = gt_sch-menge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="6" type="ul"&gt;&lt;P&gt; call BAPI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PO_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    PO_HEADER                        = i_po_hed&lt;/P&gt;&lt;P&gt;    PO_HEADER_ADD_DATA               = i_po_ad_hed&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  HEADER_ADD_DATA_RELEVANT         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_ADDRESS                       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    SKIP_ITEMS_WITH_ERROR            = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ITEM_ADD_DATA_RELEVANT           = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    PURCHASEORDER                    = i_po_num-PO_NUMBER&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    PO_ITEMS                         = i_po_item&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_ITEM_ADD_DATA                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    PO_ITEM_SCHEDULES                = i_po_sch&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_ITEM_ACCOUNT_ASSIGNMENT       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_ITEM_TEXT                     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    RETURN                           = i_po_return&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_LIMITS                        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_CONTRACT_LIMITS               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_SERVICES                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_SRV_ACCASS_VALUES             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_SERVICES_TEXT                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PO_BUSINESS_PARTNER              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXTENSIONIN                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  POADDRDELIVERY                   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt; Bapi commit work**********&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " create_po&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2005 20:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862594#M48408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-05T20:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862595#M48409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats a bizarre error Karan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few things come to mind:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1.&amp;lt;/b&amp;gt; There are appends missing in the create_po subroutine.  Maybe these are causing the problem.  have a look at my comments.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT gt_item.

i_po_item-PO_ITEM = gt_item-ebelp.
i_po_item-PUR_MAT = gt_item-matnr.
i_po_item-STORE_LOC = gt_item-lgort.
i_po_item-PLANT = gt_item-werks.
i_po_item-UNIT = gt_item-meins.
i_po_item-NET_PRICE = gt_item-netpr.
i_po_item-PRICE_UNIT = gt_item-peinh.
" Should be append i_po_item "
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT gt_sch.

i_po_sch-PO_ITEM = gt_sch-ebelp.
i_po_sch-DELIV_DATE = gt_sch-eindt.
i_po_sch-QUANTITY = gt_sch-menge.
"should be append i_po_sch "
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2.&amp;lt;/b&amp;gt; This error is caused by erroneous coding in a PO userexit.  In this case, try commenting out all the userexits/BADIs implemented in the purchase order transaction.  Then run the BAPI again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3.&amp;lt;/b&amp;gt; There is a SAP bug.  Check out OSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you seem not to be refreshing gt_item and gt_sch anywhere.  I think that you need to do this in your main loop at the begining of each new PO (not sure as did not check too closely).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2005 20:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862595#M48409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-05T20:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862596#M48410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brad,&lt;/P&gt;&lt;P&gt;That works, ur option 1. Thanks a lot , i am able to do what i want. &lt;/P&gt;&lt;P&gt;Karan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 04:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862596#M48410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T04:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE problem, kindly help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862597#M48411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan, could you kindly provide me with the text file format that you are uploading for PO Create? Yor help will be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2006 04:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create-problem-kindly-help/m-p/862597#M48411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-14T04:49:14Z</dc:date>
    </item>
  </channel>
</rss>

