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

RFBIBL00

Former Member
0 Likes
760

Hi,

I'm using dirct input method - RFBIBL00 for FB01. I don't see any field for posting long text through the structures(BBSEG,BBKPF) in RFBIBL00. SGTXT is there but it will hold only 50 chars.

Pls help

Thanks

Hi,

I'm using dirct input method - RFBIBL00 for FB01. I don't see any field for posting long text through the structures(BBSEG,BBKPF) in RFBIBL00. SGTXT is there but it will hold only 50 chars.

Pls help

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
683

Hi

It can't upload the long text by the RFBIBL00, you should insert by fm SAVE_TEXT after posting the documents by batchinput.

U can try to use the BTE 1030 in order to insert the text while the system's saving the document.

Max

Read only

0 Likes
683

You can also use LSMW to upload your text.

This long text isn't handle neither by the RFBIBL00 nor by the std FI Bapies : BAPI_ACC_POST...

Hope this helps,

Erwan

Read only

0 Likes
683

Hi,

Thanks fo reply.

When to call that FM by batch input. It should be the separate program?

Also u have mentioned BTE 1030 . I'm new to this concept.When to call this.

Pls help

Read only

0 Likes
683

Hi

Yes of course, u need to create a new program in order to insert the long text and that's the problem.

The keys of the long texts are the keys of FI document: so company code, fyscal year and document number.

So it can have the problem to know which documents (if the range is INTERNAL) are created by the batchinput and so which text has to be loaded.

The BTEs are FI user-exit and they are triggerd in the specific moment, for example the BTE 1030 is triggered before posting the document, here it can know the document number before the invoice is really saved in the data base.

Max