[682] in sapr3-soft
Re: Batch-Input problem
daemon@ATHENA.MIT.EDU (cbbrowne@news.brownes.org (Christo)
Fri Dec 12 12:57:25 1997
To: sapr3-soft@MIT.EDU
Date: 12 Dec 1997 07:32:45 -0600
From: cbbrowne@news.brownes.org (Christopher B. Browne) (by way of SAP Moderator <cbbrowne@news.brownes.org>)
On 11 Dec 1997 08:47:23 -0600, C=E9sar Barba Moleres <> posted:
>Hello, (snip)
> I=B4ve solved the problem using the "OBSE' function code (it=B4s funny,=
but
this function doesn=B4t appear in the GUI status, =A1!). I=B4m afraid thi=
s
function >code is only available in this PS transaction, so my question i=
s:
Does anybody know how to do this in other transactions?, Does anybody kno=
w
if this could be done via a standard SAP function from the Function Libra=
ry?.
If it's a 2.x version, I believe that you need to explicitly perform "pag=
e
downs" (PF-whatever) to get to the right screen (which is based on a
"standard" screen size) and you could then drop values into the appropria=
te
indexed location "on screen." Very, very ugly.
In version 3.0, there's some new functionality in the form of new OK_CODE
values.
For lists with lots of items, in order to jump to a particular line numbe=
r,
use BDC_OKCODE =3D POP0 to get to a ``POP0'' dialog module where you can =
then
enter a line number. At that point, I *think* you can skip having a
subscript (e.g. - use WHATEVERTABLE-FIELD rather than
WHATEVERTABLE-FIELD(14) ) to drop the value in the right place.
Doing BDC with step-loops is nasty, no two ways about it...
--=20
Christopher B. Browne, cbbrowne@hex.net, chris_browne@sdt.com
PGP Fingerprint: 10 5A 20 3C 39 5A D3 12 D9 54 26 22 FF 1F E9 16
URL: <http://www.hex.net/~cbbrowne/>
Bill Gates to his broker: "You idiot, I said $150 million on **SNAPPLE**!=
!!"
----------------------------------------------------
comp.soft-sys.business.sap is a moderated newsgroup.
Postings are archived and available from the
Realtime USA web site at http://www.realtimeusa.com
----------------------------------------------------