‎2011 Sep 27 2:45 AM
Hi Guru,
I want to know about how to read the layout name of V_T003O_CO using Viewproc_interface function.
Thanks.
CALL FUNCTION 'VIEWPROC_INTERFACE' "
EXPORTING
corr_number = ' '
fcode = 'RDED'
view_action = 'S'
view_name =
IMPORTING
last_act_entry =
ucomm =
update_required =
TABLES
corr_keytab =
dba_sellist =
dpl_sellist =
excl_cua_funct =
extract =
total =
x_header =
x_namtab =
EXCEPTIONS
MISSING_CORR_NUMBER = 1
NO_VALUE_FOR_SUBSET_IDENT = 2
SAVING_CORRECTION_FAILED = 3
.
‎2011 Sep 29 10:23 AM
The function module "VIEWPROC_INTERFACE" has status 'Not released'.
The release status is visible in the Attributes tab in SE37.
According to the note
415983 Modification/customer developments of SAP function
109533 Use of SAP function modules
Attributes. Some of the reasons why internally released Function
modules are not documented are as follows;
- too much overhead
- internally released function modules are often changed and updated
- are designed for specific purposes by the relevant Application
Developers etc.
SAP does not support problems that occur if the customer used non-released function modules.
Many thanks,
Mohammed Hussain.
‎2011 Oct 05 6:40 AM
Hi
Thks for your explanations. I'm very very new to SAP ABAP. Thus, sometimes my questions may not be meaningful. If any inconvenience, I'm so sorry for that.
Regards.
Tra