cancel
Showing results for 
Search instead for 
Did you mean: 

Approval Preview

Former Member
0 Kudos

Hi Friends,

I want to display the approval preview for shopping carts and the follow on documents as a table by default. Can you please let me know where to make the changes?

Regards,

Kumar

Edited by: Kumar on Apr 10, 2008 9:45 AM

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Have you cheked this ?

[|]

Regards,

Masa

Former Member
0 Kudos

Thanks Masa,

From one of your links i found this code change which will solve my probelem...need to test it.

Change the code

code* set default preview subscreen to applet screen

IF gv_subscr IS INITIAL.

gv_subscr = '1000'.

ENDIF.[/code]

in include LBBP_PDH_WFLF04 of function group BBP_PDH_WFL

to:

code* set default preview subscreen to applet screen

IF gv_subscr IS INITIAL.

gv_subscr = '1100'.

ENDIF.[/code]

Regards,

Kumar.....

Points rewarded!!!!!!!!!!

Answers (0)