cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get the read text in the SRM?

Former Member
0 Kudos

Hi Experts,

I need to do the business add-in in SRM. But i don't know how to find out the item text field.

Does anybody know how to find it?

Regards,

Luke

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

thank you very much all FM

Former Member
0 Kudos

Dear All,

I know how to find out the text.

I just call the FM: BBP_PD_QUOT_GETDETAIL then got the text.

Regards,

Luke

Former Member
0 Kudos

Dear All,

Thank you all suggestion. But i still not understand it ~~~

Does anybody tell me more information about this.

It is because is difference to ECC 6,0

Regards,

Luke

Former Member
0 Kudos

Dear Luke

For example, you can get the internal note BBP_PDLTX_GETDETAIL.

or

Use FM BBP_PD_SC_ITEM_GETDETAIL and pass SC item guid.

Get the internal note in E_LONGTEXT table.

Best Regards

Lauren

former_member183819
Active Contributor
0 Kudos

hi

You need to give the Item GUID

ID ->ITXT

Language -> EN

Name ->ITEM GUID

Object -> BBP_PD

READ_TEXT FUNCTION MODULE

You will get the Text in the LINES

my technical friend helped me. he is deserved for this.

Muthu

Former Member
0 Kudos

Hi ,

SInce i have a lot of item text need to get. Do you know how to check the ID and object in SRM?

Regards,

Luke

Former Member
0 Kudos

hello,

try to use the BBP_PD_<doc type>_GETDETAIL function modules.

then check ET_LONGTEXT exporting parameter for the item/header texts.

regards.

former_member183819
Active Contributor
0 Kudos

use fm sc item details loop it in the program and extract what is there?