<?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: User Credentials in BDC session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089526#M732791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I think you are thinking in the right direction, except I am not able to find the RFC destination that you were talking about. The following is a sample recording&lt;/P&gt;&lt;P&gt;for my STMS transaction through BDC. Any pointers would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
	0000	T	STMS	BS
SAPLTMSU	0100	X		
	0000		BDC_CURSOR	WTMSU-SYSNAM
	0000		BDC_OKCODE	=IMPO
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	08/06
	0000		BDC_OKCODE	=PICK
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	02/03
	0000		BDC_OKCODE	=REFR
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	05/16
	0000		BDC_OKCODE	=FILT
SAPLTMSU_IQ	0504	X		
	0000		BDC_CURSOR	SO_TRKOR-LOW
	0000		BDC_OKCODE	=OKAY
	0000		SO_TRKOR-LOW	C9AK900024
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	09/13
	0000		BDC_OKCODE	=FTPQ
SAPLSPO1	0600	X		
	0000		BDC_OKCODE	=OPT1
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	09/13
	0000		BDC_OKCODE	=IMPS
SAPLTMSU	0220	X		
	0000		BDC_CURSOR	WTMSU-CLIENT
	0000		BDC_OKCODE	=OKAY
	0000		BDC_SUBSCR	SAPLTMSU                                0221SCREEN_HEADER
	0000		GS_DYN220-DIALOG	X
SAPLSPO1	0600	X		
	0000		BDC_OKCODE	=OPT1
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	09/13
	0000		BDC_OKCODE	=REFR
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	09/13
	0000		BDC_OKCODE	=%EX
SAPLTMSU	0100	X		
	0000		BDC_CURSOR	WTMSU-SYSNAM
	0000		BDC_OKCODE	=EXIT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 21:38:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-19T21:38:02Z</dc:date>
    <item>
      <title>User Credentials in BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089524#M732789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I record and replay a BDC transaction, even as a background process, the screen that asks for userid and password before taking me to a certain transaction always pops up. This is evident from the recorded code too because the userid and password info are missing. &lt;/P&gt;&lt;P&gt;Is there a way I can send the userid and password forcibly in the code and avoid the prompt ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 20:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089524#M732789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T20:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: User Credentials in BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089525#M732790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somewhere in the code, there is an RFC destination used in SM59. Instead of the destination that is there, use one that has a userid and password included. (You may have to create one specific to the transaction you are executing.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 20:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089525#M732790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T20:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: User Credentials in BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089526#M732791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I think you are thinking in the right direction, except I am not able to find the RFC destination that you were talking about. The following is a sample recording&lt;/P&gt;&lt;P&gt;for my STMS transaction through BDC. Any pointers would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
	0000	T	STMS	BS
SAPLTMSU	0100	X		
	0000		BDC_CURSOR	WTMSU-SYSNAM
	0000		BDC_OKCODE	=IMPO
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	08/06
	0000		BDC_OKCODE	=PICK
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	02/03
	0000		BDC_OKCODE	=REFR
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	05/16
	0000		BDC_OKCODE	=FILT
SAPLTMSU_IQ	0504	X		
	0000		BDC_CURSOR	SO_TRKOR-LOW
	0000		BDC_OKCODE	=OKAY
	0000		SO_TRKOR-LOW	C9AK900024
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	09/13
	0000		BDC_OKCODE	=FTPQ
SAPLSPO1	0600	X		
	0000		BDC_OKCODE	=OPT1
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	09/13
	0000		BDC_OKCODE	=IMPS
SAPLTMSU	0220	X		
	0000		BDC_CURSOR	WTMSU-CLIENT
	0000		BDC_OKCODE	=OKAY
	0000		BDC_SUBSCR	SAPLTMSU                                0221SCREEN_HEADER
	0000		GS_DYN220-DIALOG	X
SAPLSPO1	0600	X		
	0000		BDC_OKCODE	=OPT1
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	09/13
	0000		BDC_OKCODE	=REFR
SAPMSSY0	0120	X		
	0000		BDC_CURSOR	09/13
	0000		BDC_OKCODE	=%EX
SAPLTMSU	0100	X		
	0000		BDC_CURSOR	WTMSU-SYSNAM
	0000		BDC_OKCODE	=EXIT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 21:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089526#M732791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T21:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: User Credentials in BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089527#M732792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't realize you were using STMS. I guess the connection is made by the transaction somehow. You may want to ask a basis person to walk you through the manual process. This may give you some ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 21:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-credentials-in-bdc-session/m-p/3089527#M732792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T21:50:45Z</dc:date>
    </item>
  </channel>
</rss>

