cancel
Showing results for 
Search instead for 
Did you mean: 

How to Download Internal note from equipment master

former_member203675
Participant
0 Kudos

Hi All,

I gone through READ_TEXT, and certain tables... with the help of Read_text functional module i can download Internal note for one by one.

i need to download internal note for all available equipments.

Is there any way out? without abap.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Amit,

You would have to read one by one.I don't think there is a FM to get back to you all the Long text details of all equipments in one single call/ select /Operation.

Regards

Narasimhan

peter_atkin
Active Contributor
0 Kudos

You could try using RFC_READ_TABLE in the VBA macro.

There are loads of posts on Google refering to this RFC...

PeteA

Former Member
0 Kudos

Pete,

Wouldnt this generic table read strategy, help to read the table contents stored directly only and Not Cluster fields? Isn't the Long text content(the requirement above) field stored as RAW content in STXL table and you cant read those contents directly from SE16 type table read?

Regards

Narasimhan

peter_atkin
Active Contributor
0 Kudos

RFC_READ_TEXT works OK

You need to enter the following:

TDOBJECT = 'EQUI'

TDNAME = equipment number

TDID = 'INTV'

[Link 1|http://sapwiki.iwoars.net/index.php/RFC_READ_TEXT]

PeteA

former_member203675
Participant
0 Kudos

Hi everybody,

Many thanx to supporting me. still i m facing few issues in RFC_READ_Table. when i run this RFC in SE37 for STXL and Field name for long Text is CLUSTD ( correct me if i m wrong). it is showing error ( in exceptions) DATA BUFFERexceeded.

so i m not able to extract inote for equipment

Please share your experience in this regard

-amit kushwaha

Edited by: Amit Kushwaha on Nov 14, 2009 8:21 AM

peter_atkin
Active Contributor
0 Kudos

RFC_READ_TABLE won't work

Try RFC_READ_TEXT as stated above.

PeteA

Former Member
0 Kudos

would like to update you reg this.

the rfc_read_table does not work, for any of the numerous posts given on the WWW.

i have tried everything for the last 10 days, if you have any thing thats working in a excel vba it would be greatly appreciated.

Thanks,

Soham Roy

SAP GRC Consultant

Answers (2)

Answers (2)

former_member203675
Participant
0 Kudos

Hi All,

Thanks a alot for your valuable suggestion.

here i have developed a FUnction module to download INOTE.

Thanks and regards,

Amit kushwaha

peter_atkin
Active Contributor
0 Kudos

Download to where?

PeteA

former_member203675
Participant
0 Kudos

download to excel sheet

peter_atkin
Active Contributor
0 Kudos

Create an excel spreadsheet which logs on to SAp and extracts the data via an RFC or BAPI

See [here|http://www.google.co.uk/url?sa=t&source=web&ct=res&cd=1&ved=0CAcQFjAA&url=http%3A%2F%2Fwww.sdn.sap.com%2Firj%2Fscn%2Findex%3Frid%3D%2Flibrary%2Fuuid%2F608058b4-81b7-2910-4598-8a66dcdba0a8%26overridelayout%3Dtrue&ei=YUH9SsTuGp_bjQfuytCJCw&usg=AFQjCNHuNR-TDxYSzjUG3sT3oA1jG8RaVg] for more details