cancel
Showing results for 
Search instead for 
Did you mean: 

How can I attach long text to operations table for multiple line items

0 Kudos

Hi Guys,

I am using BAPI:- BAPI_ROUTING_CREATEto create routing

In which I am creating multiple Operations

For each operation line item I want to add long text, which I am not able to do.

Please help...

Accepted Solutions (1)

Accepted Solutions (1)

former_member284740
Participant

I'm on 7.4 SP12 and said function has 2 table parameters:

TEXTALLOCATION	LIKE	BAPI1012_TXT_HDR_C	Textzuordnungen (int. Format) für Direct Input in der EWB
TEXT	LIKE	BAPI1012_TXT_C	                Langtextzeilen im CREATE-BAPI für Arbeitspläne

Use those to supply your operation texts.

raymond_giuseppi
Active Contributor

It has those parameters in 4.6c ...

former_member284740
Participant
0 Kudos

that sounds.. ancient 😉

Answers (2)

Answers (2)

Flavio
Active Contributor

Hi Anurodh,

In my opinion, I would not recommend to go on with BDC recordings / SHDB.

Instead, there is a great alternative that implies the usage of the EWB (Engineering Workbench) Function Modules, described in detail within the OSS Note 488765 - Do-it-yourself EWB programming.

The note itself is containing few little demo programs that highlights the FM's calls. One of them is exactly dealing with operation short text, and managing long text should not be that different. Please have a look at the note.

Thanks and regards,

Flavio

Former Member

Hi Anurodh,

If you want to perform mass Change/ Delete/ Create of Routing in CA03 Transaction Code.

I would suggest you to go for BDC Recordings to do the same.

It works fine for multiple line items Change/ Delete/ Create by uploading the excel spreadsheet.

Thanks & Regards,

Niyas