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

Viewproc_interface sap function

Former Member
0 Likes
730

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

.

2 REPLIES 2
Read only

Former Member
0 Likes
628

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.

Read only

0 Likes
628

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