Application Development and Automation 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: 
Read only

RFC : Table Structure with the String type

Former Member
0 Likes
6,052

HI ALL,

In RFC, while using a table structure with a field of type ALPFSTRING; I am getting the following error

"Only tables with flat line structure are allowed in RFC"

For RFC , Is there any way to define a structure with a field of type string/ALPFSTRING ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,046

Create one structure in SE11 -> select Radio button called data type-> enter structure name start with Z*

-> click on create -> select structure in pop up window.

here use component type called SLDSTRING

Now activate it.

goto SE37 -> tables use like your structurte.

Thanks

Seshu

4 REPLIES 4
Read only

Former Member
0 Likes
2,047

Create one structure in SE11 -> select Radio button called data type-> enter structure name start with Z*

-> click on create -> select structure in pop up window.

here use component type called SLDSTRING

Now activate it.

goto SE37 -> tables use like your structurte.

Thanks

Seshu

Read only

Former Member
0 Likes
2,046

Hi,

Try with any of these structures

[code]AFABD_UPDATE Field string AFABD (for editing BAPIs)

AFM_BIFMFSA Append for Fund Center substrings

AFM_FMFCTEXT Append for Fund Center substrings texts

AFM_FMFCTF Append for Fund Center substrings

AFM_FMFINCODE Append for Fund substrings

AFM_IFMFICTR Append for Fund Center substrings

AFM_IFMFICTR_T Append for Fund Center substring texts

AFM_IFMFINCODE_T Append for Fund substring texts

AFM_IFMFIPEX_T Append for Commitment Item substring texts

AFM_TFKB Append for Function substrings and authority

AFM_TFKB_T Append for Substring Texts of Functional Area

AFVG_SCHED Field string: Fields relevant to scheduling

AFVGD_UPD Field string AFVGD (for editing BAPIs)

AFVGD_UPDATE Field string AFVGD (for editing BAPIs)

APB_LPD_S_STRING Structure for LPD strings

APPCHK DD: Control string for APPEND checks[\code]

Edited by: Chandrasekhar Jagarlamudi on Jan 4, 2008 11:07 PM

Read only

mnicolai_77
Active Participant
0 Likes
2,046

hi,

you cant use it in tables parameter but you can in exporting parameter.

in exporting parameter insert this:

>

>FUNCTION test

>*"----


>""Local Interface:

>*" EXPORTING

>*" VALUE(ACO_TT_STRING) TYPE ACO_TT_STRING

>*"----


ACO_TT_STRING is a table type that have a row type as string.

bye.

Marco

Read only

former_member194669
Active Contributor
0 Likes
2,046

Hi,

Instead of using ALPHASTRING use table type STRINGTAB

Please check for function module SXMS_PF_EPCSUPP

a®