- Type 'Transfer to SAP BW' (T) Please Note that the info structure type cant be changed once its created. Planning Possible Indicator: Indicator that determines if an information structure is relevant in flexible planning. If an information structure is created with this indicator, it can be...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hi I'm creating a lsmw to create sales orders. Object 0090 Sales documents Method 0000 Program Name RVINVB10 Program Type D Direct Input But I keep getting error message V1 091 "Date . . is not val...
Hi I am trying to create LSMW for Transportation Lane Create. (Trn Code: sapapo/SCC_TL1) However it is not working. Is it possible to create LSMW for Transportation
FBDATE(10), ACDATE(10), SALES(1), IVPER(10), END OF RTAB. DATA: ITAB LIKE STANDARD TABLE OF RTAB. DATA: TEMP LIKE STANDARD TABLE OF RTAB WITH HEADER LINE. DATA: PRO_DEF LIKE BAPI_PROJECT_DEFINITION, PRO_DEF_UP LIKE BAPI_PROJECT_DEFINITION_UP. DATA: MED_PRO LIKE BAPI_METHOD_PR...
SAP Managed Tags: SAP ERP Hi, I'm trying to create a function that makes it possible to create customers like in XD01. I read in the forum that the function module SD_CUSTOMER_MAINTAIN_ALL shouldn't be used for that. Is that correct? I read also that I should use the Class CMD...
Another way of creating a t-code for LSMW project is just create aREPORTprogram and call the function module “/SAPDMC/LSM_OBJ_STARTER” by passing project, sub-project and object names as parameters. Then create a tcode for the report program....
Former Member In response to Former Member 2006 Nov 22 9:47 AM 0 Kudos 1,583 SAP Managed Tags: ABAP Connectivity Hi Pabitra rout, You can make use of this Standard BI programme by LSMW for your purpose. Object 0030 Material BOM Method 0001 Create Program Name RCSBI010 Program...
SAP Managed Tags: ABAP Development Hi, At first coming to ur this BAPI. what u have done zbapi,is ok. just remove that flag statement. like this http://scn.sap.com/thread/2036682 Instead of custom one,u can USE lsmw recording and change. search for lsmw help also. Thnaks Gourav....
MIL_STO-SALES_DOC_DATE_INIDICATOR = TEMP-SALES. MIL_STO-INVOICE_PERCENTAGE = TEMP-IVPER. APPEND MIL_STO. MIL_STO_UP-WBS_ELEMENT = 'X'. MIL_STO_UP-MILESTONE_USAGE = 'X'. MIL_STO_UP-DESCRIPTION = 'X'. MIL_STO_UP-FIXED_MILESTONE_DATE_BASIC = 'X'. ...
I check with ABAP expertise, there is another job to do after this KBA. hmm.. I just create a normal agreement with BAPI then change it to multiple condition by recording in LSMW. it just to much effort just to accomplished simple things.. Thanks a lot Jurgen..Answers...