How to make changes in standard script for sales order
header data?
Answers were Sorted based on User's Feedback
Answer / gvkreddy
by using the PERFORM statement in script we can chnage the
std Script data with out effecting the previous data
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bandivenkateswarlu
By using the perform statement
syntax: perform (form name) in program (program name)
using &in var&
changing 7out var&
endperform.
Is This Answer Correct ? | 1 Yes | 0 No |
What is the Landscape in ur company?
Step by step process of BAPI implementation
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
what is work flow?
3 Answers FutureSoft, Siebel Systems,
Workbench request are client dependent or client independent
What are the differences between session method and call transaction method? : abap bdc
Which one of the following statements are FALSE about Inactive objects in SAP? a) Development Objects are always saved as inactive versions. b) An inactive version of a Development Object is written to developer’s pc c) In DISPLAY mode, other users can NOT access the code of inactive version of a developer d) Generating a runtime object is same as activating a development object.
What loop do you code for a READ DATASET Statement
What is the difference between open sql & native sql ?
3 Answers Accenture, SAP Labs,
Select query optimisation
Wats the difference between package and devolopment class??
Can we develop program without logical database for hr module data retrieval