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 to create network (T-code CJ21)

Former Member
0 Likes
705

Hi all,

I was trying without success to implement the BAPI_NETWORK_MAINTAIN, to create a network. Is this the correct option, or is there a better one for this?

Best Regards,

Pedro

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
510

Use FM: BAPI_BUS2002_CREATE

And Read the Documentation FM carefully, below are the Few Imp lines which you have to keep in mind before using BAPI:

Internal number assignment of the network number

The network profile is the only required-entry field. The BAPI fails if an external network number is entered in the interface.

When the BAPI finishes successfully, the final network number has not been determined yet. Instead, the log of the return table ET_RETURN contains a temporary network number.

1 REPLY 1
Read only

Former Member
0 Likes
511

Use FM: BAPI_BUS2002_CREATE

And Read the Documentation FM carefully, below are the Few Imp lines which you have to keep in mind before using BAPI:

Internal number assignment of the network number

The network profile is the only required-entry field. The BAPI fails if an external network number is entered in the interface.

When the BAPI finishes successfully, the final network number has not been determined yet. Instead, the log of the return table ET_RETURN contains a temporary network number.