<?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: regarding BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843133#M44653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Ram,&lt;/P&gt;&lt;P&gt;I am determining the account code not selecting from F4.&lt;/P&gt;&lt;P&gt;problem here is next step is not proceeding taking this account code as input...&lt;/P&gt;&lt;P&gt;if u could see that screen u can find my point.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2005 12:02:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-02T12:02:42Z</dc:date>
    <item>
      <title>regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843118#M44638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear guys,&lt;/P&gt;&lt;P&gt;I have problem in Batch input program.&lt;/P&gt;&lt;P&gt;we have written batch input program to upload text file containting one record.&lt;/P&gt;&lt;P&gt;Text data contains records for Companycode 100, the structure like this delimted by tab.&lt;/P&gt;&lt;P&gt;Comp &lt;/P&gt;&lt;P&gt;code   Year             GLacct no     amount&lt;/P&gt;&lt;P&gt;100	2004	045N	081100100	-65000000	-65000000	-65000000	-70000000	-65000000	-70000000	-70000000	-70000000	-86000000	-111000000	-127000000	0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i used this text file to upload.its not uploading uploaded to table glt0 even though it works fine for&lt;/P&gt;&lt;P&gt;company code 200 or 790.&lt;/P&gt;&lt;P&gt;Yes, if i just try for changing Companycode 100 to 200 or 790 it gets uploaded fine without any problem.&lt;/P&gt;&lt;P&gt;only in case of companycode 100, I get not working. why is it. How can i debug and where could be the problem.&lt;/P&gt;&lt;P&gt;can some body help me.&lt;/P&gt;&lt;P&gt;Ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 03:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843118#M44638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T03:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843119#M44639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In you CALL TRANSACTION statement change the mode as 'A' instead of 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you would be able to see the problem for yourself as screens will be shown to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is some the error at the time of processing that you would come to know and then you need to solve it accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 03:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843119#M44639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T03:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843120#M44640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Ram,&lt;/P&gt;&lt;P&gt;Thanks, I am using BDC not Call transaction.&lt;/P&gt;&lt;P&gt;How can i check this mode in bDC..open,insert and close.?&lt;/P&gt;&lt;P&gt;Ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 03:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843120#M44640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T03:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843121#M44641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambichan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in that case it should be creating a BDC session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actaully both are called BDCs only..CALL Xn and Session methods of BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not processing your session from within your program then you should check if a session is created in Xn SM35 and process it from there .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will also help you in looking at the screens or error sessions. Just check out there and let me know if you find anything over there !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be a few tabs , check all and see if a session is created/processed recently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was not processed properly then it should be there in incorrect tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could not find any session created over there in that case you should debug your program to check if the file is getting uploaded and BDCDATA is populated properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ram Manohar Tiwari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ram Manohar Tiwari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 03:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843121#M44641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T03:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843122#M44642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey RAM,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;Condition here is i get Session in SM35.&lt;/P&gt;&lt;P&gt;It was successfully executed. also i debugged the code&lt;/P&gt;&lt;P&gt;i can see data get poplulated at BDCDATA..i can see all SY-subrc to be normal.&lt;/P&gt;&lt;P&gt;that what i am wondering where the problem is...&lt;/P&gt;&lt;P&gt;In case of 200 companycode also same thing but i datas are updated.&lt;/P&gt;&lt;P&gt;anyother alternative..&lt;/P&gt;&lt;P&gt;see code as below&lt;/P&gt;&lt;P&gt;  perform  frm_open_group                 using  tmp_sess  sy-uname.&lt;/P&gt;&lt;P&gt;  check  wk_subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform  frm_bdc_insert              &lt;/P&gt;&lt;P&gt;    using  cns_trcd  tmp_sess.&lt;/P&gt;&lt;P&gt;  check  wk_subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform  frm_close_group                using  tmp_sess.&lt;/P&gt;&lt;P&gt;  check  wk_subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform  frm_submit                  " &amp;#131;Z&amp;#131;b&amp;#131;V&amp;#131;&amp;#135;&amp;#131;&amp;#147;&amp;#130;ð&amp;#142;À&amp;#141;s&amp;#130;·&amp;#130;é&amp;#129;B&lt;/P&gt;&lt;P&gt;    using  tmp_sess  sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 03:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843122#M44642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T03:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843123#M44643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will suggest keep a breakpoint at check wk_subrc = 0 stmt in the code below.&lt;/P&gt;&lt;P&gt;perform frm_close_group using tmp_sess.&lt;/P&gt;&lt;P&gt;check wk_subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this time your session is created but not processed.&lt;/P&gt;&lt;P&gt;Let the program be standstill at the breakpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open another session for Xn SM35 and check the session .&lt;/P&gt;&lt;P&gt;it should be there as  new.&lt;/P&gt;&lt;P&gt;Then process it from there in foreground mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know ..I would be leaving for office soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ram Manohar Tiwari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 03:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843123#M44643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T03:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843124#M44644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ambi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for what transaction is your bdc ?&lt;/P&gt;&lt;P&gt;Which error mess. you've got in bdc-protocol ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 05:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843124#M44644</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-06-02T05:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843125#M44645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Andreas,&lt;/P&gt;&lt;P&gt;Thanks for your continuation.&lt;/P&gt;&lt;P&gt;I am working with transaction GP12.&lt;/P&gt;&lt;P&gt;do we have any problem with this transaction flow..because..&lt;/P&gt;&lt;P&gt;for 200 and 700 I can retrieve GL code 81100100 with 8digits length.&lt;/P&gt;&lt;P&gt;but i heard there is some prob when Company code is 100 and to fetch GL account code&lt;/P&gt;&lt;P&gt;we have to add "0" before 81100100 is it?(I am not 100%sure of this fact)&lt;/P&gt;&lt;P&gt;whatever it is..i am struck up here..&lt;/P&gt;&lt;P&gt;As per Ram..i continued till creating new Session at SM35 and i was trying to execute it by clicking clock icon.&lt;/P&gt;&lt;P&gt;now its running..and it seems taking long time for this process..let me check out for some more time..&lt;/P&gt;&lt;P&gt;In the mean while...BTW, I dont get any error message while executing my program..thats the problem i could not&lt;/P&gt;&lt;P&gt;debug.&lt;/P&gt;&lt;P&gt;could u pls follow me...&lt;/P&gt;&lt;P&gt;AMbichan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ambi chan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 06:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843125#M44645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T06:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843126#M44646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTB, I have one doubt here..&lt;/P&gt;&lt;P&gt;I just made breakpoint in program and program is still in debug mode, not executing the session thru SUBMIT statement.&lt;/P&gt;&lt;P&gt;In the mean time i tried to execute the Session by SM35.its executing by showing hourglass..icon..but&lt;/P&gt;&lt;P&gt;i want to know whether i want to executed the remaining program after executing SM35 session. or only executing SEssion is enough to confirm error.?&lt;/P&gt;&lt;P&gt;BEcause while executing session i did not get any screens coming up..fastly.&lt;/P&gt;&lt;P&gt;Ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 06:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843126#M44646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T06:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843127#M44647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ambi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry but Gp12 isn't my profession.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've no possib. to test your bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; the only hint i can give you is to the account&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; map the field with conversion-extit alpha:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: out_racct type glt0-racct.

PERFORM ALPHAFORMAT(SAPFS000) USING in_racct out_racct.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and transfer out_racct to the according dynpro field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 08:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843127#M44647</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-06-02T08:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843128#M44648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey andreas,&lt;/P&gt;&lt;P&gt;Thanks for your hint.&lt;/P&gt;&lt;P&gt;Actually i find the problem in GP12 transactionwith screen SAPMGPLN.&lt;/P&gt;&lt;P&gt;where i can enter the GL account code say example 81100100 into textbox and click enter&lt;/P&gt;&lt;P&gt;will take you to the corresonding account code 8110100 textbox from the list.&lt;/P&gt;&lt;P&gt;Problem here is while i enter GP12 with 100 company code, 8digit 8110100 code entering&lt;/P&gt;&lt;P&gt;in text box, does not matches the search.(unless 0 is added to 8110100 as 08110100)&lt;/P&gt;&lt;P&gt;where as for 200 companycode, no need to give 0 in front, it automatically finds search with this&lt;/P&gt;&lt;P&gt;8 digit code. why is this.&lt;/P&gt;&lt;P&gt;This looks strange in my environment..could yuu pls tell me whether its SAP BUG or &lt;/P&gt;&lt;P&gt;only with my environment.&lt;/P&gt;&lt;P&gt;Already i have done what u have said can u check below code. difference is&lt;/P&gt;&lt;P&gt;data TMP_SAKNR_SAP      LIKE  SKB1-SAKNR is declared instead of GLt0-saknr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------" /&gt;&lt;P&gt;  DATA:&lt;/P&gt;&lt;P&gt;    TMP_SAKNR_SAP      LIKE  SKB1-SAKNR,&lt;/P&gt;&lt;P&gt;    TMP_SAKNR_OUT(09)  TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP  AT  ITAB_PLAN01  WHERE ( BUKRS  =  P_BUKRS )&lt;/P&gt;&lt;P&gt;                         AND   ( RYEAR  =  P_RYEAR ).&lt;/P&gt;&lt;P&gt;&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  = ITAB_PLAN01-SAKNR&lt;/P&gt;&lt;P&gt;         IMPORTING&lt;/P&gt;&lt;P&gt;              OUTPUT = TMP_SAKNR_SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF  TMP_SAKNR_SAP  CN  '0123456789'." i iimoto&lt;/P&gt;&lt;P&gt;      MOVE  TMP_SAKNR_SAP+0(8)  TO  TMP_SAKNR_OUT.  " i iimoto&lt;/P&gt;&lt;P&gt;    ELSE.                              " i iimoto&lt;/P&gt;&lt;P&gt;      MOVE  TMP_SAKNR_SAP+2(8)  TO  TMP_SAKNR_OUT.  " i iimoto&lt;/P&gt;&lt;P&gt;    ENDIF.                             " i iimoto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM  FRM_BDC_SAPMGPLN_2210     &lt;/P&gt;&lt;P&gt;      USING  CNS_FN_FIND  TMP_SAKNR_OUT  CNS_OK_ENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 09:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843128#M44648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T09:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843129#M44649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear andreas,&lt;/P&gt;&lt;P&gt;one more thing is,&lt;/P&gt;&lt;P&gt;Why in screen SAPMGPLN, Account code text field differs&lt;/P&gt;&lt;P&gt;in width by 8 or 9 sometimes..is it fixed lenght for the text field or dynamic.&lt;/P&gt;&lt;P&gt;Is this not standard bug?&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 09:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843129#M44649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T09:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843130#M44650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ambi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you executing the session in foreground from SM35?&lt;/P&gt;&lt;P&gt;If yes then how come you diddn't get any screen ?&lt;/P&gt;&lt;P&gt;Did you check the log in SM35? Paly around with SM35.&lt;/P&gt;&lt;P&gt;you have the mouse to click and a screen right there in front of you, how come you guys manage to not play with it &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the breakpoint you may not execute your program.&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>Thu, 02 Jun 2005 10:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843130#M44650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T10:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843131#M44651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ram,&lt;/P&gt;&lt;P&gt;Sorry to trouble u more.&lt;/P&gt;&lt;P&gt;Yes i executed the session in forground.&lt;/P&gt;&lt;P&gt;and i found that In transaction GP12, screen SAPMPLG,&lt;/P&gt;&lt;P&gt;The GL account code setted in text box is not retrieving the correct one from the list of Accountcode, Instead&lt;/P&gt;&lt;P&gt;it take very first one GL account code in the list&lt;/P&gt;&lt;P&gt;and session continues.&lt;/P&gt;&lt;P&gt;so if we think Problem is with Account code, then i have to say that only for Company code100 has this problem and where as for Company code 200 it works fine with the same record datas.&lt;/P&gt;&lt;P&gt;i think problem is with matching the account code..sometimes it works fine and sometime it not.why.&lt;/P&gt;&lt;P&gt;Thats the problem. what i have paste above code does matters. if y ou have some idea on this pls suggest me&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 10:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843131#M44651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T10:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843132#M44652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can't select from F4 value list in a BDC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should determine it in your program and populate it in BDCDATA.&lt;/P&gt;&lt;P&gt;Determine Account code and populate it in BDCDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 11:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843132#M44652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843133#M44653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Ram,&lt;/P&gt;&lt;P&gt;I am determining the account code not selecting from F4.&lt;/P&gt;&lt;P&gt;problem here is next step is not proceeding taking this account code as input...&lt;/P&gt;&lt;P&gt;if u could see that screen u can find my point.&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 12:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843133#M44653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T12:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843134#M44654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does that mean that config is not there ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the account code applicable for 1000 company code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you do this transaction from outside the BDC.&lt;/P&gt;&lt;P&gt;Just as a normal trasnaction and input the same data to check ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then discuss with your FI functional conaultant if it's a config issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 14:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843134#M44654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T14:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843135#M44655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ambi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your discussions you had mentioned that due to GL not being popualted properly its not executing fully , put a condition before the perform BDCXXX that if the company code is being entered is  Gl account number should begin with 0 for company code 200, and if the company code is 100 to use the FM   "CONVERSION_EXIT_ALPHA_OUTPUT" this would help you place a 0 before the GL account number if the company code is 200 and it will negate if the company code is 100 (depends on your condition)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Seshi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GP12 transactionwith screen SAPMGPLN.&lt;/P&gt;&lt;P&gt;where i can enter the GL account code say example 81100100 into textbox and click enter&lt;/P&gt;&lt;P&gt;will take you to the corresonding account code 8110100 textbox from the list.&lt;/P&gt;&lt;P&gt;Problem here is while i enter GP12 with 100 company code, 8digit 8110100 code entering&lt;/P&gt;&lt;P&gt;in text box, does not matches the search.(unless 0 is added to 8110100 as 08110100)&lt;/P&gt;&lt;P&gt;where as for 200 companycode, no need to give 0 in front, it automatically finds search with this&lt;/P&gt;&lt;P&gt;8 digit code. why is this.&lt;/P&gt;&lt;P&gt;This looks strange in my environment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 14:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843135#M44655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843136#M44656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambichan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for not reading your last post before replying , earlier. But it was a busy day for me in the office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem might be due to number range / account range config difference. you can check this with some help from your FI consultant. And check it outside BDC , just by using Xn directly and entering similar data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you are sure that in case of Ccode 1000, adding 0 before Account works , then you can use alpha conversion exit as suggested by others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2005 15:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843136#M44656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-02T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843137#M44657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;Thanks for your replies.&lt;/P&gt;&lt;P&gt;today let me explain my problem in particular.&lt;/P&gt;&lt;P&gt;we have two clients 900development sys and 500 prod sys.&lt;/P&gt;&lt;P&gt;I checked GL12 transaction scree in both clients with respect to company code 100.&lt;/P&gt;&lt;P&gt;In client 900(dev), It allows me only 8 digits account code to be entered and it proceeds fine.&lt;/P&gt;&lt;P&gt;(Without BDC, direct entry in GLP12 trcd date updates fine)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in client 500(prod), It allows me 9 digits account code to be entered, and asking for adding 0 before the&lt;/P&gt;&lt;P&gt;account code.(Without BDC, direct entry in GLP12 trcd date does not update data fine, unless you add 0 at the begining, if u enter only8 digits acct code, then it takes first accout no by default and proceeds the process)&lt;/P&gt;&lt;P&gt;Note : only for ccode 100, its like this(ie, allowing 9 digits at textbox), all other company code it allows only 8 digit code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to find the reason why it is, as i dont have FI consutlant with me here..atleast i want to point out exact reason for the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats why i am struggling..here&lt;/P&gt;&lt;P&gt;Hope u understand. further advise pls.&lt;/P&gt;&lt;P&gt;Actually my old colleague did codedlike this in case of alpha exits conversion&lt;/P&gt;&lt;P&gt;could you pls check and tell if anything can be changed and check here.&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;TMP_SAKNR_SAP LIKE SKB1-SAKNR,&lt;/P&gt;&lt;P&gt;TMP_SAKNR_OUT(09) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB_PLAN01 WHERE ( BUKRS = P_BUKRS )&lt;/P&gt;&lt;P&gt;AND ( RYEAR = P_RYEAR ).&lt;/P&gt;&lt;P&gt;&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 = ITAB_PLAN01-SAKNR&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;OUTPUT = TMP_SAKNR_SAP.&lt;/P&gt;&lt;P&gt;/* here by default my colleagueis taking 8 digit and continuing the process..&lt;/P&gt;&lt;P&gt;hope thats why the problem&lt;/P&gt;&lt;P&gt;IF TMP_SAKNR_SAP CN '0123456789'." i iimoto&lt;/P&gt;&lt;P&gt;MOVE TMP_SAKNR_SAP+0(8) TO TMP_SAKNR_OUT. " i iimoto&lt;/P&gt;&lt;P&gt;ELSE. " i iimoto&lt;/P&gt;&lt;P&gt;MOVE TMP_SAKNR_SAP+2(8) TO TMP_SAKNR_OUT. " i iimoto /* condition goes here always with100&lt;/P&gt;&lt;P&gt;ENDIF. " i iimoto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM FRM_BDC_SAPMGPLN_2210 &lt;/P&gt;&lt;P&gt;USING CNS_FN_FIND TMP_SAKNR_OUT CNS_OK_ENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2005 02:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/843137#M44657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-03T02:14:41Z</dc:date>
    </item>
  </channel>
</rss>

