ABAP RFC Issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
oacvb
Participant
Posts: 128
Joined: Wed Feb 18, 2004 5:33 am

ABAP RFC Issue

Post by oacvb »

Created a Job with ABAP Adapter Stage and writes the output to a DataStage
Created SAP ABAP Program by building SQL Queries and provided the same to SAP Team
Validate ABAP Stage and all validations were successful
SAP team has activated / loaded the program into SAP (Note: - We didn't use DataStage to load the program in SAP)
We ran the job and it completed successfully.
SAP Team has modified only the where clause of the SQL and re-loaded / re-write / re-activate the program (With and Without Deletion) in SAP and there were no modification to RFC details in ABAP program
We ran the job and it failed with below error.
APT_CombinedOperatorController,0: Fatal Error: Fatal: The RFC destination specified in the ABAP Extract stage and in the ABAP program that is currently loaded to SAP do not match. Regenerate the ABAP program and load it to SAP

We compared ABAP program before and after changes the below RFC details in ABAP program were same
RFCDEST
RFCDESTC

Also, the below properties in DataStage was same
Program ID
RFC Destination Name

Below error was seen when we validated ABAP Stage in DataStage after modification in SAP Program
Program ID Property says RFC destination in uploaded ABAP Program and in job design do not match

Is there anyway we can track Program ID between DS ABAP Stage and ABAP Program.
oacvb
Participant
Posts: 128
Joined: Wed Feb 18, 2004 5:33 am

Post by oacvb »

Any help on this?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Support, I would imagine. Not sure how many ABAP users are regular posters here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply