Application Development and Automation 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: 
Read only

doubt in BDC

Former Member
0 Likes
1,122

I have a doubt in BDC,

They used a standard SAP program (RSBDCBTC_SUB and RFBIBL00) for upload the data for the transaction FBB1. they don’t want the particular record .

They used a session method for upload the data.

I know only the session name. how I can delete the particular record.

Once processed the session.

Is it possible to delete the delete the record.

Help me regard this.

I have a doubt in BDC,

They used a standard SAP program (RSBDCBTC_SUB and RFBIBL00) for upload the data for the transaction FBB1. they don’t want the particular record .

They used a session method for upload the data.

I know only the session name. how I can delete the particular record.

Once processed the session.

Is it possible to delete the delete the record.

Help me regard this.

6 REPLIES 6
Read only

Former Member
0 Likes
1,042

You must be having a key fields value for that 'Particular Record'. I think you can modify the BDC to pass the flag for the record you want to delete. You can trace the record back from the BDC Log. However a log file must be created after BDC which will have the records which needs to be deleted. Another approach would be having a field in the internal table which passes data to BDC. This field would be marked 'X' if you wish to delete this record. So when you loop through internal table just skip those flagged records. But i think this second approach would be helpful only in CALL TRANSACTION method only.

Jignesh.

Read only

Former Member
0 Likes
1,042

i know the record name.

i don't knowe the report name.

where i can delete the record.

Read only

0 Likes
1,042

Priya,

here i can suggest u one thing

if u want to know the program r report related to that session

just go to sm35

select the session then go with analysis

then in the screen u will get the screens used in that particular program

when u double click on those screens control leads to that respected screen

in that if u go with system - > status u will get all the details of the program

when u double click on the program control leads into that program

then there u can find all the details related to tables and everything

i think it helps for u

Regards,

naveen

Read only

0 Likes
1,042

hi naveen

my idea is to delete that row which contains account 1212414 from the source file.

i doubt know the source file.

Where I can delete this record.

Read only

0 Likes
1,042

Priya,

from where do u want to delete the record?

weahter it is from database or from your source file?

Regards,

Naveen

Read only

0 Likes
1,042

not possible to delete a source file.

i have to write some logic in report.

how i can search the report name.

tell me good idea.