This website is not affiliated with, sponsored by, or approved by SAP AG.

Notification Address

Development SAPscript/ Smartforms

Moderators: thx4allthefish, Snowy, Gothmog, YuriT

Notification Address

Postby quincy » Tue Nov 05, 2002 8:34 am

Does anyone know how to get address information to appear on the PM Notification Overview form? By address I mean the location address related to fucntional location. I've tried adding program symbols and subroutines using table ADRC but nothing is working for me. The form in 4.6C is PM_COMMON but I think it was PM_NOTIF_OVERVW in previous versions. If anyone has any insight I'd greatly appreciate your help. I'm at a brick wall with this one. Thanks. quincy

quincy
 
Posts: 12
Joined: Fri Oct 25, 2002 7:39 am
Location: Canada

Postby Nicola » Tue Nov 05, 2002 10:53 am

Hi Quincy,

if you have the address no. (I'm not sure if it is ILOA-ADRNR), you could use control command ADDRESS-ENDADDRESS in your form.
For example:
/: ADDRESS PARAGRAPH AS
/: ADDRESSNUMBER &ILOA-ADRNR&
/: FROMCOUNTRY &T001-LAND1&
/: ENDADDRESS

Hope that helps!
Nicola
Nicola
 
Posts: 70
Joined: Mon Oct 28, 2002 1:50 pm
Location: Germany

Postby quincy » Wed Nov 06, 2002 7:53 am

Thanks Nicola. That will help me a great deal with my coding in the form. Unfortunately, it looks like the form doesn't recognize ILOA-ADRNR on the first pass from the print program. However, if I do a second print preview the link is there and address info shows up on the form. Can't quite figure out why but perhaps it is the print program rather than the form. I'm sure ILOA sounds like the correct table. Thanks.
quincy
 
Posts: 12
Joined: Fri Oct 25, 2002 7:39 am
Location: Canada

Postby kumar » Wed Nov 06, 2002 8:23 am

Try the Conversion Exit for ADRNR and also try debugging.

KRK
kumar
 
Posts: 2012
Joined: Tue Oct 22, 2002 12:51 pm
Location: Basel, Switzerland

Postby Guest » Thu Nov 07, 2002 7:42 am

Thanks Kumar. I'll give it a shot. -- quincy
Guest
 


Return to SAPscript/Smartforms

Who is online

Users browsing this forum: No registered users and 2 guests




This website is not affiliated with, sponsored by, or approved by SAP AG.