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: 

BDC or BAPI or API for CN01 and CJ20N

Former Member
0 Kudos

Hi Guys,

I need to upload standard network using transaction CN01 and project definition using transaction CJ20N. Can any one give me some BAPI or Funtion module or an API funtion to do this. I checked the existing BAPI's BAPI_NETWORK_MAINTAIN but it is for a diff purpose and uses transaction CN21

while BAPI_PROJECTDEF_CREATE uses CJ06.

The existing BAPI's does not fulfill the purpose. Has any one written any upload program for these transactions please help me.

Thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

Try

BAPI_NETWORK_EXISTENCECHECK Check whether network exists

BAPI_NETWORK_GETDETAIL Read detailed information for network (including all objects)

BAPI_NETWORK_GETINFO Read detailed information for networks (including all objects)

BAPI_NETWORK_GETLIST Returns a container of network numbers

BAPI_NETWORK_MAINTAIN Edit networks (incl. all objects)

Reward points if it is useful..

0 Kudos

All the said BAPI's work for creating/changing/deleting operative network using tcode CN21, CN22, CN23. I need for CN01 which creates a standard network templates.