<?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 for doing MIGO along with capturing excise values. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672320#M1448188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ghose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi . Previously i got good solutions from your side . I have an issue with tcode 'cu50' . Our materials have almost 35 characteristics. When i create a quotation or order i can see only few of them . We give only few characteristics as a option for customer to select. Our consultants are maintained this at cu50 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a sales order quotation from external system . I have to give the default characteristics for the customer first then he can select the options. There are some standard bapis are there which give the characteristics . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These bapis are giving all the characteristics but i need only which is maintained at CU50 . I tried a lot with different fm and not get a solution. Please give me some idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: madhurao123 on Mar 20, 2010 6:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Mar 2010 17:25:14 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2010-03-20T17:25:14Z</dc:date>
    <item>
      <title>BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672310#M1448178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am doing good reciept for stock transfer through MB01  through BAPI_GOODSMVT_CREATE . In BAPI_EXCINV_CREATE_FROMDATA there is no code AVAILABLE as this bapi is not released . HOW TO GET CODE FOR IT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do this with bapi only TO UPDATE EXCISE INV VALUES IN GOOD RECIEPT DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: deepika jain on Mar 11, 2010 8:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 07:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672310#M1448178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T07:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672311#M1448179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can see the code for this bapi by typeing the bapi name in se37.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 12:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672311#M1448179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T12:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672312#M1448180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can see the code for this bapi by typeing the bapi name in se37.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is how this bapi looks when called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_EXCINV_CREATE_FROMDATA'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      obj_header         =&lt;/P&gt;&lt;P&gt;      process_flag       =&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      obj_item           =&lt;/P&gt;&lt;P&gt;      return             =&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 12:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672312#M1448180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T12:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672313#M1448181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Check the BOR Object J_1IEXCINV and the method CreateFromData has the detailed code you require.&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;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 10:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672313#M1448181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-12T10:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672314#M1448182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no coding availble the function J_1IEXCINV in in non released status in 4.6 C . can u provide me the code of BAPI_EXCINV_CREATE_FROMDATA .when  i  see  the code its like this in se37  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION BAPI_EXCINV_CREATE_FROMDATA .&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(OBJ_HEADER) LIKE  BAPI_J_1IEXCHDR STRUCTURE&lt;/P&gt;&lt;P&gt;*"        BAPI_J_1IEXCHDR&lt;/P&gt;&lt;P&gt;*"     VALUE(PROCESS_FLAG) LIKE  BAPI_J_1IEXCHDR-REF_INDICATOR&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      OBJ_ITEM STRUCTURE  BAPI_J_1IEXCDTL&lt;/P&gt;&lt;P&gt;*"      RETURN STRUCTURE  BAPIRET2&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;*This function takes input from external system regarding the&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Excise invoice header and item. The process_flag tells whether&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*the invoice is incoming or outging. The transaction type is to be&lt;/P&gt;&lt;P&gt;*set accordingly. Excise invoice number is generated externally&lt;/P&gt;&lt;P&gt;*This function generates an internal number, Part 2 numbers and&lt;/P&gt;&lt;P&gt;*creates an FI document for the CENVAT posting. The logical system&lt;/P&gt;&lt;P&gt;*details coming from the external application needs to be updated&lt;/P&gt;&lt;P&gt;*into the excise data as well as accounting data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Mar 2010 07:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672314#M1448182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-13T07:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672315#M1448183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aveek,&lt;/P&gt;&lt;P&gt; no coding availble the function J_1IEXCINV in in non released status in 4.6 C . can u provide me the code of BAPI_EXCINV_CREATE_FROMDATA .when  i  see  the code its like this in se37  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION BAPI_EXCINV_CREATE_FROMDATA .&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(OBJ_HEADER) LIKE  BAPI_J_1IEXCHDR STRUCTURE&lt;/P&gt;&lt;P&gt;*"        BAPI_J_1IEXCHDR&lt;/P&gt;&lt;P&gt;*"     VALUE(PROCESS_FLAG) LIKE  BAPI_J_1IEXCHDR-REF_INDICATOR&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      OBJ_ITEM STRUCTURE  BAPI_J_1IEXCDTL&lt;/P&gt;&lt;P&gt;*"      RETURN STRUCTURE  BAPIRET2&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;*This function takes input from external system regarding the&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Excise invoice header and item. The process_flag tells whether&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*the invoice is incoming or outging. The transaction type is to be&lt;/P&gt;&lt;P&gt;*set accordingly. Excise invoice number is generated externally&lt;/P&gt;&lt;P&gt;*This function generates an internal number, Part 2 numbers and&lt;/P&gt;&lt;P&gt;*creates an FI document for the CENVAT posting. The logical system&lt;/P&gt;&lt;P&gt;*details coming from the external application needs to be updated&lt;/P&gt;&lt;P&gt;*into the excise data as well as accounting data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Mar 2010 07:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672315#M1448183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-13T07:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672316#M1448184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You need access to SAP ECC 6.0 system. I will have access on Monday and will be able tp provide the details.&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;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Mar 2010 08:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672316#M1448184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-13T08:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672317#M1448185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  This is all that is available in the system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN_METHOD CREATEFROMDATA CHANGING CONTAINER.&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;      OBJHEADER LIKE BAPI_J_1IEXCHDR,&lt;/P&gt;&lt;P&gt;      PROCESSFLAG LIKE BAPI_J_1IEXCHDR-REF_INDICATOR,&lt;/P&gt;&lt;P&gt;      OBJITEM LIKE BAPI_J_1IEXCDTL OCCURS 0,&lt;/P&gt;&lt;P&gt;      RETURN LIKE BAPIRET2 OCCURS 0.&lt;/P&gt;&lt;P&gt;  SWC_GET_ELEMENT CONTAINER 'ObjHeader' OBJHEADER.&lt;/P&gt;&lt;P&gt;  SWC_GET_ELEMENT CONTAINER 'ProcessFlag' PROCESSFLAG.&lt;/P&gt;&lt;P&gt;  SWC_GET_TABLE CONTAINER 'ObjItem' OBJITEM.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_EXCINV_CREATE_FROMDATA'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      OBJ_HEADER = OBJHEADER&lt;/P&gt;&lt;P&gt;      PROCESS_FLAG = PROCESSFLAG&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      OBJ_ITEM = OBJITEM&lt;/P&gt;&lt;P&gt;      RETURN = RETURN&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS = 01.&lt;/P&gt;&lt;P&gt;  CASE SY-SUBRC.&lt;/P&gt;&lt;P&gt;    WHEN 0.            " OK&lt;/P&gt;&lt;P&gt;    WHEN OTHERS.       " to be implemented&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;  SWC_SET_TABLE CONTAINER 'Return' RETURN.&lt;/P&gt;&lt;P&gt;END_METHOD.&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;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 06:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672317#M1448185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T06:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672318#M1448186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aveek&lt;/P&gt;&lt;P&gt;but this doesnt help as the function is having no code.&lt;/P&gt;&lt;P&gt;is there any other function available to capture excise invoice &lt;/P&gt;&lt;P&gt;not bdc plz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Deepika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672318#M1448186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672319#M1448187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Here is the code for the FM and Country India Version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION BAPI_EXCINV_CREATE_FROMDATA .&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(OBJ_HEADER) LIKE  BAPI_J_1IEXCHDR STRUCTURE&lt;/P&gt;&lt;P&gt;*"        BAPI_J_1IEXCHDR&lt;/P&gt;&lt;P&gt;*"     VALUE(PROCESS_FLAG) LIKE  BAPI_J_1IEXCHDR-REF_INDICATOR&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      OBJ_ITEM STRUCTURE  BAPI_J_1IEXCDTL&lt;/P&gt;&lt;P&gt;*"      RETURN STRUCTURE  BAPIRET2&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;ENHANCEMENT-POINT BAPI_EXCINV_CREATE_FROMDATA_G8 SPOTS ES_SAPLJ1IBAPI STATIC.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-Start: BAPI_EXCINV_CREATE_FROMDATA_G8----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 5  MGV_GENERATED_SAPLJ1IBAPI.    "active version&lt;/P&gt;&lt;P&gt;DATA: T_MGV_FNAMES1 LIKE MGVBAPIFNAMES OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-End:   BAPI_EXCINV_CREATE_FROMDATA_G8----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT-POINT BAPI_EXCINV_CREATE_FROMDATA_G6 SPOTS ES_SAPLJ1IBAPI.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-Start: BAPI_EXCINV_CREATE_FROMDATA_G6----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 1  MGV_GENERATED_SAPLJ1IBAPI.    "active version&lt;/P&gt;&lt;P&gt;*{BAPI Begin} generation &lt;A href="http://intranet.sap.com/materialversion" target="test_blank"&gt;http://intranet.sap.com/materialversion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;*Do not change coding between begin and end comments. ANI 20050118&lt;/P&gt;&lt;P&gt;T_MGV_FNAMES1-INT = 'MATERIAL'.&lt;/P&gt;&lt;P&gt;T_MGV_FNAMES1-EXT = 'MATERIAL_EXTERNAL'.&lt;/P&gt;&lt;P&gt;T_MGV_FNAMES1-VERS = 'MATERIAL_VERSION'.&lt;/P&gt;&lt;P&gt;T_MGV_FNAMES1-GUID = 'MATERIAL_GUID'.&lt;/P&gt;&lt;P&gt;APPEND T_MGV_FNAMES1.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MATNR_BAPI_TABLES_CONVERSION'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;  INT_TO_EXTERNAL = ' '&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;  T_FNAMES = T_MGV_FNAMES1&lt;/P&gt;&lt;P&gt;  T_MATNR  = OBJ_ITEM&lt;/P&gt;&lt;P&gt;  .&lt;/P&gt;&lt;P&gt;*{BAPI End} generation&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-End:   BAPI_EXCINV_CREATE_FROMDATA_G6----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*This function takes input from external system regarding the&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Excise invoice header and item. The process_flag tells whether&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*the invoice is incoming or outging. The transaction type is to be&lt;/P&gt;&lt;P&gt;*set accordingly. Excise invoice number is generated externally&lt;/P&gt;&lt;P&gt;*This function generates an internal number, Part 2 numbers and&lt;/P&gt;&lt;P&gt;*creates an FI document for the CENVAT posting. The logical system&lt;/P&gt;&lt;P&gt;*details coming from the external application needs to be updated&lt;/P&gt;&lt;P&gt;*into the excise data as well as accounting data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT-POINT BAPI_EXCINV_CREATE_FROMDATA_G7 SPOTS ES_SAPLJ1IBAPI.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-Start: BAPI_EXCINV_CREATE_FROMDATA_G7----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT 2  MGV_GENERATED_SAPLJ1IBAPI.    "active version&lt;/P&gt;&lt;P&gt;*{BAPI Begin} generation &lt;A href="http://intranet.sap.com/materialversion" target="test_blank"&gt;http://intranet.sap.com/materialversion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MATNR_BAPI_TABLES_CONVERSION'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;  INT_TO_EXTERNAL = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;  T_FNAMES = T_MGV_FNAMES1&lt;/P&gt;&lt;P&gt;  T_MATNR  = OBJ_ITEM&lt;/P&gt;&lt;P&gt;  .&lt;/P&gt;&lt;P&gt;*{BAPI End} generation&lt;/P&gt;&lt;P&gt;ENDENHANCEMENT.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;$-End:   BAPI_EXCINV_CREATE_FROMDATA_G7----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt;$&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&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;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 07:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672319#M1448187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T07:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672320#M1448188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ghose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi . Previously i got good solutions from your side . I have an issue with tcode 'cu50' . Our materials have almost 35 characteristics. When i create a quotation or order i can see only few of them . We give only few characteristics as a option for customer to select. Our consultants are maintained this at cu50 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a sales order quotation from external system . I have to give the default characteristics for the customer first then he can select the options. There are some standard bapis are there which give the characteristics . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These bapis are giving all the characteristics but i need only which is maintained at CU50 . I tried a lot with different fm and not get a solution. Please give me some idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: madhurao123 on Mar 20, 2010 6:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Mar 2010 17:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672320#M1448188</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2010-03-20T17:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for doing MIGO along with capturing excise values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672321#M1448189</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>Wed, 28 Dec 2011 07:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-doing-migo-along-with-capturing-excise-values/m-p/6672321#M1448189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T07:29:55Z</dc:date>
    </item>
  </channel>
</rss>

