Hi,
Need a small Clarification, I never Implemented Or Used BTE.
Now i would like to Use.I seen some sample.First i copy the Standard function module then i fallow the steps.
The standard function module name is SAMPLE_PROCESS_00001120. I copied and made one more with ZSAMPLE_PROCESS_00001120.
I put the break point.
Now i am trying to post the FB01. In function module Break point is firing. But I hope normally before adding data into the tables, if we fond any Enhancement point.then stooping the code and change the values in debugging. Definitely the Changed values will be updated.
I did the same thing i changed some values like , Item level text field Sgtxt for two line items credit and debit. But not updated.
Assignment field ZUONR, this one also tried but not update the values.
May i know why.
Even i Tried with Code in the Zfunction module also tried. But no use.
"One way
*LOOP AT T_BSEG.
*T_BSEGSUB-ZUONR = 'DEMBETE'.
*MODIFY T_BSEGSUB INDEX SY-TABIX.
*ENDLOOP.
*Other way.
LOOP AT T_BSEG.
T_BSEG-SGTXT = 'DEMBETE'.
MODIFY T_BSEG.
ENDLOOP.
Still values are not updated , Any thing is wrong in my coding. And steps to configure.