I want to display quantity & Price based on Particular
Language and Country in SAP Script , How we can do that ?
One particular statement is there for that, What is that ?
In production system there are includes
like /SMB40/M07DRTOP, /SMB40/M07DRMTA, but there's no Print
program /SMB40/M07DR. That program is on developer server.
How can I install program /SMB40/M07DR on production server?
/: ADDRESS PARAGRAPH AS
/: NAME &LFA1-NAME1&
.
.
/: COUNTRY &LFA1-LAND1&
THIS CODE IS NOT GENERATING ANY ADDRESS ON THE OUTPUT FORM.
IF I NEED TO PRINT THE ADDRESS THEN,WAT CODE I NEED TO
FOLLOW?EVEN I READ THE DATA THRU THE SELECT STATEMENT IN MY
OWN DRIVER PROGRAM!
I have created a form with my own driver program,but, when
im executing the driver program it is giving "form is not
in original language EN & has no errors" How can i correct
it?
what is MANUE field in NAST table? what is its purpose? what
for it is used in SAPScript? How can we use that field in
our own driver program? & Where Standard Driver programs
reside? what is the tcode & path for finding the standard
driver programs?
How to check the changes made in the standard layout set ,
other than using Utilities--- -> Print preveiw ?
can u explain the different other ways to check it?
While designing layout for labels Is there any specific
parameters or constraints i need to take care (at form as
well as print program level)?
163
I want to display quantity & Price based on Particular
Language and Country in SAP Script , How we can do that ?
One particular statement is there for that, What is that ?