cancel
Showing results for 
Search instead for 
Did you mean: 

BTE for parked document

lee777
Discoverer
0 Kudos
160

Hello experts,

I have a question on BTE for savings of parked document.

I would like to input a certain value at the line item text when I post a parked document at FBV1 transaction.

I believe the substitution won't work for this case, so I decided to use BTE functionality.

I have develeoped a related source code for 'SAMPLE_INTERFACE_00002218' and 'SAMPLE_INTERFACE_00002213'.

The functions are successfully executed when the parked document was saved, but any value is not entered after savings the parked document.

Is there anyone who knows why the BTEs do not work?

Thank you in advance.

BR,

Chris

View Entire Topic
RaymondGiuseppi
Active Contributor
0 Kudos

FI substitution call point 3 should work when posting a parked document.

lee777
Discoverer
0 Kudos
Hello Raymond,
lee777
Discoverer
0 Kudos
Hello Raymond, Thank you for your reply. But I want to substitute a ceratin value at the time of parked document saving not the posting of the parked document.
RaymondGiuseppi
Active Contributor
0 Kudos

Please correct the 'I post a parked document ' with 'I park a document'

  • Execute a trace or debug, AFAIK Those BTE are not intended to change document values, document number is already defined, and update task FM registered.
  • 'This is the SAP Standard system behavior which will not be changed.' for substitution in parking document seems also valid for BTE
lee777
Discoverer
0 Kudos
Hello Raymond, Thank you for your answer. I got your point.