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

I/O error for text VBBK

Former Member
0 Likes
2,233

Hi SDN,

We wrote code in exit for sales order to update text in sales header using FM CREATE_TEXT.

While saving the SO it is getting error I/O error for text VBBK <SO> <ID> EN.

Anyone have idea about this.

Thanks,

Anmol

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,566

Hi,

Try using save_text instead .

Hi SDN,

We wrote code in exit for sales order to update text in sales header using FM CREATE_TEXT.

While saving the SO it is getting error I/O error for text VBBK <SO> <ID> EN.

Anyone have idea about this.

Thanks,

Anmol

3 REPLIES 3
Read only

former_member194416
Contributor
0 Likes
1,566

Hi,

Most probably parameters for CREATE_TEXT is not matched correctly (or one of them is missing).

FID : ID for text

FLANGUAGE: System language or the language you want to create text

FNAME: Sales order no with leading zeros

FOBJECT: VBBK.

Regards,

Read only

0 Likes
1,566

Hi,

Thanks for your replay,

Actully we are getting this error some times only, not every time.

Again the SO document was created successfully and the text is also updated in the text field for SO.

I am interested to know cause of the error !

Please guide ..

THanks,

Anmol.

Edited by: anmol112 on Jun 29, 2011 11:25 PM

Read only

Former Member
0 Likes
1,567

Hi,

Try using save_text instead .