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: 

BP Additional texts tab

former_member579631
Discoverer
0 Kudos

Hello, how do i get through ABAP the texts in this tab for the respective BP? tab Additional Texts.

I've tried to use the function READ_TEXT but this isn't a read_text object, i tried to double click the text box, to lead me to the text editor, so there i can see the parameters that i have to insert in the read_text FM, but nothing happend.

2 REPLIES 2

nabheetscn
Active Contributor
0 Kudos

Unfortunately i can not find this tab in my BP transaction but you can do as follow.

  • do an F1 to see what table these table fields refer to.
  • Put a break point in EDIT_TEXT and READ_TEXT and then try opening your text breakpoints will be triggered and you will get to know the technical details.

Nabheet

0 Kudos

/SCMB/CL_BPTM_HELPER -> POST_TMBPTXT