W: Data Selections on programs

brown

Member
Hello there list.

We are on World A73. We have a program P42045 that we would like to all
users to see only one "address book" number. We were looking at the "data
selection" but that does not appear. The intent is to allow some of our
larger customers to be able to access JD Edwards data through an NT server
to the AS400. However we only want them to see their orders.

Has anyone setup this type of situation and if so how did you do this?

Thank you for your help.


Richard Brown
Project Leader, IS

Endevco
30700 Rancho Viejo Road
San Juan Capistrano, CA 92675



------------------------------------------------------------------------
This email may contain confidential information and/or copyright material.
This email is intended for the use of the addressee only. Any unauthorized
use may be unlawful. If you receive this email by mistake, please advise the
sender immediately by using the reply facility in your email software.
 
Hi Richard,

you may have more success with your post if you enter it into the World area rather than OneWorld.

Thx

Larry Jones
[email protected]
OneWorld B733.1, SP 11.3
HPUX 11.0, Oracle SE 8.0.5
 
Hello!!

This program dont have a Data Selection, have a DW
just for procesing options...is an interactive
program...dont have an specific file ....and the case
you have a file you need to do a specifc version for
each of the customers, JDE only have security for
busines units in the customers cases...Are you have an
specific porpus for the customer's bussines unit??? If
not you can controled with that.

Martha G :))

--- brown <[email protected]> wrote:
> Hello there list.
>
> We are on World A73. We have a program P42045 that
> we would like to all
> users to see only one "address book" number. We
> were looking at the "data
> selection" but that does not appear. The intent is
> to allow some of our
> larger customers to be able to access JD Edwards
> data through an NT server
> to the AS400. However we only want them to see
> their orders.
>
> Has anyone setup this type of situation and if so
> how did you do this?
>
> Thank you for your help.
>
>
> Richard Brown
> Project Leader, IS
>
> Endevco
> 30700 Rancho Viejo Road
> San Juan Capistrano, CA 92675
>
>
>
>
------------------------------------------------------------------------
>
> This email may contain confidential information
> and/or copyright material.
> This email is intended for the use of the addressee
> only. Any unauthorized
> use may be unlawful. If you receive this email by
> mistake, please advise the
> sender immediately by using the reply facility in
> your email software.
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=2436
>
>
*************************************************************
> This is the JDEList One World / XE Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
>
*************************************************************
>


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/



Martha :))
 
Re: W: Data Selections on programs

Richard,

You cant do this without making mods to program/s. The problem you have here is
that this program has no based on file (ie therefore no data selection) as the
selections entered on the screen are handled within the program. This can be
achieved potentially two ways:

1/. By creating a new CL with an extra parameter passed (125 char field) which
is currently passed to the RPG initialised. If you passed the customer when
calling this new CL (position 31 to 38, CL parm name PSPARM) the RPG will insert
the customer into the screen field.

2/. Add a new processing option (Customer address) to RPG which will plug into
the same passed parameter as above (RPG parm name DSINQ, effectively field
##AN8).

Option 2 would be my preferred option due to the flexibility to change based on
version being called and therefore version control would be by customer.

The next thing which I believe you should really look at with this program and
modifying it is the programs that can be called via function key selection (ie
Sales Order entry), do you really want your customers to have more functionality
other than this inquiry???. If not then use Function Key security (10/G94) to
prevent specific function key use. While modifying this program I would prevent
the customer address field from being changed if this processing option is not
blank.

Hope this helps

Cheers
Paul




***************************************************************************
* This email may contain confidential information. If you have received *
* this email in error, please delete it immediately, and inform us of the *
* mistake by return email. Any form of reproduction, or further *
* dissemination of this email is strictly prohibited. Also, please note *
* that opinions expressed in this email are those of the author, and are *
* not necessarily those of Bonlac Foods Limited. *
* *
* http://www.bonlacfoods.com *
***************************************************************************
 
RE: Data Selections on programs

Richard, sounds like you need the customer self - service functionality that
is in OneWorld. This allows customers to log in and only see their orders.
It also allows self-service order entry if you enable that feature. From
what I read elsewhere on the list, JDE just announced this functionality in
World.

Andy

Andy Klee

Klee Associates
J.D. Edwards Certified Professional
Voice: (970) 856-4811
Cel: (203) 223-5216
www.JDETips.com
 
Back
Top