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

SAPScript issues - J_1B_BORDERO

Former Member
0 Likes
782

Hi all,

I am having a hard time figuring out where the data for the SAPScript form J_1B_BORDERO is begin collected. I need to modify the form by adding additional data to it, but unless I figure out which program to modify I can not do it. I have been looking at ABAP report RFFOBR_U, but I have had no luck so far in location the bits and pieces of code that I need.

Also, in the J_1B_BORDERO form there is a PERFORM statement that appearently is calling UPDATE_PAY_DOC and GET_BORDERO_NUMBER in the RFFOBR_U program, but these subroutines does not exist in RFFOBR_U.

I am confused..

Does anyone have any clues?

Any help is greatly appreciated!

Regards,

Thomas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
706

Hi,

You can check the relevant form & the driver program from the transaction FBZP, under 'Payment methods in country' with payment medium as 'C' will have the details of the driver program available, and Under 'Payment methods in Company code' with the payment medium as 'C', form details are available, you may check in these settings and get the right form & driver program to be used,

Hope this helps,

Regards

6 REPLIES 6
Read only

Former Member
0 Likes
707

Hi,

You can check the relevant form & the driver program from the transaction FBZP, under 'Payment methods in country' with payment medium as 'C' will have the details of the driver program available, and Under 'Payment methods in Company code' with the payment medium as 'C', form details are available, you may check in these settings and get the right form & driver program to be used,

Hope this helps,

Regards

Read only

0 Likes
706

Hi,

You suggestion confirmed that RFFOBR_U is my driver program. But still I am not able to locate to code that relates RFFOBR_U to J_1B_BORDERO... and I am clueless about how why the form seems to be calling a sub that does not exist in the driver program. How can this be?

Also, there seems to be no link between the form symbols (e.g. &REGUD-ZBNKA&) used in the form windows and the driver program. Any ideas?

Thanks,

Thomas

Read only

0 Likes
706

Hi,

If you check the driver program, it has got lot many includes and the field REGUD-ZBNKA is populated in one of the include RFFORI99, check the line number 1575 of this include which has the field REGUD-ZBNKA details,

Hope this helps,

Rgds,

Read only

0 Likes
706

Hi,

When I check this include RFFORI99 at line 1575 I have this: tab_ausgabe-dataset = p_dataset.

Is this the same as you, and in that case how can you tell that this has something to do with populating the field?

Regards,

Thomas

Read only

0 Likes
706

Hi,

I am in 4.6C, pasting the following code that is available in line number mentioned by me,

form empfbank_daten_lesen.

  • Empfängerbank-Anschriftsdaten lesen ----------------------------------

  • read address of payee ------------------------------------------------

clear bnka.

select single * from bnka

where banks eq reguh-zbnks

and bankl eq reguh-zbnky.

regud-zbnka = bnka-banka.

regud-zbstr = bnka-stras.

regud-zbort = bnka-ort01.

regud-zbank = bnka-banka.

regud-zbank+61 = bnka-ort01.

condense regud-zbank.

regud-zbrch = bnka-brnch.

  • Bankleitzahl ohne Aufbereitungszeichen für Begleitliste und DTA ------

  • store numerical bank number ------------------------------------------

hlp_zbnkl = reguh-zbnkl.

regud-ozbkl = reguh-zbnkl.

endform. "EMPFBANK_DATEN_LESEN

Hope this helps, you can search for FORM EMPFBANK_DATEN_LE in your version,

Rgds,

Read only

Former Member
0 Likes
706

Try and check the table TNAPR.