but how to get SQ01 info record name! best Regard! Reply former_member223537 Active Contributor 2007 Nov 16 3:21 AM 0 Kudos 2,992 SAP Managed Tags ABAP Development Hi, In SE93 , scroll down to view the
Subroutine to select Vendor details --- There are no interface parameters to be passed to this subroutine. --- FORM SELECT_VENDOR . IF NOT T_EKKO IS INITIAL. SELECT LIFNR " Account Number of Vendor or " Creditor NAME1 " Name 1 FROM LFA1 INTO TABLE T_LFA1 FOR ALL ENTRIES IN T_EKKO...
SWETYPV - Display/Maint. Event Type Linkages Basis - SAP Business Workflow SWELS - Switch Event Trace On/Off Basis - SAP Business Workflow SWUS - Test workflow Basis - SAP Business Workflow SWUD - workflow Diagnosis Basis - SAP Business Workflow SWB_COND - Maintain workflow Start Conditions ...
Delivery A is open in edit mode and another user tries to open the same delivery in edit mode. User will get message that delivery "Delivery A" is under processing by another user and display delivery in . It is working fine. Case 2: - Shipment A is open in edit mode and another us...
SAP Managed Tags: HCM (Human Capital Management) HI Guys My requirement is to create an HRinfotype . user should use Transaction PO10 and choosing the org unit, user should be able to choose my custom Infotype 9004 “Site type and Industry” and select Create/Edit/Delete. For this we...
Same can be printed on the PO, and vendor will deliver his goods tpo that address. Similarly, you can use these keys in ABAP programs to call the Adrdtress. Umakanth R You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and ...
Question:In SAP is there is any T.code which will display the list all Customers details (customer code, address, search term etc). Answer:Use T-code VI82: Checking General Customer Master Data Other Useful Customer Master Tcode TCODEDESCRIPTIONFUNCTIONAL AREA ...
The most important thing to care for the inside codes of the WHILE code block is the last code statement FETCH NEXT command is recalled to get the next row from the return cursor data set. After all the records are processed the@@FETCH_STATUSparameter returns -1, so the cursor can be ...
4,090 SAP Managed Tags: ABAP Development Hello! What is the right procedure to implement SAP NOTE via Tcode SNOTE. If i push Download SAP NOTE a prompt comes up with SAP Log on to pwdf4447, SAP System 001. Thank you very much! regardsReply...
SAP Managed Tags: ABAP Development Hello, We created zcc01 tcode for CC01 tcode , but when we run ZCC01 tcode it is not similar to CC01 screens . When i look into it sy-binpt and syst-binpt field populated with value 'X' in zcc01 TCODE BUT NOT IN cc01 tcode . Can any...