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: 

Updating BSEG and BSID in RFEBLB00

Former Member
0 Kudos

I checked the program RFEBLB00 for the code where it is updating the records in tables BSEG and BSID with the assignment numbers and reference numbers. I tried checking the forum for any inputs, but couldnt find any. I just need the part where its inserting the records into these tables. Any help would be greatly appreciated.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Switch on the trace using tranx ST05 and run your program and then go for list trace and select the line in which update happens and double click system will take you to line

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

Switch on the trace using tranx ST05 and run your program and then go for list trace and select the line in which update happens and double click system will take you to line

naimesh_patel
Active Contributor
0 Kudos

There is no Direct Insert/update statements in the RFBIBL00.

This program helps you to create a BDC either Call transaction or Session method to post the entire FI Documents Like in FB01, FB05 etc.

You can't just update the half part like BSEG or BSID using the RFBIBL00.

Regards,

Naimesh Patel