cancel
Showing results for 
Search instead for 
Did you mean: 

PO header and line item text in smartform

Former Member
0 Kudos

HI,

In my smartform I am fetching the 'PO header text', 'item text', and 'material text' for PO with "Include text"( by passing text name, object id etc..) with "no error if no text is maintained" checkbox checked

This is working fine In the development servers....

but when I moved these requests to quality servers...the above mentioned texts are not getting displayed in the smartform...while Texts are maintained in PO.

What can be the problem??

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I guess there cant be any problem with the Include text . The problem can be either the text is not maintained or may be the include is not getting executed.

See if you have any conditions in the condition tab.

Check it in the debug mode and let me know if includ text is getting executed but value is not getting populated,

Better you can do one thing

Take the generated functional module name let us suppose your FM nae is /1BCDWB/SF00000100 then add SAPL as below

/1BCDWB/SAPLSF00000100

Now go to SE38 and give this Program name and in the program find the code with the Text id .

Supose your Text id is 'ZTXT'.

find with this this ID and find which function module is used to get your text.

Put break point on the FM and now execute the form.

Check whether values text is getting populated .

Thnanks,

Nageswar

Reward if problem solved

Former Member
0 Kudos

Hi Nageswar..

Thanx for your reply....

The problem lies in the language field I am passing in Include text.

I am passing 'EN' .. while when I checked corresponding data records in table STXH the entry for particular PO and Line item text I saw value in the field TDSPRAS as T(Turkish)....

Do you have any idea....the language maintained here in Table STXH is Logon language or set through some functional settings??