cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read_text( header _text ) value in Sap Abap on Cloud

former_member134435
Participant

Accepted Solutions (1)

Accepted Solutions (1)

FrankJentsch
Product and Topic Expert
Product and Topic Expert
0 Likes

SAPscript is not supported in the ABAP Cloud feature set. Therefore, the respective function modules are not released and cannot be used in SAP BTP ABAP Environment.

TMNielsen
Contributor
0 Likes

Hi frankjentsch

This is not my thread, by I am curious.

Does this mean that SAP S4HANA public cloud does not have classic texts like header texts on a sales order? or are they replaced by something that is not SAPScript?

Best regards

Thomas Madsen Nielsen

FrankJentsch
Product and Topic Expert
Product and Topic Expert

There are three different aspects: A component can

  • be part of the delivered software stack
  • actively used by SAP-delivered applications
  • provide also a released API for custom code

I meant: SAPscript is continuously part of the delivered software stack, but SAPscript is not part of ABAP Cloud feature set. It means, that the generic APIs (fm READ_TEXT) are not released. Therefore, SAPscript cannot be used in custom code where ABAP Cloud is enforced (in SAP S/4HANA Public Cloud and SAP BTP ABAP Environment).

NAVI
Explorer
0 Likes

Hello Frank,

In Public Cloud system, we need to read outbound delivery header texts for using as additional notes in electronic documents BADI.

How can I do that?
How can I store custom note in outbound delivery header and read it?
Should I use custom field for it? 

Thanks,

Answers (1)

Answers (1)

manfred_reinart
Product and Topic Expert
Product and Topic Expert

The READ_TEXT FM is part of the SAP_BASIS layer which underlies both S/4HANA Cloud ABAP stack and S/4HANA OP stack.