on 2014 Jan 09 6:58 AM
Dear Expert, I am trying to create a network activity using BAPI: ‘BAPI_BUS2002_ACT_CREATE_MULTI’; However, I keep getting an error: ‘CNIF_PI |078 |Processing not possible because there is no initialization’; How can I appropriately use this BAPI? Regards, Akhilesh Singh
Request clarification before answering.
Hi Akhilesh,
This BAPI has the functionality to create one or more activities of one network only. You have to specify the network for which the activities are to be created in the parameter I_NUMBER (The network can already exist in the database).
To avoid this error you must create a PI (Processing Unit). Each processing unit must be initialized by calling the BAPI “BAPI_PS_INITIALIZATION” once.
In your case the BAPI is BAPI_BUS2002_ACT_CREATE_MULTI and the Method is
‘NetworkPI.ActCreateMultiple’.
An alternative approach is to try ‘bapi_network_maintain’.
You can create multiple activities for multiple networks at a
given time.
Regards
Amit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I have a similar requirement to create multiple activities using bapi from this post i came to know the right BAPI is BAPI_BUS2002_ACT_CREATE_MULTI but still, i was facing the issue of creating activities finally i got the solution i want to share it. I hope it will help for others.
Please follow the below sequence to create single activity or multiple activity

Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Amit and saurabh for your valuable response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Akhilesh Ji,
Before the start of processing call BAPI "BAPI_PS_INITIALIZATION"
Regards
Saurabh Tiwari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 42 | |
| 26 | |
| 16 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.