Application Development 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: 

BDC to update job spool request Title

Former Member
0 Kudos

Hi All,

I am updating job's Spool request Title through BDC, but at the screen where it needs to update the Spool request Title i am getting error "Field PRI_PARAMS-PRTXT does not exist in the screen SAPLSPRI 0300".

Please can anyone help me.

Thanks in Advance.

Regards,

Shailendra

2 REPLIES 2

Former Member
0 Kudos

Hi,

Change your bdc to press button Settings and at field name (PRI_DEF-FNAME) select 'Title of Spool Request' and press change.

When Change setting appears, put the new title.

0 Kudos

SAPLSPRI 5100 X

BDC_OKCODE =ENTER

BDC_SUBSCR SAPLSPRI 0600SUBSCREEN

BDC_CURSOR PRI_PARAMS-PRTXT

PRI_PARAMS-PRTXT new title

PRIPAR_EXT-ORIENT P

SAPLSPRI 5000 X

BDC_CURSOR PRI_DEF-FNAME

BDC_OKCODE =ENTER

PRI_DEF-FNAME PRTXT

RADIO5000_1 X

CHECK5000_1 X

CHECK5000_2 X

SAPLSPRI 0300 X

BDC_OKCODE =WEIT

BDC_SUBSCR SAPLSPRI 0500SUBSCREEN

BDC_SUBSCR SAPLSPRI 0600SUBSCREEN

BDC_CURSOR PRI_PARAMS-PRTXT

PRI_PARAMS-PRTXT new title

PRIPAR_EXT-ORIENT P