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

BP Additional texts tab

Former Member
0 Likes
4,056

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
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
2,631

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

Read only

0 Likes
2,631

/SCMB/CL_BPTM_HELPER -> POST_TMBPTXT