Business function to get row wise statistics

Narendra Kumar

Active Member
Hi,

we are using "LaunchBatchApplication" business function through XML CallObject APIs
for invoking the batch revision program(F4101Z1I) of a particular version(ZJDE0001).
After running that program. A report is generated at enterprise server include job number as
a part of report name having row wise statistics.

how we could get that row wise statistics through business function.

After going through the debug log that comes to know there is business function "F01131GetBriefMessage" which gives the brief error message.but that business function takes serial number and parent serial number as input parameter. so how we could get the serial no for a job number or batch number. is there any table which have serial numbers for job numbers.

any suggestion or pointer would be great help for us.

we have following JDE setup
JDE812,tool set 8.96, SQL server, Windows, web client

Thanks in advance
Narendra
 
Hi,

Thanks for reply.

Actually we are using "LaunchBatchApplication" business function to get the job number.Now by using that job number how we can get the corresponding serial number. so we can use that serial number in "F01131GetBriefMessage" business function to get message.
i am not able to find the relation between job no and serial no in any F0113* table.

any suggestion or pointer would be great help for us.

we have following JDE setup
JDE812,tool set 8.96, SQL server, Windows, web client

Thanks in advance
Narendra
 
Back
Top Bottom