cancel
Showing results for 
Search instead for 
Did you mean: 

Process chain Master data from Ipack

Former Member
0 Kudos

Hi All,

I am loading data into material object.

I ran ifopack background scheduled (date & time) then clicked start button and loaded correctly.

Doubt1 is clicking starting button is must??? Without this the Infopack run automatically??

Now, I want to run using Process chain.

1. I delete the old data in the material object

2. I opened Infopack click button " Process chain maitenance" tool bar

selected , it asks

a). created PC1, Pvar1 for strat process , selected direct scheduling, and in "Change Selections" given date and time.

b) Then created Pvar2 for Attribute change run

c) It goes to RSPC screen and seen START , LOAD , Attr.Change Run process.

But no result, Not loaded.

Doubt2 is , even I started start process using date and time why it did't run?.

What things I need do.

Pls advise.

Cheers,Sri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sri,

For doubt 1 - u dont need when ur using Process chains...

i hope u created the PC perfectly

For Process chain flow for ur Material object.

1) goto RSPC

2) create a PC by giving the Technical name

3) create the START PROCESS select the option as start using metachain or API. in the variant.

4) use Process type Execute IP give the name of ur IP for which u want to start the load....

5) use the Attribute change run process type tooo..

6) save ur Process chain and activate it...

7) Goto Se37 and execute the Processchain with the RSPC_API_CHAIN_START function module or RSPC_CHAIN_START with this .. giv e the Techname of the chain...in the input..

hope it helps

regards

CK

thans=points

Former Member
0 Kudos

Hi BW Star,

Thanks for your reply.

Both FMs works fine.

Pls clarify:

1. Dynamically how can we use this FM to execute PChn?.When we use Fm or F8?

2. Can I run multiple Pchns at same time?

3. In my Material object data is loaded, checked data, but it shows in Manage> request> Transfeered 1900 rec but added 0 ? what is the reason?

Can you please give any example using After Job or After evnt?

Cheers,

Laks.

Former Member
0 Kudos

Hi

<i>Dynamically how can we use this FM to execute PChn?.When we use Fm or F8?</i>

- see write a program to use this FMs.. i will give u the code.. for this too..

- Create the variants for the programs which uses the PROCESS CHAINS.. like

go to the SE38 and click on the variant and create variant for each of the prcess chains...(technical name of the PC).. then use these variants to run the PCs in the program by executinng.. the program..

for this to automate.. normally company used the TOOLS to schedule thedata loads. or u can the use the option as the time shcedules like after event before event or at this time or everyday or factory calenderdays.. liek this..

<i>2. Can I run multiple Pchns at same time?</i> yes u can run multiple process chains at same time .. depending up onthe dependency ... like first masterdata and later trasaction data..

3. In my Material object data is loaded, checked data, but it shows in Manage> request> Transfeered 1900 rec but added 0 ? what is the reason?

Can you please give any example using After Job or After evnt?</i>

if you are using process chain, you have no need event,

to create event, you can SM62, customer event.

then schedule the infopackage with option background and choose 'after event' and put your created event there.

Example for After events like :

1) one abap program checks the file in the directory if this file exists then u will create an event for this .. if thiseven is finished u will start the loading data..

hope this helps.

regards

CK

ASSING POINTS IF USEFULL

Former Member
0 Kudos

Hi BW Star,

Thanks for your detailed reply.

Could please send the code to <b>lknarayana26@oneind.in</b>

Thanks & Regards,

Sri

Former Member
0 Kudos

Hi BW Star,

I have mistaken,

My correct id is: <b>lknarayana26@oneindia.in</b>

Thanks,

Sri

Former Member
0 Kudos

Hi

done check ur inbox

Regards

CK

ASSING POINTS IF USE FULL

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Experts,

Thanks for your response.

I did my PC "Activated & scheduled" . But no Ipack runs and no data loads.

I put imeediate option in Ipack and Pchain. But no use. All appeared in green.

=======================================

In SM37

Job started.

Step 001 started (program RSPROCESS, variant &0000000006607, user ID ALEREMOTE)

Internal error with CCMS connection

Event RSPROCESS with parameter 44FBBY7745U16DC7T73A6E4UN successfully triggered.

Job finished.

=====================================

Please adivse, and clear my <b>doubt1</b>

Thanks & Regards,

Sri.

Former Member
0 Kudos

Activate the process chain and schedule it . Press F8 in RSPC.

Former Member
0 Kudos

Change the infopackage to schedule immediate, since your process chain will control when the infopackage will execute.

Next, make sure you "Activate and Schedule" your process chain. The processes in your chain should all turn green.

Does this help?