1

In a custom program I call the retail material transaction (change, so MM42).

The user could change attribute values ( meaning ATWRT ) which are placed on the screen.

The debugger tells me, that there are a lot of variables, some seem to be the right ones, IF ONLY ONE atwrt of an atnam is changed. In case of multiple atwrt changes on more than one atnam, my dirty assign would only know the LAST ATNAM and it's new ATWRT.

This question adresses those developers, which might have already done this and may give me a hint, which one of the dozens of tables could track all the atnams and atwrts and also being possible to assign it in my calling program,after the MM42 returns.

IS there anybody in here, who may have done this, so I could save a bit of (maybe even lost) time ?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
icbytes
  • 1,831
  • 1
  • 17
  • 27
  • I don’t think you’ve provided enough information? What are you actually trying to accomplish? What is the actual code you’ve written, where? – Bryan Cain Jul 13 '18 at 13:29
  • I can provide some code, where You will see a call transaction and an remmed attempt to assign the proper variable from the mentioned program in order to get all actual atwrts of the program. – icbytes Jul 13 '18 at 13:56
  • Why do you need this? And give the code – Suncatcher Jul 14 '18 at 05:41
  • Why? Man... I want to avoid another select and act similar to m of mvc. Code will follow. – icbytes Jul 14 '18 at 05:55
  • My bounty expires soon... anyone interested ? – icbytes Oct 13 '21 at 09:01

0 Answers0