Error calling BAPI - BUS2032

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
gangeleri
Participant
Posts: 3
Joined: Wed Apr 30, 2003 2:30 pm
Location: Argentina
Contact:

Error calling BAPI - BUS2032

Post by gangeleri »

Hi,

I am trying to develop a job to load some purchase order data into SAP using an standard BAPI (BUS2032).

DataStage does not log any error message in Director but logs the following message in the RETURN.txt log file:

1EVP 112Insert Customer Code

When we run the BAPI with the same parameters using SAP GUI the PO is created without any problem.

BAPI Details:

BAPI Name: BUS2032
Method: CreateFromDat1

Any idea to solve this problem?

Thanks
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

This is noticed before. Using DataStage, the SAP BAPI is called only with the parameters you supply. So you need to fill them in full.
rsrikant
Participant
Posts: 58
Joined: Sat Feb 28, 2004 12:35 am
Location: Silver Spring, MD

Post by rsrikant »

I had the same problem mentioned by gangeleri.

In datastage my job rans fine and the status changes to finished. Even the performance statistics show that the records have been loaded into SAP. But in reality no data has been loaded into SAP table.

Our SAP developer set some alarms to find if the data is entering into SAP.
After running the job we can find that the data is entering into SAP but actually not getting loaded into the table.

Not sure what is the problem.

Sainath can you explain more on filling the parameters full? What do you actually mean by that?

Thanks,
Srikanth
mail2hfz
Premium Member
Premium Member
Posts: 92
Joined: Thu Nov 16, 2006 8:51 am

Post by mail2hfz »

HI

I too have same problem like srikanth.my datastage job runs fine .it shows as all rows are proceessed and job is finished with no errors but in reality in sap no data is found
srikanth if u had resolved this please let me know
Post Reply