How to write long-text in SAP scripts?
EX: I want to write text like below:
* Terms and Conditions:
1>....
2>....
3>....
Answer Posted / damodar reddy
goto-->tcode SO10
Crete a text , say Z_text with the required data and goto
script(se71)--->insert--->standard text--->
/: include Z_text object texx id ST
hence we can get any amount of data
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is its?
What are the data types of internal tables?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
How do you find the information on the current screen? : abap bdc
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
In order to upload purchase order details, how you handle multiple values for a single field?
what is the difference between Blocked ALV and interactive ALV?
What is meant by a schema? : sap abap hr
What are the various types of selection screen event?
Will 50,000 records be uploaded directly into APP's Server?
What is open sql vs native sql ?
What are the disadvantages of different types of bdc's?
How many types of size categories and data classes are there? : abap data dictionary
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What will happen when we use single buffered selected?