how to upload open purchase order through BDC
Answer / gvkreddy
by using some of functionModules like
in both AS,PS we have to create internal table
1)UP-LOAD
2)DOWN-LOAD these are used if the data is in Presentation
Server
3)READ-DATASET
4)TRANSFER these are used if the data is in Application
Server
(Or)
By using Manualprogramming
like BDCDATA structure
there we have fields like program,dynpro,dynbegin,fname,fval
Is This Answer Correct ? | 0 Yes | 3 No |
How to generate and processing the session in the same program?
Wat is the difference between Select single * and Select .. Up to one row . And which method is better for performance ?
While picking can the pick list be updated automatically?
User has given the specification to display the Check boxes on the list, how will you handle this situation.?
loop at itab. IF <cond>. Continue. Endif. Endloop. If continue triggers what will happen, it comes out of loop and endloop for further loop pass or just comes out of IF and Endif.
How to transfer the objects? Have to transferred any objects?
What are the advantages and disadvantages of different types of bdc's?
What are the two different ways of building a match code object?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
How do you create secondary index. Do you have access to create secondary index?
Hi all, For the past 1 year, I have been trying for job in SAP as a fresher, but no calls,no interviews.I know showing fake experience is unethical, but i dont have any alternative.After showing fake experience now iam getting calls,but still i feel guilty.Friends i have some questions. 1. If suppose i tell the truth in interview that i have shown fake experience,what would be the interviewer's reaction? Will accepting the fake go negative against me? 2.Whether i should accept the fake in technical round itself? (or) Maintain the fake,prove myself strong in technical round &then accept the fake in HR round? 3.Some of my friends(who have shown fake and well settled in MNC's ) are telling that during interview u should never accept as fake i.e., u should act confidently as a real experienced guy.Even if the interviewer come to know that u r a fake guy, but seeing ur confidence level ,he/she will select u ? Is it true? Friends, particularly interviewer's , HR's please give me ur valuabe solutions.Other's suggestions are also welcome.
What are the functional modules used in sequence in bdc? : abap bdc