Process Chain and ABAP

Question: Hello,

In my process chain I try to integrate a particular Z-program.
It seems that everythings goes well: the job is created, started and eventually finished (without errors), but when I check the system he has done NOTHING (no update has taken place)...

Anyone has a clue what is going on?

thanks in advance,
Wim

Answer:
Just a guess, did you checked that the program was working properly before including it in your chain ?

If yes, then you should try to debug it to see what's happening, especially is the program receiving data from the previous step of the chain (if applicable) ?

As debugging is not that easy, you could start with an instruction like
message x(001) with parameter, where you fill parameter with the content of one of the field you should receive from the predecessor; the instruction will abend your program and create a shortdump; by reading the shortdump you can find wether your parameter was filled in or not.

Ch
_________________
_
There are only 10 types of people in the world :
those who understand binary and those who don't.

Answer:
Yes, the programs works properly.
No, no data has to be received
I tried to debug ...
Did not help,
but I know the problem now..
not enough authorization for the RFC user..

Thankx anyway
Wim
Copyright ?2007 - 2008 www.jt77.com