Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RV14BTCI batch input program for pricing upload

former_member245665
Participant
0 Kudos
640

hi all,

In my custom program i am using RV14BTCI standard program for uploading the pricing data.

According to my requirement i am uploading pricing data (EXcel data) into Application layer, then i am using Application layer file as a input for

standard program RV14BTCI. With this development i am able to upload the number records into SAP.

but here problem is if any record is error record, then after that record remaining  are not being processed...

example: if i have 10 records to upload , 5 records have been uploaded successfully and 6th record is error, then remaining 4 records are not processing.....what should i do for this...

i think we need to process each record every time for the same session....and one more thing..we don't want to create as many sessions as number of records....

my requirement is to process all the records except errors....please give me suggestions..

thanks,

surya.

2 REPLIES 2

Former Member
0 Kudos
185

Hi Venu,

Program raises abort message for most of the failure cases...

Better way, you debug the program and find at stage you are getting this termination....

If it is not going to be easy, you can copy that program and alter the logic according to your requirement...But be careful on this, you are altering the standard behavior.. So, you might need to check n number of scenarios...

0 Kudos
185

Hi joseph,

thanks for the reply...

Actually i am also using standard program RSBDCSUB for processing session from my program itself..

And no error is displaying..it is showing the  processed session name with time.

If my input file contains any error:

After the  execution of my custom  program which contains two standard programs RV14BTCI and RSBDCSUB, when i go to SM35--the log for session showing that 1 record processd(error--red color)....

If my input file contains no error:


all records are processing and i am able see them in XK15 to......




but my requirement:


all the records to be processed in a session except error records.....


What should i do for this......




thanks

surya