<?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  'BAPI_REQUISITION_CREATE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557596#M1564057</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;Convert the vendor before moving it to the BAPI structure using FM 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call function 'CONVERSION_EXIT_ALPHA_INPUT'
exporting
input = ld_lifnr
importing
output = ld_lifnr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Dec 2010 09:58:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-29T09:58:10Z</dc:date>
    <item>
      <title>Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557590#M1564051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a program that uses the 'BAPI_REQUISITION_CREATE' to create Purchase Requisitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to make a requisition with Asset i take the following error :No master record exists for vendor xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched very much and i read many posts about this problem but i didn't find solution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look my code if you can see any problems :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BAPI_REQUISITION_CREATE'
     EXPORTING
       SKIP_ITEMS_WITH_ERROR                = ''
       AUTOMATIC_SOURCE                     = 'X'
     IMPORTING
        NUMBER                               = PREQ_NO
      TABLES
        REQUISITION_ITEMS                    = BAPIEBANC
        REQUISITION_ACCOUNT_ASSIGNMENT       = BAPIEBKN
*        REQUISITION_ITEM_TEXT                =
*        REQUISITION_LIMITS                   =
*        REQUISITION_CONTRACT_LIMITS          =
*        REQUISITION_SERVICES                 =
*        REQUISITION_SRV_ACCASS_VALUES        =
        RETURN                               = RETURN
*        REQUISITION_SERVICES_TEXT            =
*        REQUISITION_ADDRDELIVERY             =
*        EXTENSIONIN                          =
              .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i pass all the relative data to the tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i skip this message ?&lt;/P&gt;&lt;P&gt;Also the lifnr exists in LFA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 08:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557590#M1564051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T08:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557591#M1564052</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;Use  BAPI_PR_CREATE for creating the purchase requisition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shakeel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 08:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557591#M1564052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T08:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557592#M1564053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dimath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating REQUISITION, the vendor should have Purchasing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Go to tcode XK03. Enter the vendor number, CC and Purc. Org and tick the Purchasing data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hit Enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you receive an error like &lt;/P&gt;&lt;P&gt;"Vendor XXX has not been created for purchasing organization XXX",&lt;/P&gt;&lt;P&gt;the purchasing data for this vendor is not created.&lt;/P&gt;&lt;P&gt;Try another vendor for whom this data is present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchasing data is stored in table LFM1. You can use this table to find relevant vendors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 09:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557592#M1564053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T09:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557593#M1564054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i see someone that exist is lfm1 but when i choose him to the BAPI i take the following error&lt;/P&gt;&lt;P&gt;"Account 6408999999 requires an assignment to a CO".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i can understand the messages changes all the time ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 09:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557593#M1564054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557594#M1564055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dimath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming that the vendor does is not assigned to a company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you pick a vendor of an already existing requisition from ME53N and use it as a vendor (for the same item) in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 09:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557594#M1564055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T09:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557595#M1564056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have also developed the program using same BAPI. I had few validations like      &lt;/P&gt;&lt;P&gt;      perform conversion using wa_data1-sakto changing wa_acct-g_l_acct.&lt;/P&gt;&lt;P&gt;      perform conversion using wa_data1-anln1 changing wa_acct-asset_no.&lt;/P&gt;&lt;P&gt;*******Form for converting *******************&lt;/P&gt;&lt;P&gt;form conversion  using    p_p_input&lt;/P&gt;&lt;P&gt;                 changing p_p_output.&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  = p_p_input&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      output = p_p_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally we dont append zero infront of asset number and G/L acct number. So, this conversion should be taken care.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Manesh Ramachandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 09:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557595#M1564056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557596#M1564057</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;Convert the vendor before moving it to the BAPI structure using FM 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call function 'CONVERSION_EXIT_ALPHA_INPUT'
exporting
input = ld_lifnr
importing
output = ld_lifnr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 09:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557596#M1564057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T09:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557597#M1564058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because the i did't know the problem i stoped the program with  a break and i manually inserted the 0000 .&lt;/P&gt;&lt;P&gt;So the vendor now is 0000825930 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPIEBANC&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;2	PREQ_ITEM	N	5 	00010
3	DOC_TYPE	C	4 	NBI
4	PUR_GROUP	C	3 	100
5	CREATED_BY	C	12 	DPADIORAS
6	PREQ_NAME	C	12                                                                                
7	PREQ_DATE	D	8 	20121222
8	SHORT_TEXT	C	40 	New laptop
9	MATERIAL	C	18                                                                                
10	PUR_MAT	C	18                                                                                
11	PLANT	C	4 	2830
12	STORE_LOC	C	4 	0010
13	TRACKINGNO	C	10 	TR002
14	MAT_GRP	C	9 	999999
15	SUPPL_PLNT	C	4                                                                                
16	QUANTITY	P	7 	         1.000
17	UNIT	C	3 	ST
18	DEL_DATCAT	C	1                                                                                
19	DELIV_DATE	D	8 	20111227
20	REL_DATE	D	8 	00000000
21	GR_PR_TIME	P	2 	  0
22	C_AMT_BAPI	P	12 	                  0.0000
23	PRICE_UNIT	P	3 	    0
24	ITEM_CAT	C	1                                                                                
25	ACCTASSCAT	C	1 	K
31	DES_VENDOR	C	10 	0000850235
32	FIXED_VEND	C	10                                                                                
33	PURCH_ORG	C	4                                                                                &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPIEBKN&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;2	PREQ_ITEM	N	5 	00010
3	SERIAL_NO	N	2 	00
4	DELETE_IND	C	1                                                                                
5	CREATED_ON	D	8 	00000000
6	CREATED_BY	C	12                                                                                
7	PREQ_QTY	P	7 	         1.000
8	DISTR_PERC	P	2 	 0.0
9	G_L_ACCT	C	10 	6408999999
10	BUS_AREA	C	4                                                                                
11	COST_CTR	C	10 	910007
12	PROJ_NO	C	16                                                                                
13	SD_DOC	C	10                                                                                
14	SDOC_ITEM	N	6 	000000
15	SCHED_LINE	N	4 	0000
16	ASSET_NO	C	12                                                                                
17	SUB_NUMBER	C	4                                                                                
18	ORDER_NO	C	12                                                                                
19	GR_RCPT	C	12                                                                                
20	UNLOAD_PT	C	25                                                                                
21	CO_AREA	C	4 	2800
22	TO_COSTCTR	C	1 	X&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the message is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cost center 2800/910007 does not exist&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 10:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557597#M1564058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T10:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557598#M1564059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dimath72,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the errors you are receiving are functional errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To successfully proces a requisition, take an already existing requisition from ME53N and use its details like vendor, item etc here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jovito.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 10:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557598#M1564059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T10:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557599#M1564060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The funny thing is that i go to se37 - BAPI ....  and run it with some data .&lt;/P&gt;&lt;P&gt;It run OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same data i run it in program and it doesn't run !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 10:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557599#M1564060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T10:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557600#M1564061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leading zeroes? Try to add them to 910007.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 11:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557600#M1564061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557601#M1564062</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;If that is the case then its a problem of leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, your earlier error was :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cost center 2800/910007 does not exist&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the value for Cost Center was 910007 was &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;11	COST_CTR	C	10 	910007&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since cost center is of 10 digits, try 0000910007.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use CONVERSION_EXIT_ALPHA_INPUT to automatically convert the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
  EXPORTING
    input         = '910007'
 IMPORTING
   OUTPUT        = cost_ctr
          .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 11:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557601#M1564062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T11:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557602#M1564063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing !!&lt;/P&gt;&lt;P&gt;I have done 1000 test but nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 12:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557602#M1564063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T12:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557603#M1564064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cost center 2800/910007 does not exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether cost center 910007 exists in controlling area 2800???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 13:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557603#M1564064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-29T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557604#M1564065</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;As per my suggestion, you can use the similar CONVERSION_EXIT_ALPHA_INPUT for appending zeros in front of cost center input and then feed into BAPI. Its better you try the same cost center manually and try to create a PR if it is not happening in foreground it will not happen in the BAPI also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note few things&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Data in upload sheet might have cost center which are not present in Development environment. But it will be availabe either in quality or production system.&lt;/P&gt;&lt;P&gt;2) Kindly check whether you are testing in development test client.&lt;/P&gt;&lt;P&gt;3) Ask your functional consultants for active cost center and other data for dev environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Manesh.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 06:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557604#M1564065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-30T06:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557605#M1564066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 20:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557605#M1564066</guid>
      <dc:creator>carlos_do</dc:creator>
      <dc:date>2011-02-22T20:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi  'BAPI_REQUISITION_CREATE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557606#M1564067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dimath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to create a purchase requisition manually, by using the same data as you are passing to bapi. Once you are able to create PR manually, try the same data with your bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope by doing this you can analyse the error &amp;amp; be able to rectify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinit....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 05:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-requisition-create/m-p/7557606#M1564067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-23T05:14:42Z</dc:date>
    </item>
  </channel>
</rss>

