Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

STARTRFC.EXE issue

Former Member
0 Kudos

Hi all,

we've developed an RFC FM.

The problem is when I check structure in quality system I can see that all fields are populated, but when I run this startfc I do not get all the columns exported at tables T_OUT1 and T_OUT2

set P_VKORG=1000

set P_VTWEG=10

set P_SPART=10

set TABLE1=T_OUT1

set TABLE2=T_OUT2

set PARIN1=T_KTOKD_SHIPTO

set PARIN2=T_KTOKD_PAYER

startrfc.exe -3 -h %HOST% -s %SYSNO% -u %USER% -p %PASS% -c %MANDT% -l %LANG% -E P_VKORG=%P_VKORG% -E P_VTWEG=%P_VTWEG% -E P_SPART=%P_SPART% -F Z_HRSD_FRONTMANSFA_CUSTOMERS -T %PARIN1%,1000,r=%PARIN1%.par -T %PARIN2%,1000,r=%PARIN2%.par -T %TABLE1%,1000,w=%TABLE1%.txt -T %TABLE2%,1000,w=%TABLE2%.txt

Any clue?

Thanks in advanced!

1 REPLY 1

Former Member
0 Kudos

I think you're parameters are incorrect. Can you cross check them again: http://goo.gl/MILvg.