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: 

BAPI_NETWORK_GETINFO

Former Member
0 Kudos

Hi,

Actually iam using BAPI_NETWORK_GETINFO.Rfc.

It was taking long time togive output.

iam passing it_bapi_network_list.

CALL FUNCTION 'BAPI_NETWORK_GETINFO'

EXPORTING

I_WITHOUT_RELATION = C_ACTIVE

I_WITHOUT_ACTIVITY_ELEMENT = C_ACTIVE

I_WITHOUT_ACTIVITY_MILESTONE = C_ACTIVE

I_WITHOUT_COMPONENT = C_ACTIVE

TABLES

I_NETWORK_LIST = IT_BAPI_NETWORK_LIST

E_NETWORK = ITE_NETWORK

E_ACTIVITY = ITE_ACTIVITY

E_MESSAGE_TABLE = IT_MESSAGES2.

This standard bapi is using in my Rfc,when iam executing my

Rfc, it was taking long time at this standard Rfc.

Thanks In advance.

Edited by: friend Ziya on Jan 30, 2008 10:50 AM

2 REPLIES 2

Former Member
0 Kudos

Hi,,

actualyy wht is u r problem can u explain it clearly

u said u r using but u have not mentioned u r problem

regards

Sunil Kumar Mutyala

Former Member
0 Kudos

hi

good

check this link,hope this would help you to give the idea to work on this BAPI.

http://abap.wikiprog.com/wiki/BAPI_NETWORK_GETINFO

thanks

mrutyun^