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

regarding table and fields for longtext

Former Member
0 Likes
507

Hi all,

i had to write bdc program using session method to upload data in ac03.

i am unable to get the fieldname table name screen details for long text.how can i do this,please help me in this regard.

thanks in advance

siva

Hi all,

i had to write bdc program using session method to upload data in ac03.

i am unable to get the fieldname table name screen details for long text.how can i do this,please help me in this regard.

thanks in advance

siva

2 REPLIES 2
Read only

Former Member
0 Likes
478

Hi,

Refer to the below program and function module . . you may get your solution.

Main Program SAPLBAS0

Source code of LBAS0F3F

CALL FUNCTION 'SAVE_TEXT'

EXPORTING

HEADER = TEXT_HEADER

TABLES

LINES = TEXT_LINES_LONG

EXCEPTIONS

ID = 1

LANGUAGE = 2

NAME = 3

OBJECT = 4

OTHERS = 5.

Hope this will solve your problem.

Assign points if it helps.

-Gaurang

Read only

Former Member
0 Likes
478

hi

When u record for <b>ac03</b>

use CHECK BOX in <b>SHDB

Cont after commit

Not a batch Input session</b>

**Please reward suitable points***

With Regards

Navin Khedikar