Hi guys,
So this is my strugle at the moment.
I have an existing interface that receives a file and transforms it into another file so after that, it makes submit to RFBIBL00 on a 4.7 version.
But now they want some more fields on ZBSEG to be used (such as payment blocking ( BSEG-ZLSPR) ).
I was told to avoid changing the ZBSEG structure as it is used in many places on the system so I created a ZBSEG_TEST for myself.
I have copied ZBSEG and added the field ZLSPR.
Got the program to accept it and then it calls the RFBIBL00.
The probem is that on RFBIBL00 it has hardcoded the possible structures to use, otherwise it will send us a pop up telling us that is not defined as table.(?)
My real questions are:
Is it possible to use a ZBSEG_XPTO structure instead of ZBSEG?
Is it possible to ADD fields to the existing on ZBSEG, for example BSEG-ZLSPR ?
I have been searching about this subjet and I haven't found anything that could help me.
Usefull answsers will be rewarded.
Thanks !