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

BAPI_NETWORK_MAINTAIN

Former Member
0 Likes
2,928

Hi GURU ,

Can any one please tell me , what data we have to pass in this BAPI -


BAPI_NETWORK_MAINTAIN .

If anyone have any test program , Please post here .

11 REPLIES 11
Read only

Former Member
0 Likes
2,790

hi

you can find more about this BAPI in transaction SE37.type BAPI_NETWORK_* and you'll get d details

hope it helps

regards

Aakash Banga

Read only

0 Likes
2,790

Can anyone send me any test program ,,,,,,,,,,,,,,,,,,,,,,

Read only

0 Likes
2,790

Basically I am trying to do thats , But there have some problem .Thats why I want exactly what Parameter I have to pass in this BAPI to run sucessfully.

Read only

0 Likes
2,790

Do Where-Used-List for test Program.

Read only

Former Member
0 Likes
2,790

Hi

Refer This Link

swamy

Read only

0 Likes
2,790

Hi Guru ,

Please Reply me .

I am trying with this . But it will give some Error .

i_method_project-objecttype = 'NETWORKRELATION' .

i_method_project-method = 'CREATE'.

i_method_project-objectkey = 'NF00000060012700100000006001270020'.

i_method_project-refnumber = '000001' .

APPEND i_method_project.

i_method_project-objecttype = ' ' .

i_method_project-method = 'SAVE'.

i_method_project-objectkey = ' '.

i_method_project-refnumber = ' ' .

APPEND i_method_project.

Index = 1

i_network-NETWORK = 000000600127

append i_network.

Index = 1

IRelation-NETWORK_ PREDECESSOR = 000000600127

IRelation-ACTIVITY_ PREDECESSOR = 0010

IRelation-NETWORK_ SUCCESSOR = 000000600127

IRelation-ACTIVITY_ SUCCESSOR =0020

IRelation-RELATION_ TYPE = NF

append IRelation.

I got one Error . -


E CN 770 Errors occurred during processing (see error log) .

Is there anything else I have to pass .

Read only

0 Likes
2,790

Hi,

Here is an example;

CALL FUNCTION 'BAPI_NETWORK_MAINTAIN'

IMPORTING

return = wa_return

TABLES

i_method_project = t_method_project

i_network = t_network

i_activity = t_activity

e_message_table = t_message_table.

where wa_return is of type TYPE bapireturn1,

t_method_project TYPE TABLE OF bapi_method_project WITH HEADER

LINE,

t_network TYPE TABLE OF bapi_network WITH HEADER LINE,

t_message_table TYPE TABLE OF bapi_meth_message WITH HEADER LINE,

t_activity TYPE TABLE OF bapi_network_activity WITH HEADER LINE,

Read only

0 Likes
2,790

Hi ,

I want to use thsi BAPI for relationship between activity .Thats why I have passed all these value , and I am getting this Error .Can you please tell me , I have to pass anything more .

Read only

0 Likes
2,790

Can you please tell whats the correct error message ur getting using SLG1 tcode by viewing the appln log

Read only

0 Likes
2,790

In SLG1 we can,t see my log ,,, After execution , It will not provide the Log no .So how Can I give u the error details .

Read only

0 Likes
2,217

hi, have your resolve this issue? i  encountered the same error