An ABAP program creates a batch input session. We need to
submit the program and the batch session in back ground. How
to do it?
Answers were Sorted based on User's Feedback
Answer / sukhbir
SAP standard program RSBDCSUB helps you to schedule the
job. Create a variant for RSBDCSUB with the BDC session name
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / tech3
go to SM36 and create background job by giving job name, job
class and job steps (JOB SCHEDULING)
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / pratyush
Using submit report name
with selection-table internal_tab(type bcddata)
and return.
Is This Answer Correct ? | 2 Yes | 1 No |
1.Have you created custom table? Do you always use existing data elements and domains or create new ones? whatis the transaction code to see existing data elements and domains? 2.Performance wise inner join is better or For..ALL entries? why? 3.Where will you place data element domain and field together in an ABAP Program? 4.How will you pass the data/programs from one system to other system? 5.How will you print TOP-OF-PAGE in ALV Report?How will you make ALV Report interactive? 6.In Interactive report if i try to go to 20th list and my report has only 19 list what will be output? 7.Have you worked on Function Modules?How will you raise EXCEPTIONS in function modules? 8.Why you say Call transaction is faster than session? 9.How the business is carried out in your organisation?How did you get specs for coding ? Explain me complete step by step scenario from client deciding to switch SAP to your role of coding and after coding explain me how the object reaches back to client? Dont explain me about 5 phases like Business blueprint,realization etc? 10.To find User exit in SD module we can use development class VMOD and find out related exits. Which development class you use for MM FICO and PP Modules?
can u add a new view to the existing view
What are the domains and data element?
. what is badi? 10. what is the difference between user-exit & BADIs? 12. how do you get functional specs when you are assigned some object? (specs through email..??) 13. How do you write technical specs?
What is gui status? How to create /edit gui status?
Plz can any one tell me about the detailed information of issues raised by the enduser, as an abap developer how we need to pick up that issues and what are the steps involved in the process(support project ), and tell me about the tickets. who is the person that is going to generate the tickets( send the detailed information regarding the support project and as a abap developer, what is its roles and responsibilites from beginning to the end of support project .
What are the relational operations that can be performed on view in sap? : abap data dictionary
what are the differences between scripts & smart forms?
how many index created for table
in start of selection if we perform validation ,what happens?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Urgent Openings for Professionals with 4+ yrs in SAP ABAP HR, for a Reputed CMM Level V Organization in Hyderabad
i have 4 primary keys and i want to use only one primary key for select single.What changes will occur in the system?can i use it?