‎2008 Dec 14 4:51 PM
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
‎2008 Dec 14 5:14 PM
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.
‎2008 Dec 14 5:14 PM
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.