former_member295881
Contributor
Member since ‎01-12-2008

User Statistics

  • 358 Posts
  • 15 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Hello Experts, I have a requirement, where I need to call BAPI_QUOTATION_CREATEFROMDATA2 multiple times. Code works and gets me what I need, however, due to multiple calls of BAPI_QUOTATION_CREATEFROMDATA2, performance is bad. Therefore, I'm wonder...
Hi experts,I create quotations by using the function module BAPI_QUOTATION_CREATEFROMDATA2. So far I was able to create price conditions on the item level by using the following code:I Switch for activating the new condition item handling: Import p...
Hello experts,I've a requirement to write an interface to retrieve data from VBAK table. This interface run as background job. Data is fetch from VBAK based on Date (ERDATE) and Time (ERZET). Here is my SELECT statement. -----------------------------...
Hello experts,I've a requirement where I need to retrieve details from PA0105-PERNR using HRP1001-SOBID. However, I get the following error when writing the following SELECT statement.SELECT * INTO TABLE LIT_PA0105 FROM PA0105 FOR ALL ENTRIES IN LIT_...
Hello Experts,I've build a custom table with three primary/composite keys, including Customer (KUNNR), Billing Type (FKART) and Output Media (ZZ_MEDIA) (as shown below).However, the issue is I can insert records without Billing Type and Output Media ...