Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Accenture SAP ABAP Interview Questions
Questions Answers Views Company eMail

explains how to handle the table control in bdc

1 4964

why do you selected sap abap as your career as there are many technical modules are there?

4 8995

if i want to take some matter from a smart form to another smart form .then how is it possible?

2 6834

Hi To all ABAP Guru's while transporting any report program do we need to trasnport the text elements seprately or not reuired ? if it is so how do u transport the text elemtns ? Thanks in Advance for ur answers

1 7340

What is the relation between Badi and Bapi ?

1 3278

How to Reprocess an Idoc ?

1 3434

What are Pull and Push Methods?

1918

When would you use a BAPI rather than an IDOC

1 5782

can any body tell what is idoc archieving and how to do that

3 7135

can we create views in bdc

1 5034

How do we use BDC in real production scenarios ? Is BDC used on regular periodic intervals to upload data into SAP ? (say you recieve the data daily from non-sap system, like mainframes and you update the data in SAP) OR Is BDC used on adhoc basis ?

1 8111

What is update task

1 7880

How to add more than one message to one idoc? Tell me Process

2 7445

what is the difference between interface and global diffinations in smartforms?

3 14340

In Interactive Report ,can I have more than 20 interactive Lists? Is it Possible ,If Yes How can i do it?

4 9948

Post New Accenture SAP ABAP Interview Questions


Accenture SAP ABAP Interview Questions


Un-Answered Questions

What is the insert?

608


What is the difference between include and jsp directive: include action?

673


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

2139


How to estabilish reinforcement Steel rolling margin for a building projects ?

3847


Define stefan boltzman contant.

969






How many instances per computer are there in sql server 2000?

729


what is datamapping in hrms? i want detail information about API in hrms?

2694


how to identify np3 pipe and np4 pipe

1708


Is null or empty in c#?

697


pls send my id for supervisor model paper qustion

1829


This program is in verilog and need help to get it working correctly. This is the code i have so far. Please help. Simple testbench would be great. Thanks\ 'define vend_a_drink {D,dispense,collect} = {IDLE,2'b11}; module drink_machine(nickel_in, dime_in, quarter_in, collect, nickel_out, dime_out, dispense, reset, clk) ; parameter IDLE=0,FIVE=1,TEN=2,TWENTY_FIVE=3, FIFTEEN=4,THIRTY=5,TWENTY=6,OWE_DIME=7; input nickel_in, dime_in, quarter_in, reset, clk; output collect, nickel_out, dime_out, dispense; reg collect, nickel_out, dime_out, dispense; reg [2:0] D, Q; /* state */ // synopsys state_vector Q always @ ( nickel_in or dime_in or quarter_in or reset ) begin nickel_out = 0; dime_out = 0; dispense = 0; collect = 0; if ( reset ) D = IDLE; else begin D = Q; case ( Q ) IDLE: if (nickel_in) D = FIVE; else if (dime_in) D = TEN; else if (quarter_in) D = TWENTY_FIVE; FIVE: if(nickel_in) D = TEN; else if (dime_in) D = FIFTEEN; else if (quarter_in) D = THIRTY; TEN: if (nickel_in) D = FIFTEEN; else if (dime_in) D = TWENTY; else if (quarter_in) 'vend_a_drink; TWENTY_FIVE: if( nickel_in) D = THIRTY; else if (dime_in) 'vend_a_drink; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; dime_out = 1; end FIFTEEN: if (nickel_in) D = TWENTY; else if (dime_in) D = TWENTY_FIVE; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; end THIRTY: if (nickel_in) 'vend_a_drink; else if (dime_in) begin 'vend_a_drink; nickel_out = 1; end else if (quarter_in) begin 'vend_a_drink; dime_out = 1; D = OWE_DIME; end TWENTY: if (nickel_in) D = TWENTY_FIVE; else if (dime_in) D = THIRTY; else if (quarter_in) begin 'vend_a_drink; dime_out = 1; end OWE_DIME: begin dime_out = 1; D = IDLE; end endcase end end always @ (posedge clk ) begin Q = D; end endmodule

3021


What is microsoft exchange used for?

707


What are the session management techniques asp net?

699


How can your convert numpy arrays to tensors ?

5


Why does php start with variables?

697