‎2008 Jan 04 5:23 PM
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 ?
‎2008 Jan 04 5:33 PM
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
‎2008 Jan 04 5:33 PM
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
‎2008 Jan 04 5:35 PM
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
‎2008 Jan 04 5:36 PM
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
‎2008 Jan 04 5:38 PM
Hi,
Instead of using ALPHASTRING use table type STRINGTAB
Please check for function module SXMS_PF_EPCSUPP
a®