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

Purchase Requisition

Former Member
0 Likes
728

Hi All,

I would like to know in which table header text for purchase requisttion is stored.

Transaction Code me53n.

Thanks,

Pratibha

Hi All,

I would like to know in which table header text for purchase requisttion is stored.

Transaction Code me53n.

Thanks,

Pratibha

4 REPLIES 4
Read only

Former Member
0 Likes
600

hi,

pls check <b>STXH</b>

Read only

Former Member
0 Likes
600

Tables for:

Purchase Requisition Header - EBAN

Purchase Requisition text file header - STXH

Purchase Requisition Account Assignment (Items) - EBKN

Purchase Requisition text file lines - STXL

Read only

Former Member
0 Likes
600

Hello,

Check in STXH againt the following.

Text ID B01 " Header note

Text object EBANH " Customer oder header texts

Regards,

Shehryar Dahar

Read only

Former Member
0 Likes
600

HI Prathibha

The best way to extract the TEXTS is using FM: READ_TEXT.

Similarly for storing TEXT: SAVE_TEXT or EDIT_TEXT.

Kind Regards

Eswar